Yonghong Song
609320c8a2
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 >
2017-09-11 14:28:45 -07:00
..
2017-09-08 21:11:00 -07:00
2017-09-07 11:59:42 -07:00
2017-08-22 18:43:23 -07:00
2017-09-06 22:25:25 -07:00
2017-09-05 12:50:00 -07:00
2017-09-08 18:26:49 -07:00
2017-09-07 11:59:42 -07:00
2017-09-07 21:00:52 -07:00
2017-09-08 18:26:48 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:51 -07:00
2017-09-11 14:28:45 -07:00
2017-08-16 16:48:34 -07:00
2017-09-05 09:46:59 -04:00
2017-09-05 09:46:59 -04:00
2017-07-06 20:57:13 -07:00
2017-07-31 13:09:49 +02:00
2017-09-04 13:53:53 -07:00
2017-07-12 16:26:00 -07:00
2017-09-04 11:52:29 -07:00
2017-07-10 16:32:35 -07:00
2017-09-08 18:26:49 -07:00
2017-08-25 22:49:59 +02:00
2017-07-10 16:32:34 -07:00
2017-08-10 12:28:59 +02:00
2017-07-10 16:32:34 -07:00
2017-07-12 16:26:01 -07:00
2017-09-08 18:26:51 -07:00
2017-07-18 11:38:04 +02:00
2017-07-12 16:26:02 -07:00
2017-07-12 16:26:02 -07:00
2017-07-12 16:26:00 -07:00
2017-09-08 18:26:51 -07:00
2017-07-08 11:05:35 +02:00
2017-07-12 16:25:59 -07:00
2017-08-31 16:33:15 -07:00
2017-09-08 18:26:51 -07:00
2017-09-08 18:26:46 -07:00
2017-07-12 17:22:01 -07:00
2017-08-17 10:40:26 +02:00
2017-08-21 12:47:31 -07:00
2017-08-18 15:32:02 -07:00
2017-09-08 18:26:48 -07:00
2017-07-12 09:15:00 -07:00
2017-07-12 16:26:00 -07:00
2017-07-12 16:26:02 -07:00
2017-07-25 10:08:58 -07:00
2017-07-25 13:04:45 -07:00
2017-09-08 18:26:50 -07:00
2017-08-29 15:14:38 +02:00
2017-08-18 12:35:02 +02:00
2017-08-18 12:35:02 +02:00
2017-09-06 21:59:31 -07:00