mbox series

[GIT,PULL] asm-generic: regression fix for 6.5

Message ID 35766d47-a38d-4096-b602-887cf3a689e1@app.fastmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] asm-generic: regression fix for 6.5 | expand

Pull-request

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

Message

Arnd Bergmann Aug. 18, 2023, 5 a.m. UTC
The following changes since commit 4dd595c34c4bb22c16a76206a18c13e4e194335d:

  syscalls: Remove file path comments from headers (2023-06-22 17:10:09 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 6e8d96909a23c8078ee965bd48bb31cbef2de943:

  asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and loongarch" (2023-08-17 14:51:20 +0200)

----------------------------------------------------------------
asm-generic: regression fix for 6.5

Just one partial revert for a commit from the merge window
that caused annoying behavior when building old kernels on
arm64 hosts.

----------------------------------------------------------------
Arnd Bergmann (1):
      asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and loongarch"

 arch/arm64/include/uapi/asm/bitsperlong.h       | 24 ++++++++++++++++++++++++
 arch/riscv/include/uapi/asm/bitsperlong.h       | 14 ++++++++++++++
 tools/arch/arm64/include/uapi/asm/bitsperlong.h | 24 ++++++++++++++++++++++++
 tools/arch/riscv/include/uapi/asm/bitsperlong.h | 14 ++++++++++++++
 4 files changed, 76 insertions(+)
 create mode 100644 arch/arm64/include/uapi/asm/bitsperlong.h
 create mode 100644 arch/riscv/include/uapi/asm/bitsperlong.h
 create mode 100644 tools/arch/arm64/include/uapi/asm/bitsperlong.h
 create mode 100644 tools/arch/riscv/include/uapi/asm/bitsperlong.h

Comments

pr-tracker-bot@kernel.org Aug. 18, 2023, 5:48 p.m. UTC | #1
The pull request you sent on Fri, 18 Aug 2023 07:00:12 +0200:

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

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

Thank you!