mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
While reviewing this code again I found a potential overflow of the bitmap. The p4 oprofile can theoretically set bits beyond the reservation bitmap for specific configurations. Avoid that by sizing the bitmaps properly. Signed-off-by: Andi Kleen <ak@suse.de>