On Mon 30-11-20 17:30:59, Brian Gerst wrote: > Commit 121b32a58a3a 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. > > Reported-by: Paweł Jasiak <[email protected]> > Fixes: 121b32a58a3a ("x86/entry/32: Use IA32-specific wrappers for syscalls > taking 64-bit arguments") > Signed-off-by: Brian Gerst <[email protected]>
Thanks for the patch! It looks good to me. Feel free to add: Acked-by: Jan Kara <[email protected]> I assume you plan to push this via x86 tree given the changes are mostly there, don't you? Honza -- Jan Kara <[email protected]> SUSE Labs, CR

