Ubuntu-focal-kernel/kernel/events
Sven Schnelle 3524c5c17e uprobes: Use kzalloc to allocate xol area
BugLink: https://bugs.launchpad.net/bugs/2081278

commit e240b0fde52f33670d1336697c22d90a4fe33c84 upstream.

To prevent unitialized members, use kzalloc to allocate
the xol area.

Fixes: b059a453b1 ("x86/vdso: Add mremap hook to vm_special_mapping")
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Link: https://lore.kernel.org/r/20240903102313.3402529-1-svens@linux.ibm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:34 +02:00
..
Makefile
callchain.c
core.c perf: Prevent passing zero nr_pages to rb_alloc_aux() 2024-09-27 10:50:12 +02:00
hw_breakpoint.c
internal.h perf: Fix perf_aux_size() for greater-than 32-bit size 2024-09-27 10:50:12 +02:00
ring_buffer.c perf/core: Bail out early if the request AUX area is out of bound 2024-02-02 14:13:06 +01:00
uprobes.c uprobes: Use kzalloc to allocate xol area 2024-09-27 10:50:34 +02:00