[git pull] m68knommu changes for v5.6

From: Greg Ungerer
Date: Wed Feb 05 2020 - 23:14:19 EST



Hi Linus,

Can you please pull the m68knommu git tree, for-next branch.

A couple of changes. One to remove old CONFIG options from the
m68knommu defconfig files. Another to fix a warning in the m68k
non-MMU get_user() macro.

Regards
Greg



The following changes since commit def9d2780727cec3313ed3522d0123158d87224d:

Linux 5.5-rc7 (2020-01-19 16:02:49 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-next

for you to fetch changes up to 8044aad70a1fbd66376cdb2a13e536db9dd6c132:

m68knommu: fix memcpy() out of bounds warning in get_user() (2020-02-03 14:43:35 +1000)

----------------------------------------------------------------
Greg Ungerer (1):
m68knommu: fix memcpy() out of bounds warning in get_user()

Krzysztof Kozlowski (1):
m68k: configs: Cleanup old Kconfig IO scheduler options

arch/m68k/configs/amcore_defconfig | 1 -
arch/m68k/configs/m5208evb_defconfig | 2 --
arch/m68k/configs/m5249evb_defconfig | 2 --
arch/m68k/configs/m5272c3_defconfig | 2 --
arch/m68k/configs/m5275evb_defconfig | 2 --
arch/m68k/configs/m5307c3_defconfig | 2 --
arch/m68k/configs/m5407c3_defconfig | 2 --
arch/m68k/configs/m5475evb_defconfig | 2 --
arch/m68k/include/asm/uaccess_no.h | 19 +++++++++++--------
9 files changed, 11 insertions(+), 23 deletions(-)