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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <ad5a0fc0-cad5-4730-9ddc-68285c6f13fc@app.fastmail.com>
Date:   Fri, 17 Feb 2023 18:34:19 +0100
From:   "Arnd Bergmann" <arnd@...db.de>
To:     "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Linux-Arch <linux-arch@...r.kernel.org>,
        "Mike Rapoport" <rppt@...nel.org>, "Matt Evans" <mev@...osinc.com>
Subject: [GIT PULL] asm-generic: cleanups for 6.3

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-6.3

for you to fetch changes up to a13408c205260716e925a734ef399899d69182ba:

  char/agp: introduce asm-generic/agp.h (2023-02-13 22:13:29 +0100)

----------------------------------------------------------------
asm-generic: cleanups for 6.3

Only three minor changes: a cross-platform series from Mike Rapoport to
consolidate asm/agp.h between architectures, and a correctness change
for __generic_cmpxchg_local() from Matt Evans.

----------------------------------------------------------------
Matt Evans (1):
      locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-extended 'old' value

Mike Rapoport (2):
      char/agp: consolidate {alloc,free}_gatt_pages()
      char/agp: introduce asm-generic/agp.h

 arch/alpha/include/asm/Kbuild       |  1 +
 arch/alpha/include/asm/agp.h        | 19 -------------------
 arch/ia64/include/asm/Kbuild        |  1 +
 arch/ia64/include/asm/agp.h         | 27 ---------------------------
 arch/parisc/include/asm/Kbuild      |  1 +
 arch/parisc/include/asm/agp.h       | 21 ---------------------
 arch/powerpc/include/asm/Kbuild     |  1 +
 arch/powerpc/include/asm/agp.h      | 19 -------------------
 arch/sparc/include/asm/Kbuild       |  1 +
 arch/sparc/include/asm/agp.h        | 17 -----------------
 arch/x86/include/asm/agp.h          |  6 ------
 drivers/char/agp/agp.h              |  6 ++++++
 include/asm-generic/agp.h           | 11 +++++++++++
 include/asm-generic/cmpxchg-local.h |  6 +++---
 14 files changed, 25 insertions(+), 112 deletions(-)
 delete mode 100644 arch/alpha/include/asm/agp.h
 delete mode 100644 arch/ia64/include/asm/agp.h
 delete mode 100644 arch/parisc/include/asm/agp.h
 delete mode 100644 arch/powerpc/include/asm/agp.h
 delete mode 100644 arch/sparc/include/asm/agp.h
 create mode 100644 include/asm-generic/agp.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ