summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_script.c
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2017-09-08 03:36:15 +0200
committerDavid S. Miller <davem@davemloft.net>2017-09-11 23:28:45 +0200
commit609320c8a22715b74b39796930c3542719f8ab62 (patch)
tree35b1ec2606bd443edd2988c353ee7c4de6bb0748 /fs/binfmt_script.c
parentnet: bonding: Fix transmit load balancing in balance-alb mode if specified by... (diff)
downloadlinux-609320c8a22715b74b39796930c3542719f8ab62.tar.xz
linux-609320c8a22715b74b39796930c3542719f8ab62.zip
perf/bpf: fix a clang compilation issue
clang does not support variable length array for structure member. It has the following error during compilation: kernel/trace/trace_syscalls.c:568:17: error: fields must have a constant size: 'variable length array in structure' extension will never be supported unsigned long args[sys_data->nb_args]; ^ The fix is to use a fixed array length instead. Reported-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/binfmt_script.c')
0 files changed, 0 insertions, 0 deletions