[GIT,PULL] m68k updates for v6.5

Message ID 20230626101648.3052015-1-geert@linux-m68k.org
State New
Headers
Series [GIT,PULL] m68k updates for v6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.5-tag1

Message

Geert Uytterhoeven June 26, 2023, 10:16 a.m. UTC
  Hi Linus,

The following changes since commit b845b574f86dcb6a70dfa698aa87a237b0878d2a:

  m68k: Move signal frame following exception on 68020/030 (2023-05-22 13:51:20 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.5-tag1

for you to fetch changes up to 4055eabe04a26f5d113b5a02588b20b5e166a753:

  m68k: defconfig: Update defconfigs for v6.4-rc1 (2023-06-12 11:20:44 +0200)

----------------------------------------------------------------
m68k updates for v6.5

  - Miscellaneous NuBus fixes and improvements,
  - Defconfig updates.

Thanks for pulling!

----------------------------------------------------------------
Finn Thain (3):
      nubus: Partially revert proc_create_single_data() conversion
      nubus: Remove proc entries before adding them
      nubus: Don't list slot resources by default

Geert Uytterhoeven (1):
      m68k: defconfig: Update defconfigs for v6.4-rc1

 arch/m68k/configs/amiga_defconfig    |  2 +-
 arch/m68k/configs/apollo_defconfig   |  2 +-
 arch/m68k/configs/atari_defconfig    |  2 +-
 arch/m68k/configs/bvme6000_defconfig |  2 +-
 arch/m68k/configs/hp300_defconfig    |  2 +-
 arch/m68k/configs/mac_defconfig      |  2 +-
 arch/m68k/configs/multi_defconfig    |  2 +-
 arch/m68k/configs/mvme147_defconfig  |  2 +-
 arch/m68k/configs/mvme16x_defconfig  |  2 +-
 arch/m68k/configs/q40_defconfig      |  2 +-
 arch/m68k/configs/sun3_defconfig     |  1 -
 arch/m68k/configs/sun3x_defconfig    |  2 +-
 arch/m68k/configs/virt_defconfig     |  2 --
 drivers/nubus/nubus.c                | 13 ++++++++++---
 drivers/nubus/proc.c                 | 33 ++++++++++++++++++++++++---------
 include/linux/nubus.h                |  1 +
 16 files changed, 46 insertions(+), 26 deletions(-)

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
  

Comments

pr-tracker-bot@kernel.org June 27, 2023, 12:17 a.m. UTC | #1
The pull request you sent on Mon, 26 Jun 2023 12:16:48 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.5-tag1

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

Thank you!