lkml.org 
[lkml]   [2020]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[git pull] m68knommu changes for v5.10
Date
Hi Linus,

Please pull the m68knommu changes for v5.10.

I expect you will get a merge conflict on a27bc11f4b7c ("m68knommu: switch
to using asm-generic/uaccess.h") in arch/m68k/Kconfig. The resolution is
strait forward, you just need to add the single line:

select UACCESS_MEMCPY if !MMU

as per the that commit. Geert ordered that list alphabetically, so it
now needs to go near the end of that list of selects, jut above
"select VIRT_TO_BUS".

Regards
Greg



The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:

Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.10

for you to fetch changes up to 9f5fd809d7a02e32c2e044acb9f6aed1c79a699b:

serial: mcf: add sysrq capability (2020-10-07 21:58:36 +1000)

----------------------------------------------------------------
m68knommu: collection of fixes for 5.10

Fixes include:
. switch to using asm-generic uaccess code
. fix sparse warnings in signal code
. fix compilation of ColdFire MMC support
. support sysrq in ColdFire serial driver

----------------------------------------------------------------
Angelo Dureghello (1):
serial: mcf: add sysrq capability

Greg Ungerer (3):
m68knommu: switch to using asm-generic/uaccess.h
m68knommu: fix sparse warnings in signal code
m68knommu: include SDHC support only when hardware has it

arch/m68k/Kconfig | 1 +
arch/m68k/coldfire/device.c | 6 +-
arch/m68k/include/asm/uaccess.h | 398 ++++++++++++++++++++++++++++++++++++-
arch/m68k/include/asm/uaccess_mm.h | 390 ------------------------------------
arch/m68k/include/asm/uaccess_no.h | 160 ---------------
arch/m68k/kernel/signal.c | 6 +-
drivers/tty/serial/mcf.c | 1 +
7 files changed, 403 insertions(+), 559 deletions(-)
delete mode 100644 arch/m68k/include/asm/uaccess_mm.h
delete mode 100644 arch/m68k/include/asm/uaccess_no.h

\
 
 \ /
  Last update: 2020-10-19 03:23    [W:0.037 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site