summaryrefslogtreecommitdiff
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2026-04-18 13:19:59 +0300
committerThomas Weißschuh <linux@weissschuh.net>2026-04-27 21:09:00 +0300
commit7070421c9f3324446805e9ab3883deb40ba47c10 (patch)
tree9f7b756794efda23b1f99916e9998d1cc8eaac8b /include/linux/stacktrace.h
parentc503c3deb9b56645413d8f8560dcc24efe7cea59 (diff)
downloadlinux-7070421c9f3324446805e9ab3883deb40ba47c10.tar.xz
tools/nolibc: handle 64-bit system call arguments on x32
The x32 system call ABI expects 64-bit values directly in registers. This does not work on nolibc currently, as a 'long' is only 32 bits wide. Switch the system call wrappers to use 'long long' instead which can handle 64-bit values on x32. As on x86_64 'long' and 'long long' are the same, this does not change the behavior there. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Willy Tarreau <w@1wt.eu> Link: https://patch.msgid.link/20260418-nolibc-largefile-v1-4-b91f0775bac3@weissschuh.net
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions