Re: [RFC PATCH 13/35] syscalls: do not call sys_ioperm() within the kernel

2018-03-15 Thread Greg Kroah-Hartman
On Sun, Mar 11, 2018 at 11:55:35AM +0100, Dominik Brodowski wrote: > While at it, use SYSCALL_DEFINE3() instead of a hand-crafted syscall > definition. > > CC: Thomas Gleixner > CC: Ingo Molnar > CC: Greg Kroah-Hartman > CC: Jiri Slaby > CC: x...@kernel.org > Signed-off-by: Dominik Brodowski

Re: [RFC PATCH 13/35] syscalls: do not call sys_ioperm() within the kernel

2018-03-11 Thread Andy Lutomirski
On Sun, Mar 11, 2018 at 10:55 AM, Dominik Brodowski wrote: > While at it, use SYSCALL_DEFINE3() instead of a hand-crafted syscall > definition. Great! > static void complete_change_console(struct vc_data *vc); > @@ -420,12 +420,12 @@ int vt_ioctl(struct tty_struct *tty, >