[GIT,PULL] asm-generic: cleanups for 6.3

Message ID ad5a0fc0-cad5-4730-9ddc-68285c6f13fc@app.fastmail.com
State New
Headers
Series [GIT,PULL] asm-generic: cleanups for 6.3 |

Pull-request

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

Message

Arnd Bergmann Feb. 17, 2023, 5:34 p.m. UTC
  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
  

Comments

pr-tracker-bot@kernel.org Feb. 21, 2023, 12:05 a.m. UTC | #1
The pull request you sent on Fri, 17 Feb 2023 18:34:19 +0100:

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

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

Thank you!