Max Kellermann
Max Kellermann
To reduce lock contention. doGetType() does not need to be protected, but does synchronous I/O and can run for a long time (if the NFS server is slow to respond)....
Crash happens when bad data (odd length) was received from the USB device. See commit messages for details.
There are two code paths that handle OSSL_PKEY_PARAM_PUB_KEY: 1. for "provided" keys: via common_get_params() and key_to_params() 2. for "legacy" keys: via evp_pkey_setget_params_to_ctrl() and get_payload_public_key() The first once has been honoring...
https://jira.mariadb.org/browse/MDEV-34986 ## Description This replaces a lot of manual freeze() and unfreeze() call. Doing it with RAII is safer and easier. I did not replace all freeze()/unfreeze() pairs because some...
Shows long futex wait times.
I developed this script while analyzing a scalability problem in MariaDB. It turned about that MariaDB had a lot of contention on the global "dict_sys.latch" lock which caused all queries...
This eliminates the `wait_for()` delay and speeds up MDS shutdown. This used to be part of https://github.com/ceph/ceph/pull/60320 ## Checklist - Tracker (select at least one) - [ ] References tracker...
This is a continuation of https://github.com/ceph/ceph/pull/60253 (and contains many of its commits). It is a demonstration of what can be done do reduce header bloat. Ceph build times are painfully...