[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-26039e8c-5759-4214-aaaa-765d5736b6a4@palmer-ri-x1c9>
Date: Fri, 01 Nov 2024 07:55:27 -0700 (PDT)
From: Palmer Dabbelt <palmer@...osinc.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 6.11-rc6
The following changes since commit cfb10de18538e383dbc4f3ce7f477ce49287ff3d:
riscv: Fix kernel stack size when KASAN is enabled (2024-10-01 13:08:11 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.11-rc6
for you to fetch changes up to 5f153a692bacc295f213e2c632ca557979fad7be:
Merge commit 'bf40167d54d5' into fixes (2024-10-25 06:18:43 -0700)
----------------------------------------------------------------
RISC-V Fixes for 6.11-rc6
* A fix that avoids accessing the early boot ACPI tables via unsafe
memory attributes, which can result in incorrect ACPI table data
appearing. This can cause all sorts of bad behavior.
* A fix to avoid compiler-insert library calls in the VDSO.
* GCC+Rust builds have been disabled, to avoid issues related to ISA
string mismatched between the GCC and LLVM Rust implementations.
* The NX flag is now set in the EFI PE/COFF headers, which is necessary
for some distro GRUB versions to boot images.
* A fix to avoid leaking DT node reference counts on ACPI systems during
cache info parsing.
* CPU numbers are now printed as unsigned values during hotplug.
* A pair of build fixes for usused macros, which can trigger warnings on
some configurations.
----------------------------------------------------------------
Alexandre Ghiti (2):
riscv: vdso: Prevent the compiler from inserting calls to memset()
riscv: Do not use fortify in early code
Chunyan Zhang (2):
riscv: Remove unused GENERATING_ASM_OFFSETS
riscv: Remove duplicated GET_RM
Conor Dooley (1):
RISC-V: disallow gcc + rust builds
Heinrich Schuchardt (1):
riscv: efi: Set NX compat flag in PE/COFF header
Miquel Sabaté Solà (1):
riscv: Prevent a bad reference count on CPU nodes
Palmer Dabbelt (1):
Merge commit 'bf40167d54d5' into fixes
WangYuli (1):
riscv: Use '%u' to format the output of 'cpu'
Yunhui Cui (1):
RISC-V: ACPI: fix early_ioremap to early_memremap
Documentation/rust/arch-support.rst | 2 +-
arch/riscv/Kconfig | 2 +-
arch/riscv/errata/Makefile | 6 ++++++
arch/riscv/kernel/Makefile | 5 +++++
arch/riscv/kernel/acpi.c | 4 ++--
arch/riscv/kernel/asm-offsets.c | 2 --
arch/riscv/kernel/cacheinfo.c | 7 +++++--
arch/riscv/kernel/cpu-hotplug.c | 2 +-
arch/riscv/kernel/efi-header.S | 2 +-
arch/riscv/kernel/pi/Makefile | 6 +++++-
arch/riscv/kernel/traps_misaligned.c | 2 --
arch/riscv/kernel/vdso/Makefile | 1 +
12 files changed, 28 insertions(+), 13 deletions(-)
Powered by blists - more mailing lists