linux/arch
Arnd Bergmann 5515a81652 hexagon: fix fadvise64_64 calling conventions
commit 896842284c upstream.

fadvise64_64() has two 64-bit arguments at the wrong alignment
for hexagon, which turns them into a 7-argument syscall that is
not supported by Linux.

The downstream musl port for hexagon actually asks for a 6-argument
version the same way we do it on arm, csky, powerpc, so make the
kernel do it the same way to avoid having to change both.

Link: https://github.com/quic/musl/blob/hexagon/arch/hexagon/syscall_arch.h#L78
Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-07-05 09:34:02 +02:00
..
alpha vgacon: rework screen_info #ifdef checks 2024-06-27 13:49:15 +02:00
arc ARC: [plat-hsdk]: Remove misplaced interrupt-cells property 2024-05-02 16:32:33 +02:00
arm bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro() 2024-07-05 09:33:50 +02:00
arm64 randomize_kstack: Remove non-functional per-arch entropy filtering 2024-07-05 09:33:54 +02:00
csky csky, hexagon: fix broken sys_sync_file_range 2024-07-05 09:34:02 +02:00
hexagon hexagon: fix fadvise64_64 calling conventions 2024-07-05 09:34:02 +02:00
ia64 vgacon: rework screen_info #ifdef checks 2024-06-27 13:49:15 +02:00
loongarch bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro() 2024-07-05 09:33:50 +02:00
m68k m68k: mac: Fix reboot hang on Mac IIci 2024-06-12 11:11:51 +02:00
microblaze microblaze: Remove early printk call from cpuinfo-static.c 2024-06-12 11:12:23 +02:00
mips Revert "MIPS: pci: lantiq: restore reset gpio polarity" 2024-07-05 09:33:54 +02:00
nios2 mm: Introduce flush_cache_vmap_early() 2024-02-16 19:10:52 +01:00
openrisc openrisc: traps: Don't send signals to kernel mode threads 2024-06-12 11:11:42 +02:00
parisc parisc: use generic sys_fanotify_mark implementation 2024-07-05 09:33:54 +02:00
powerpc powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free] 2024-07-05 09:33:50 +02:00
riscv riscv: stacktrace: convert arch_stack_walk() to noinstr 2024-07-05 09:33:53 +02:00
s390 randomize_kstack: Remove non-functional per-arch entropy filtering 2024-07-05 09:33:54 +02:00
sh sh: rework sync_file_range ABI 2024-07-05 09:34:02 +02:00
sparc bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro() 2024-07-05 09:33:50 +02:00
um um: Fix the declaration of kasan_map_memory 2024-06-12 11:12:42 +02:00
x86 x86: stop playing stack games in profile_pc() 2024-07-05 09:33:54 +02:00
xtensa xtensa: fix MAKE_PC_FROM_RA second argument 2024-05-17 12:02:32 +02:00
.gitignore
Kconfig Revert "mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default" 2024-06-27 13:49:15 +02:00