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: <c22df1ae-42b4-4a57-91f7-a02e50176ad0@paulmck-laptop>
Date: Sat, 14 Sep 2024 00:30:48 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Cc: linux-arch@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	kernel-team@...a.com, elver@...gle.com, akpm@...ux-foundation.org,
	tglx@...utronix.de, peterz@...radead.org, arnd@...db.de,
	broonie@...nel.org, naresh.kamboju@...aro.org, nathan@...nel.org,
	linus.walleij@...aro.org, rmk+kernel@...linux.org.uk, afd@...com,
	eric.devolder@...cle.com, robh@...nel.org, mark.rutland@....com
Subject: [GIT PULL] Emulated one-byte cmpxchg() for ARC and sh

Hello, Linux,

Please pull the following cmpxchg()-related changes:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/cmpxchg.2024.09.14a
  # HEAD: c81a748edefd098ea21dd35d4bba03f69412fc26: sh: Emulate one-byte cmpxchg (2024-09-13 07:10:38 -0700)

----------------------------------------------------------------
ARC/sh: Provide one-byte cmpxchg emulation

This series provides emulated one-byte cmpxchg() support for ARM and
sh using the cmpxchg_emu_u8() function that uses a four-byte cmpxchg()
to emulate the one-byte variant.

A similar patch for emulation of one-byte cmpxchg() for xtensa has not yet
received a maintainer ack, so it is slated for the v6.13 merge window.
If you are not that patient, there is another signed tag covering all
three (ARC, sh, and xtensa) named cmpxchg.2024.09.15a.

----------------------------------------------------------------
Paul E. McKenney (2):
      ARC: Emulate one-byte cmpxchg
      sh: Emulate one-byte cmpxchg

 arch/arc/Kconfig               | 1 +
 arch/arc/include/asm/cmpxchg.h | 6 ++++--
 arch/sh/Kconfig                | 1 +
 arch/sh/include/asm/cmpxchg.h  | 3 +++
 4 files changed, 9 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ