All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] asm-generic: regression fix for 6.5
@ 2023-08-18  5:00 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2023-08-18  5:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, linux-arm-kernel, Linux-Arch, Tiezhu Yang,
	Nathan Chancellor, Catalin Marinas, Palmer Dabbelt

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] asm-generic: regression fix for 6.5
@ 2023-08-18  5:00 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2023-08-18  5:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, linux-arm-kernel, Linux-Arch, Tiezhu Yang,
	Nathan Chancellor, Catalin Marinas, Palmer Dabbelt

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] asm-generic: regression fix for 6.5
  2023-08-18  5:00 ` Arnd Bergmann
@ 2023-08-18 17:48   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-08-18 17:48 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, Linux-Arch,
	Tiezhu Yang, Nathan Chancellor, Catalin Marinas, Palmer Dabbelt

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] asm-generic: regression fix for 6.5
@ 2023-08-18 17:48   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-08-18 17:48 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, Linux-Arch,
	Tiezhu Yang, Nathan Chancellor, Catalin Marinas, Palmer Dabbelt

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-18 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18  5:00 [GIT PULL] asm-generic: regression fix for 6.5 Arnd Bergmann
2023-08-18  5:00 ` Arnd Bergmann
2023-08-18 17:48 ` pr-tracker-bot
2023-08-18 17:48   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.