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-07-09 18:48:37 -07:00
2017-09-08 18:26:48 -07:00
2017-08-01 16:46:45 +02:00
2017-09-05 08:45:36 +01:00
2017-09-07 13:51:13 -07:00
2017-05-15 17:42:31 +02:00
2017-09-07 13:51:13 -07:00
2017-09-06 14:45:08 -07:00
2017-09-06 14:45:08 -07:00
2017-09-07 12:24:50 -07:00
2017-08-28 17:11:28 +02:00
2017-08-30 15:17:45 -07:00
2017-09-07 13:55:16 -07:00
2017-03-28 17:58:07 -07:00
2017-09-06 20:49:49 -07:00
2017-09-05 09:11:45 -07:00
2017-09-05 12:50:00 -07:00
2017-09-07 11:59:42 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:48 -07:00
2017-09-07 11:59:42 -07:00
2017-09-08 21:11:00 -07:00
2017-09-07 21:11:05 -07:00
2016-02-22 08:51:38 +01:00
2017-09-07 11:59:42 -07:00
2017-09-04 12:21:28 -07:00
2017-09-04 12:21:28 -07:00
2016-06-25 09:04:48 -07:00
2017-09-07 10:15:40 -07:00
2017-09-08 18:26:51 -07:00
2017-09-06 17:27:24 -07:00
2017-09-06 21:55:10 +05:30
2017-09-07 09:42:35 -07:00
2017-03-12 23:54:07 -07:00
2017-09-08 18:26:50 -07:00
2017-09-06 17:27:26 -07:00
2017-07-12 16:26:03 -07:00
2017-09-05 11:54:41 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:45 -07:00
2017-09-07 09:25:15 -07:00
2012-10-13 10:46:48 +01:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:51 -07:00
2017-09-08 18:26:51 -07:00
2017-09-05 12:50:00 -07:00
2017-09-08 18:26:47 -07:00
2017-09-08 18:26:51 -07:00
2017-09-05 14:42:52 -07:00
2017-09-06 17:27:27 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:45 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:47 -07:00
2017-09-06 14:45:08 -07:00
2017-09-09 12:49:01 -07:00
2017-09-06 17:27:28 -07:00
2017-09-06 17:27:26 -07:00
2017-09-06 17:27:27 -07:00
2017-09-07 13:24:11 -05:00
2017-09-08 15:47:43 -07:00
2017-09-07 13:24:20 -05:00
2017-09-04 13:56:37 -07:00
2017-06-30 12:00:51 -07:00
2017-09-08 18:26:51 -07:00
2017-09-08 18:26:51 -07:00
2017-09-08 18:26:47 -07:00
2017-09-08 18:26:48 -07:00
2017-09-08 18:26:48 -07:00
2017-09-07 21:11:05 -07:00
2017-02-01 09:17:51 +01:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:49 -07:00
2017-09-06 17:27:28 -07:00
2017-09-06 17:27:28 -07:00
2017-09-06 17:27:24 -07:00
2017-09-07 20:02:39 -07:00
2017-09-06 17:27:24 -07:00
2017-09-04 11:52:29 -07:00
2017-09-09 12:49:01 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:46 -07:00
2017-09-11 14:28:45 -07:00
2017-09-08 15:08:14 -07:00
2017-09-08 18:26:51 -07:00
2017-09-06 17:27:29 -07:00
2017-09-08 18:26:47 -07:00
2017-09-08 18:26:48 -07:00
2017-09-05 06:34:17 -07:00