Files
linux/arch/x86/kernel
Linus Torvalds 52f657e34d x86: shadow stacks: proper error handling for mmap lock
김영민 reports that shstk_pop_sigframe() doesn't check for errors from
mmap_read_lock_killable(), which is a silly oversight, and also shows
that we haven't marked those functions with "__must_check", which would
have immediately caught it.

So let's fix both issues.

Reported-by: 김영민 <osori@hspace.io>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Dave Hansen <dave.hansen@intel.com>
Acked-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-04-08 13:18:57 -07:00
..
2025-02-14 10:32:05 +01:00
2024-08-07 18:13:28 +02:00
2025-04-01 22:26:32 +02:00
2024-04-03 08:24:48 -07:00
2026-03-04 16:35:09 +01:00
2026-01-11 06:09:11 -10:00