linux-kernelorg-stable/arch/riscv/kernel
Yong-Xuan Wang 564fc8eb6f
riscv: signal: fix signal_minsigstksz
The init_rt_signal_env() funciton is called before the alternative patch
is applied, so using the alternative-related API to check the availability
of an extension within this function doesn't have the intended effect.
This patch reorders the init_rt_signal_env() and apply_boot_alternatives()
to get the correct signal_minsigstksz.

Fixes: e92f469b07 ("riscv: signal: Report signal frame size to userspace via auxv")
Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com>
Reviewed-by: Zong Li <zong.li@sifive.com>
Reviewed-by: Andy Chiu <andybnac@gmail.com>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20241220083926.19453-3-yongxuan.wang@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2025-02-14 13:06:50 -08:00
..
compat_vdso
pi riscv: Do not use fortify in early code 2024-10-25 06:18:36 -07:00
probes riscv: kprobes: Fix incorrect address calculation 2025-01-08 10:39:39 -08:00
tests
vdso RISC-V Paches for the 6.13 Merge Window, Part 1 2024-11-27 11:19:09 -08:00
vendor_extensions riscv: hwprobe: Add thead vendor extension probing 2025-01-18 12:33:35 -08:00
.gitignore
Makefile Merge patch series "riscv: Add support for xtheadvector" 2025-01-18 12:33:43 -08:00
Makefile.syscalls syscalls: fix syscall macros for newfstat/newfstatat 2024-08-02 15:20:47 +02:00
acpi.c RISC-V: ACPI: fix early_ioremap to early_memremap 2024-10-25 06:18:31 -07:00
acpi_numa.c ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE 2024-09-20 01:31:26 -07:00
alternative.c asm-generic: introduce text-patching.h 2024-11-07 14:25:15 -08:00
asm-offsets.c ftrace updates for v6.13: 2024-11-20 11:34:10 -08:00
bugs.c riscv: Add ghostwrite vulnerability 2025-01-18 12:33:39 -08:00
cacheinfo.c riscv: cacheinfo: Use of_property_present() for non-boolean properties 2025-02-14 13:04:20 -08:00
cfi.c
compat_signal.c
compat_syscall_table.c riscv: convert to generic syscall table 2024-07-10 14:23:38 +02:00
copy-unaligned.S
copy-unaligned.h RISC-V: Report vector unaligned access speed hwprobe 2024-10-18 12:38:34 -07:00
cpu-hotplug.c riscv: Use '%u' to format the output of 'cpu' 2024-10-25 06:18:40 -07:00
cpu.c riscv: Add vendor extensions to /proc/cpuinfo 2024-07-22 15:36:55 -07:00
cpu_ops.c
cpu_ops_sbi.c
cpu_ops_spinwait.c
cpufeature.c riscv: cpufeature: use bitmap_equal() instead of memcmp() 2025-02-14 13:06:16 -08:00
crash_dump.c
crash_save_regs.S
efi-header.S riscv: efi: Set NX compat flag in PE/COFF header 2024-10-25 06:18:38 -07:00
efi.c
elf_kexec.c riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown 2024-08-14 17:44:33 -07:00
entry.S riscv: use local label names instead of global ones in assembly 2025-01-08 10:46:14 -08:00
fpu.S RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED 2024-10-18 12:38:32 -07:00
ftrace.c fgraph: Pass ftrace_regs to entryfunc 2024-12-26 10:50:02 -05:00
head.S riscv: set trap vector earlier 2024-07-12 08:55:31 -07:00
head.h
hibernate-asm.S
hibernate.c
image-vars.h
irq.c
jump_label.c riscv: Fixup boot failure when CONFIG_DEBUG_RT_MUTEXES=y 2024-12-11 11:43:39 -08:00
kernel_mode_fpu.c
kernel_mode_vector.c riscv: vector: Support xtheadvector save/restore 2025-01-18 12:33:33 -08:00
kexec_relocate.S
kgdb.c
machine_kexec.c kexec: Consolidate machine_kexec_mask_interrupts() implementation 2024-12-11 20:32:34 +01:00
machine_kexec_file.c
mcount-dyn.S
mcount.S fgraph: Replace fgraph_ret_regs with ftrace_regs 2024-12-26 10:50:02 -05:00
module-sections.c
module.c riscv: module: remove relocation_head rel_entry member allocation 2025-01-08 10:22:52 -08:00
paravirt.c
patch.c asm-generic: introduce text-patching.h 2024-11-07 14:25:15 -08:00
perf_callchain.c The biggest change here is eliminating the awful idea that KVM had, of 2024-11-23 16:00:50 -08:00
perf_regs.c
process.c RISC-V Patches for the 6.14 Merge Window, Part 1 2025-01-31 15:13:25 -08:00
ptrace.c riscv: Allow ptrace control of the tagged address ABI 2024-10-24 14:12:57 -07:00
reset.c
return_address.c
riscv_ksyms.c riscv: Omit optimized string routines when using KASAN 2024-09-19 01:10:00 -07:00
sbi-ipi.c RISC-V: Enable the IPI before workqueue_online_cpu() 2024-08-01 07:15:43 -07:00
sbi.c riscv: Fix RISCV_ALTERNATIVE_EARLY 2024-09-03 07:57:55 -07:00
sbi_ecall.c riscv: Fix RISCV_ALTERNATIVE_EARLY 2024-09-03 07:57:55 -07:00
setup.c riscv: signal: fix signal_minsigstksz 2025-02-14 13:06:50 -08:00
signal.c riscv: signal: fix signal frame size 2025-02-14 13:06:44 -08:00
smp.c riscv: export __cpuid_to_hartid_map 2025-01-20 10:25:11 -06:00
smpboot.c riscv: Call riscv_user_isa_enable() only on the boot hart 2024-10-05 08:51:15 -07:00
soc.c
stacktrace.c riscv: stacktrace: fix backtracing through exceptions 2025-01-08 10:45:49 -08:00
suspend.c riscv: Enable cbo.zero only when all harts support Zicboz 2024-10-05 08:51:13 -07:00
suspend_entry.S
sys_hwprobe.c Merge patch series "riscv: Add support for xtheadvector" 2025-01-18 12:33:43 -08:00
sys_riscv.c
syscall_table.c riscv: convert to generic syscall table 2024-07-10 14:23:38 +02:00
time.c
traps.c riscv: Fix sleeping in invalid context in die() 2025-01-08 10:23:17 -08:00
traps_misaligned.c RISC-V Paches for the 6.13 Merge Window, Part 1 2024-11-27 11:19:09 -08:00
unaligned_access_speed.c RISC-V: Report vector unaligned access speed hwprobe 2024-10-18 12:38:34 -07:00
vdso.c riscv: vdso: Use only one single vvar mapping 2024-11-02 12:37:33 +01:00
vec-copy-unaligned.S RISC-V: Report vector unaligned access speed hwprobe 2024-10-18 12:38:34 -07:00
vector.c RISC-V Patches for the 6.14 Merge Window, Part 1 2025-01-31 15:13:25 -08:00
vendor_extensions.c riscv: Add thead and xtheadvector as a vendor extension 2025-01-18 12:33:28 -08:00
vmcore_info.c riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernel 2024-09-12 07:22:56 -07:00
vmlinux-xip.lds.S riscv: remove limit on the size of read-only section for XIP kernel 2024-09-12 07:23:02 -07:00
vmlinux.lds.S