Re: [git pull] m68knommu changes for v5.10

2020-10-19 Thread pr-tracker-bot
The pull request you sent on Mon, 19 Oct 2020 11:22:40 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d3876ff74437c5f3a1a2f8d2a45b6fb91d51ea25

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[git pull] m68knommu changes for v5.10

2020-10-18 Thread Greg Ungerer

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