lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250728093437.223500-1-geert@linux-m68k.org>
Date: Mon, 28 Jul 2025 11:34:37 +0200
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
	Greg Ungerer <gerg@...ux-m68k.org>,
	linux-m68k@...ts.linux-m68k.org,
	linux-kernel@...r.kernel.org,
	Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [GIT PULL] m68k updates for v6.17

	Hi Linus,

The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c8995932db2bad6fa093ac64dbaf7a3e8870eafa:

  m68k: mac: Improve clocksource driver commentary (2025-07-06 12:53:21 +0200)

----------------------------------------------------------------
m68k updates for v6.17

  - Ptdescs conversions,
  - Fix lost column on the graphical debug console,
  - Replace __ASSEMBLY__ with __ASSEMBLER__ in headers,
  - Miscellaneous fixes and improvements,
  - Defconfig updates.

Thanks for pulling!

----------------------------------------------------------------
Daniel Palmer (1):
      m68k: Enable dead code elimination

Finn Thain (5):
      m68k: Fix lost column on framebuffer debug console
      m68k: Avoid pointless recursion in debug console rendering
      m68k: Remove unused "cursor home" code from debug console
      m68k: Don't unregister boot console needlessly
      m68k: mac: Improve clocksource driver commentary

Geert Uytterhoeven (1):
      m68k: defconfig: Update defconfigs for v6.16-rc2

Thomas Huth (2):
      m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
      m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

Vishal Moola (Oracle) (4):
      m68k: mm: Convert get_pointer_table() to use ptdescs
      m68k: mm: Convert free_pointer_table() to use ptdescs
      m68k: mm: Convert init_pointer_table() to use ptdescs
      m68k: mm: Convert pointer table macros to use ptdescs

 arch/m68k/Kconfig                         |  1 +
 arch/m68k/Kconfig.debug                   |  2 +-
 arch/m68k/configs/amiga_defconfig         |  9 +++-
 arch/m68k/configs/apollo_defconfig        |  9 +++-
 arch/m68k/configs/atari_defconfig         |  9 +++-
 arch/m68k/configs/bvme6000_defconfig      |  9 +++-
 arch/m68k/configs/hp300_defconfig         |  9 +++-
 arch/m68k/configs/mac_defconfig           |  9 +++-
 arch/m68k/configs/multi_defconfig         |  9 +++-
 arch/m68k/configs/mvme147_defconfig       |  9 +++-
 arch/m68k/configs/mvme16x_defconfig       |  9 +++-
 arch/m68k/configs/q40_defconfig           |  9 +++-
 arch/m68k/configs/sun3_defconfig          |  9 +++-
 arch/m68k/configs/sun3x_defconfig         |  9 +++-
 arch/m68k/include/asm/adb_iop.h           |  4 +-
 arch/m68k/include/asm/bootinfo.h          |  4 +-
 arch/m68k/include/asm/entry.h             |  4 +-
 arch/m68k/include/asm/kexec.h             |  4 +-
 arch/m68k/include/asm/mac_baboon.h        |  4 +-
 arch/m68k/include/asm/mac_iop.h           |  4 +-
 arch/m68k/include/asm/mac_oss.h           |  4 +-
 arch/m68k/include/asm/mac_psc.h           |  4 +-
 arch/m68k/include/asm/mac_via.h           |  4 +-
 arch/m68k/include/asm/math-emu.h          |  6 +--
 arch/m68k/include/asm/mcf_pgtable.h       |  4 +-
 arch/m68k/include/asm/mcfmmu.h            |  2 +-
 arch/m68k/include/asm/motorola_pgtable.h  |  4 +-
 arch/m68k/include/asm/nettel.h            |  4 +-
 arch/m68k/include/asm/openprom.h          |  4 +-
 arch/m68k/include/asm/page.h              |  4 +-
 arch/m68k/include/asm/page_mm.h           |  4 +-
 arch/m68k/include/asm/page_no.h           |  4 +-
 arch/m68k/include/asm/pgtable.h           |  2 +-
 arch/m68k/include/asm/pgtable_mm.h        |  8 +--
 arch/m68k/include/asm/ptrace.h            |  4 +-
 arch/m68k/include/asm/setup.h             | 10 ++--
 arch/m68k/include/asm/sun3_pgtable.h      |  8 +--
 arch/m68k/include/asm/sun3mmu.h           |  4 +-
 arch/m68k/include/asm/thread_info.h       |  6 +--
 arch/m68k/include/asm/traps.h             |  6 +--
 arch/m68k/include/uapi/asm/bootinfo-vme.h |  4 +-
 arch/m68k/include/uapi/asm/bootinfo.h     |  8 +--
 arch/m68k/include/uapi/asm/ptrace.h       |  4 +-
 arch/m68k/kernel/early_printk.c           | 42 ++++++----------
 arch/m68k/kernel/head.S                   | 81 ++++++++++++++++---------------
 arch/m68k/mac/via.c                       | 16 ++++++
 arch/m68k/math-emu/fp_emu.h               |  8 +--
 arch/m68k/mm/motorola.c                   | 56 ++++++++++-----------
 48 files changed, 270 insertions(+), 180 deletions(-)

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ