Re: arch/arm64/kernel/entry-common.c:68:25: warning: no previous prototype for 'el1_sync_handler'

2020-12-14 Thread Mark Rutland
# save the attached .config to linux build tree > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross > > ARCH=arm64 > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot > > > >

Re: arch/arm64/kernel/entry-common.c:68:25: warning: no previous prototype for 'el1_sync_handler'

2020-12-14 Thread Catalin Marinas
ssue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All warnings (new ones prefixed by >>): > > >> arch/arm64/kernel/entry-common.c:68:25: warning: no previous prototype for > >> 'el1_sync_handler' [-Wmissing-prototypes] >

arch/arm64/kernel/entry-common.c:68:25: warning: no previous prototype for 'el1_sync_handler'

2020-12-13 Thread kernel test robot
; arch/arm64/kernel/entry-common.c:68:25: warning: no previous prototype for >> 'el1_sync_handler' [-Wmissing-prototypes] 68 | asmlinkage void notrace el1_sync_handler(struct pt_regs *regs) | ^~~~ vim +/el1_sync_handler +68 arch/arm64/kernel/entr