linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] m68knommu changes for v5.10
@ 2020-10-19  1:22 Greg Ungerer
  2020-10-20  1:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Ungerer @ 2020-10-19  1:22 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, Linux/m68k, Geert Uytterhoeven

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [git pull] m68knommu changes for v5.10
  2020-10-19  1:22 [git pull] m68knommu changes for v5.10 Greg Ungerer
@ 2020-10-20  1:24 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-20  1:24 UTC (permalink / raw)
  To: Greg Ungerer; +Cc: torvalds, linux-kernel, Linux/m68k, Geert Uytterhoeven

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-20  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19  1:22 [git pull] m68knommu changes for v5.10 Greg Ungerer
2020-10-20  1:24 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).