aboutsummaryrefslogtreecommitdiff
path: root/lib/test_fortify/write_overflow-strncpy-src.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2024-06-20 15:24:11 +0200
committerArnd Bergmann <[email protected]>2024-06-25 15:57:37 +0200
commit896842284c6ccba25ec9d78b7b6e62cdd507c083 (patch)
tree83b89c264299aea7dfcc208735870d58aae8c9df /lib/test_fortify/write_overflow-strncpy-src.c
parent3339b99ef6fe38dac43b534cba3a8a0e29fb2eff (diff)
hexagon: fix fadvise64_64 calling conventions
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: [email protected] Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions