On 05/24/2018 09:41 AM, Jakub Kicinski wrote: > Passing O_CREAT (00000100) to open means we should also pass file > mode as the third parameter. Creating /dev/console as a regular > file may not be helpful anyway, so simply drop the flag when > opening debug_fd. > > Fixes: d2ba09c17a06 ("net: add skeleton of bpfilter kernel module") > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com>
Acked-by: Daniel Borkmann <dan...@iogearbox.net>