Re: linux-next: build warning after merge of the userns tree

2019-05-30 Thread Eric W. Biederman
Stephen Rothwell writes: > Hi Eric, > > After merging the userns tree, today's linux-next build (i386 defconfig) > produced this warning: > > arch/x86/mm/fault.c: In function 'do_sigbus': > arch/x86/mm/fault.c:1017:22: warning: unused variable 'tsk' > [-Wunused-variable] > struct task_struct *

linux-next: build warning after merge of the userns tree

2019-05-29 Thread Stephen Rothwell
Hi Eric, After merging the userns tree, today's linux-next build (i386 defconfig) produced this warning: arch/x86/mm/fault.c: In function 'do_sigbus': arch/x86/mm/fault.c:1017:22: warning: unused variable 'tsk' [-Wunused-variable] struct task_struct *tsk = current; ^~~ In