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: <20250120142007.3210730-1-geert@linux-m68k.org>
Date: Mon, 20 Jan 2025 15:20:07 +0100
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.14

	Hi Linus,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bb2e0fb1e6aa9f737d6e0cbcf6494c51180e6d6d:

  m68k: libgcc: Fix lvalue abuse in umul_ppmm() (2025-01-10 10:26:52 +0100)

----------------------------------------------------------------
m68k updates for v6.14

  - Use the generic muldi3 libgcc function,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      m68k: libgcc: Fix lvalue abuse in umul_ppmm()

Greg Ungerer (1):
      m68k: Use kernel's generic muldi3 libgcc function

Thomas Weißschuh (1):
      zorro: Constify 'struct bin_attribute'

Thomas Zimmermann (1):
      m68k: vga: Fix I/O defines

Thorsten Blum (1):
      m68k: atari: Use str_on_off() helper in atari_nvram_proc_read()

 arch/Kconfig                   |  8 ++++
 arch/m68k/Kconfig              |  2 +
 arch/m68k/atari/nvram.c        |  6 ++-
 arch/m68k/include/asm/libgcc.h | 27 ++++++++++++
 arch/m68k/include/asm/vga.h    |  8 ++--
 arch/m68k/lib/Makefile         |  2 +-
 arch/m68k/lib/muldi3.c         | 97 ------------------------------------------
 drivers/zorro/zorro-sysfs.c    | 10 ++---
 include/linux/libgcc.h         |  4 ++
 9 files changed, 55 insertions(+), 109 deletions(-)
 create mode 100644 arch/m68k/include/asm/libgcc.h
 delete mode 100644 arch/m68k/lib/muldi3.c

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