summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2026-03-26 13:35:53 +0100
committerPeter Zijlstra <peterz@infradead.org>2026-03-26 16:13:48 +0100
commit19f94b39058681dec64a10ebeb6f23fe7fc3f77a (patch)
treed4dd07c8014ce29407a16f82651b303fb280fb9f /mm
parentc369299895a591d96745d6492d4888259b004a9e (diff)
futex: Require sys_futex_requeue() to have identical flags
Nicholas reported that his LLM found it was possible to create a UaF when sys_futex_requeue() is used with different flags. The initial motivation for allowing different flags was the variable sized futex, but since that hasn't been merged (yet), simply mandate the flags are identical, as is the case for the old style sys_futex() requeue operations. Fixes: 0f4b5f972216 ("futex: Add sys_futex_requeue()") Reported-by: Nicholas Carlini <npc@anthropic.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions