]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: Add tests for PR_SYS_DISPATCH_INCLUSIVE_ON
authorDmitry Vyukov <dvyukov@google.com>
Wed, 21 May 2025 15:04:30 +0000 (17:04 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Jun 2025 16:36:39 +0000 (18:36 +0200)
commitb6a5a16b8b59476156dc6d6f73bffaf3a1707adb
treef3a6efafd46c02e03eba0152cc7698241dba62e6
parenta2fc422ed75748eef2985454e97847fb22f873c2
selftests: Add tests for PR_SYS_DISPATCH_INCLUSIVE_ON

Add tests for PR_SYS_DISPATCH_INCLUSIVE_ON correct/incorrect args,
and a test that ensures that the specified range is respected
by both PR_SYS_DISPATCH_EXCLUSIVE_ON and PR_SYS_DISPATCH_INCLUSIVE_ON.

Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/8df4b50b176b073550bab5b3f3faff752c5f8e17.1747839857.git.dvyukov@google.com
tools/testing/selftests/syscall_user_dispatch/sud_test.c