linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] m68k updates for v5.15 (take three)
@ 2021-09-28 14:00 Geert Uytterhoeven
  2021-09-28 20:29 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-09-28 14:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Greg Ungerer, linux-m68k, linux-kernel,
	Geert Uytterhoeven

	Hi Linus,

The following changes since commit a7b68ed15d1fd72c1e451d5eb6edebee2a624b90:

  m68k: mvme: Remove overdue #warnings in RTC handling (2021-09-13 11:19:05 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v5.15-tag3

for you to fetch changes up to 9fde0348640252c79d462c4d29a09a14e8741f5c:

  m68k: Remove set_fs() (2021-09-24 13:35:07 +0200)

----------------------------------------------------------------
m68k updates for v5.15 (take three)

  - Signal handling fixes,
  - Removal of set_fs().

Thanks for pulling!

----------------------------------------------------------------
Al Viro (3):
      m68k: Handle arrivals of multiple signals correctly
      m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
      m68k: Leave stack mangling to asm wrapper of sigreturn()

Christoph Hellwig (6):
      m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACES
      m68k: Remove the 030 case in virt_to_phys_slow
      m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_user
      m68k: Factor the 8-byte lowlevel {get,put}_user code into helpers
      m68k: Provide __{get,put}_kernel_nofault
      m68k: Remove set_fs()

 arch/m68k/68000/entry.S             |   4 -
 arch/m68k/Kconfig                   |   1 -
 arch/m68k/coldfire/entry.S          |   4 -
 arch/m68k/include/asm/processor.h   |  31 +++++-
 arch/m68k/include/asm/segment.h     |  59 ----------
 arch/m68k/include/asm/thread_info.h |   3 -
 arch/m68k/include/asm/tlbflush.h    |  11 +-
 arch/m68k/include/asm/traps.h       |   4 +
 arch/m68k/include/asm/uaccess.h     | 215 +++++++++++++++++++++++-------------
 arch/m68k/kernel/asm-offsets.c      |   2 +-
 arch/m68k/kernel/entry.S            |  58 +++++-----
 arch/m68k/kernel/process.c          |   4 +-
 arch/m68k/kernel/signal.c           | 199 ++++++++++++++-------------------
 arch/m68k/kernel/traps.c            |  13 +--
 arch/m68k/mac/misc.c                |   1 -
 arch/m68k/mm/cache.c                |  25 +----
 arch/m68k/mm/init.c                 |   6 -
 arch/m68k/mm/kmap.c                 |   1 -
 arch/m68k/mm/memory.c               |   1 -
 arch/m68k/mm/motorola.c             |   2 +-
 arch/m68k/sun3/config.c             |   3 +-
 arch/m68k/sun3/mmu_emu.c            |   6 +-
 arch/m68k/sun3/sun3ints.c           |   1 -
 arch/m68k/sun3x/prom.c              |   1 -
 24 files changed, 301 insertions(+), 354 deletions(-)
 delete mode 100644 arch/m68k/include/asm/segment.h

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* Re: [GIT PULL] m68k updates for v5.15 (take three)
  2021-09-28 14:00 [GIT PULL] m68k updates for v5.15 (take three) Geert Uytterhoeven
@ 2021-09-28 20:29 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-09-28 20:29 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Torvalds, Andrew Morton, Greg Ungerer, linux-m68k,
	linux-kernel, Geert Uytterhoeven

The pull request you sent on Tue, 28 Sep 2021 16:00:18 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v5.15-tag3

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

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:[~2021-09-28 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 14:00 [GIT PULL] m68k updates for v5.15 (take three) Geert Uytterhoeven
2021-09-28 20:29 ` 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).