Hi all, These are four small fixes for the recent memory-write-deny-execute prctl patches [1]. Two reported by Alexey about error handling and two tooling fixes by Peter. Thanks, Joey [1] https://lore.kernel.org/linux-arm-kernel/20230119160344.54358-1-joey.gouly@xxxxxxx/ Joey Gouly (2): mm: deduplicate error handling for map_deny_write_exec mm: fix error handling for map_deny_write_exec Peter Xu (2): kselftest: vm: fix unused variable warning tools headers UAPI: Sync linux/prctl.h with the kernel sources mm/mmap.c | 7 +------ mm/mprotect.c | 2 +- tools/include/uapi/linux/prctl.h | 6 ++++++ tools/testing/selftests/mm/mdwe_test.c | 3 +-- 4 files changed, 9 insertions(+), 9 deletions(-) -- 2.17.1