diff options
author | Brian Gerst <[email protected]> | 2020-11-30 17:30:59 -0500 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2020-12-28 11:58:59 +0100 |
commit | 2ca408d9c749c32288bc28725f9f12ba30299e8f (patch) | |
tree | ed7eff796318b8a87b1c88ca7e490529626df089 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) |
fanotify: Fix sys_fanotify_mark() on native x86-32
Commit
121b32a58a3a ("x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit arguments")
converted native x86-32 which take 64-bit arguments to use the
compat handlers to allow conversion to passing args via pt_regs.
sys_fanotify_mark() was however missed, as it has a general compat
handler. Add a config option that will use the syscall wrapper that
takes the split args for native 32-bit.
[ bp: Fix typo in Kconfig help text. ]
Fixes: 121b32a58a3a ("x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit arguments")
Reported-by: Paweł Jasiak <[email protected]>
Signed-off-by: Brian Gerst <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Jan Kara <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions