On Fri, Mar 16, 2018 at 01:00:48PM +0100, Thomas Gleixner wrote:
> On Thu, 15 Mar 2018, Dominik Brodowski wrote:
>
> > Using this helper allows us to avoid the in-kernel calls to the sys_ioperm()
> > syscall.
> >
> > Cc: Thomas Gleixner <[email protected]>
> > Cc: Ingo Molnar <[email protected]>
> > Cc: Jiri Slaby <[email protected]>
> > Cc: [email protected]
> > Acked-by: Greg Kroah-Hartman <[email protected]>
> > Signed-off-by: Dominik Brodowski <[email protected]>
>
> Please add a few lines explaining the ksys_ prefix as you did in your reply
> to Christoph. Other than that:
>
> Reviewed-by: Thomas Gleixner <[email protected]>
Thanks! The commit message now reads
Using this helper allows us to avoid the in-kernel calls to the
sys_ioperm()
syscall. The ksys_ prefix denotes that this function is meant as a
drop-in
replacement for the syscall. In particular, it uses the same calling
convention as sys_ioperm().
Does that sound OK?
Thanks,
Dominik