03/12/2021 17:28, Stephen Hemminger: > On Fri, 3 Dec 2021 08:19:07 +0100 > Markus Theil <[email protected]> wrote: > > > From: Markus Theil <[email protected]> > > > > Fix kni's ioctl signature to correctly match the kernel's > > structs. This shaves off the (void*) casts and uses struct file* > > instead of struct inode*. With the correct signature, control flow > > integrity checkers are no longer confused at this point. > > > > Signed-off-by: Markus Theil <[email protected]> > > Tested-by: Michael Pfeiffer <[email protected]> > > --- > > Thanks for fixing. > > Acked-by: Stephen Hemminger <[email protected]>
Applied, thanks

