From 8fad22bf840fc968171bee6cf294f026eb1e0d3a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 9 Aug 2022 12:40:58 +0200 Subject: prog: generate very long file names Generate very long file names once in a while to provoke bugs like: https://github.com/google/gvisor/commit/f857f268eceb1cdee0b2bdfa218c969c84033fcd --- sys/linux/sys.txt.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/sys.txt.const') diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index c977820f5..d918fdc4b 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -503,6 +503,7 @@ SIGINFO_SIZE = 128 SIG_BLOCK = 0, mips64le:1 SIG_SETMASK = 2, mips64le:3 SIG_UNBLOCK = 1, mips64le:2 +SMB_PATH_MAX = 260 SPLICE_F_GIFT = 8 SPLICE_F_MORE = 4 SPLICE_F_MOVE = 1 @@ -586,6 +587,8 @@ WNOHANG = 1 WNOWAIT = 16777216 WSTOPPED = 2 WUNTRACED = 2 +XENSTORE_REL_PATH_MAX = 2048 +XT_CGROUP_PATH_MAX = 512 _LINUX_CAPABILITY_VERSION_1 = 429392688 _LINUX_CAPABILITY_VERSION_2 = 537333798 _LINUX_CAPABILITY_VERSION_3 = 537396514 -- cgit mrf-deployment