In the Linux kernel, the following vulnerability has been resolved:
bounds: Use the right number of bits for power-of-two CONFIGNRCPUS
bits_per() rounds up to the next power of two when passed a power of two. This causes crashes on some machines and configurations.