Bogdan Nicolae
Bogdan Nicolae
Here's a test program that reproduces this issue ```` #include #include #include #include #include #include #include #include using namespace cds::container; typedef cds::urcu::gc< cds::urcu::general_buffered > rcu_gpb; typedef std::pair intp_t; static std::vector...
Hydra hangs waiting for children forked by MPI ranks (instead of only waiting for its own children)
Hydra is waiting for detached forked processes even after all MPI ranks have exited (and thus become zombies). The following code reproduces the issue on mpich 3.3.2 when using more...
fwupd-efi 1.7 displays the following error messages and simply hangs: 1. failed to find (HD1,GPT,)/EFI/systemd/fw/ 2. could not locate device handle I verified the is correct and the capsule file...
cmake-ts-mode is not automatically loaded when opening CMakeLists.txt files. This is because auto-mode-alist is missing the following line: `("\\(?:CMakeLists\\.txt\\|\\.cmake\\)\\'" . cmake-ts-mode)` After manually loading it (M-x cmake-ts-mode) this line is...
[BUG] Sound devices not detected by sof-audio-pci-intel-mtl after 6.15->6.16 Linux kernel upgrade
**Symptom** Sound devices are partially detected but not functional after 6.15->6.16 kernel upgrade for the following hardware. **Reproducibility** This is reproducible at every boot. **Expected** It was working perfectly fine...