linux_dsm_epyc7002/arch/m68k
Greg Ungerer 006967471c m68knommu: fix sparse warnings in signal code
Commit 858b810bf63f ("m68knommu: switch to using asm-generic/uaccess.h")
cleaned up a number of sparse warnings associated with lack of __user
annotations. It also uncovered a couple of more in the signal handling
code:

arch/m68k/kernel/signal.c:923:16:    expected char [noderef] __user *__x
arch/m68k/kernel/signal.c:923:16:    got void *
arch/m68k/kernel/signal.c:1007:16: warning: incorrect type in initializer (different address spaces)
arch/m68k/kernel/signal.c:1007:16:    expected char [noderef] __user *__x
arch/m68k/kernel/signal.c:1007:16:    got void *
arch/m68k/kernel/signal.c:1132:6: warning: symbol 'do_notify_resume' was not declared. Should it be static?

These are specific to a non-MMU configuration. Fix these inserting the
correct __user annotations as required.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
2020-10-05 21:51:31 +10:00
..
68000
amiga
apollo
atari treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
bvme6000
coldfire m68k: stmark2: enable edma support for dspi 2020-07-27 12:32:00 +10:00
configs m68knommu: collection of fixes for v5.9 2020-08-07 10:18:22 -07:00
emu
fpsp040
hp300
ifpsp060
include m68knommu: switch to using asm-generic/uaccess.h 2020-10-05 21:51:31 +10:00
kernel m68knommu: fix sparse warnings in signal code 2020-10-05 21:51:31 +10:00
lib
mac treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
math-emu
mm treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
mvme16x
mvme147
q40
sun3
sun3x mm: remove unneeded includes of <asm/pgalloc.h> 2020-08-07 11:33:26 -07:00
tools/amiga
install.sh
Kbuild
Kconfig m68knommu: switch to using asm-generic/uaccess.h 2020-10-05 21:51:31 +10:00
Kconfig.bus
Kconfig.cpu
Kconfig.debug
Kconfig.devices
Kconfig.machine dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig 2020-08-14 22:05:17 -04:00
Makefile m68k: Use CLEAN_FILES to clean up files 2020-07-13 11:39:13 +02:00