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: <35766d47-a38d-4096-b602-887cf3a689e1@app.fastmail.com>
Date:   Fri, 18 Aug 2023 07:00:12 +0200
From:   "Arnd Bergmann" <arnd@...db.de>
To:     "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        Linux-Arch <linux-arch@...r.kernel.org>,
        "Tiezhu Yang" <yangtiezhu@...ngson.cn>,
        "Nathan Chancellor" <nathan@...nel.org>,
        "Catalin Marinas" <catalin.marinas@....com>,
        "Palmer Dabbelt" <palmer@...osinc.com>
Subject: [GIT PULL] asm-generic: regression fix for 6.5

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ