]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
um/x86: Add system call table to header file
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 3 Jul 2025 12:38:54 +0000 (14:38 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Jul 2025 06:49:02 +0000 (08:49 +0200)
commit32a15664efe9b44b64a7179b47cc7742af5098c2
tree1185a36fab00213ab008b7fdf54add545f5b230c
parentc36e5eb9dd3258f654d05d8c1f09d03126dc2488
um/x86: Add system call table to header file

The generic system call tracing infrastructure requires access to the
system call table. The symbol is already visible to the linker but is
lacking a public declaration.

Add a public declaration.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Nam Cao <namcao@linutronix.de>
Link: https://patch.msgid.link/20250703-uml-have_syscall_tracepoints-v1-1-23c1d3808578@linutronix.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/x86/um/asm/syscall.h