linux/arch
Arnd Bergmann c176f429f1 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:08:31 +02:00
..
alpha y2038: rusage: use __kernel_old_timeval 2024-03-15 10:48:18 -04:00
arc ARC: [plat-hsdk]: Remove misplaced interrupt-cells property 2024-05-02 16:18:33 +02:00
arm ARM: dts: samsung: smdk4412: fix keypad no-autorepeat 2024-07-05 09:08:24 +02:00
arm64 arm64: dts: qcom: qcs404: fix bluetooth device address 2024-07-05 09:08:24 +02:00
c6x dma-mapping: drop the dev argument to arch_sync_dma_for_* 2023-04-05 11:16:43 +02:00
csky csky, hexagon: fix broken sys_sync_file_range 2024-07-05 09:08:31 +02:00
h8300 h8300: Fix build errors from do_exit() to make_task_dead() transition 2023-02-06 07:52:49 +01:00
hexagon hexagon: fix fadvise64_64 calling conventions 2024-07-05 09:08:31 +02:00
ia64 arch, mm: remove stale mentions of DISCONIGMEM 2024-02-23 08:25:13 +01:00
m68k m68k: mac: Fix reboot hang on Mac IIci 2024-06-16 13:28:37 +02:00
microblaze microblaze: Remove early printk call from cpuinfo-static.c 2024-06-16 13:28:42 +02:00
mips mips: bmips: BCM6358: make sure CBR is correctly set 2024-07-05 09:08:22 +02:00
nds32 arch, mm: remove stale mentions of DISCONIGMEM 2024-02-23 08:25:13 +01:00
nios2 nios2: dts: Fix tse_mac "max-frame-size" property 2023-06-21 15:44:10 +02:00
openrisc openrisc: Properly store r31 to pt_regs on unhandled exceptions 2023-05-17 11:35:53 +02:00
parisc parisc: use correct compat recv/recvfrom syscalls 2024-07-05 09:08:27 +02:00
powerpc powerpc/io: Avoid clang null pointer arithmetic warnings 2024-07-05 09:08:21 +02:00
riscv riscv: Bump COMMAND_LINE_SIZE value to 1024 2023-04-05 11:16:39 +02:00
s390 s390/mm: Fix clearing storage keys for huge pages 2024-05-17 11:43:49 +02:00
sh Revert "sh: Handle calling csum_partial with misaligned data" 2024-06-16 13:28:36 +02:00
sparc sparc: fix old compat_sys_select() 2024-07-05 09:08:27 +02:00
um um: Fix the -Wmissing-prototypes warning for __switch_mm 2024-06-16 13:28:44 +02:00
unicore32
x86 x86: stop playing stack games in profile_pc() 2024-07-05 09:08:28 +02:00
xtensa arch, mm: remove stale mentions of DISCONIGMEM 2024-02-23 08:25:13 +01:00
.gitignore
Kconfig init: Provide arch_cpu_finalize_init() 2023-08-08 19:56:33 +02:00