Yonghong Song
34ea38ca27
bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS
...
Commit bf6fa2c893c5 ("bpf: implement bpf_get_current_cgroup_id()
helper") introduced a new helper bpf_get_current_cgroup_id().
The helper has a dependency on CONFIG_CGROUPS.
When CONFIG_CGROUPS is not defined, using the helper will result
the following verifier error:
kernel subsystem misconfigured func bpf_get_current_cgroup_id#80
which is hard for users to interpret.
Guarding the reference to bpf_get_current_cgroup_id_proto with
CONFIG_CGROUPS will result in below better message:
unknown func bpf_get_current_cgroup_id#80
Fixes: bf6fa2c893c5 ("bpf: implement bpf_get_current_cgroup_id() helper")
Suggested-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-06-04 21:52:26 +02:00
..
2018-06-03 18:22:41 -07:00
2018-04-03 18:00:13 -07:00
2018-02-10 13:16:35 -08:00
2018-04-12 10:21:19 -07:00
2018-05-24 22:20:51 -04:00
2017-11-02 11:10:55 +01:00
2018-04-06 12:19:51 +02:00
2018-04-17 13:42:48 +02:00
2018-05-16 11:45:16 +02:00
2018-04-09 13:49:40 +02:00
2018-04-10 11:27:30 -07:00
2018-02-23 15:15:41 -08:00
2018-05-18 09:05:22 +02:00
2018-05-15 22:45:54 +02:00
2018-06-04 21:52:26 +02:00
2018-01-04 16:45:09 -08:00
2018-02-06 18:32:44 -08:00
2017-05-03 11:05:15 -07:00
2018-02-23 11:22:22 -05:00
2017-08-16 16:48:34 -07:00
2018-04-06 15:01:25 -07:00
2018-02-23 11:22:22 -05:00
2018-02-15 14:36:29 -05:00
2018-02-15 14:40:25 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-10 17:51:58 -07:00
2016-12-24 11:46:01 -08:00
2017-07-31 13:09:49 +02:00
2018-03-15 20:34:40 +01:00
2018-04-13 17:10:27 -07:00
2017-05-18 10:30:19 -06:00
2018-01-16 03:29:36 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-02-22 14:28:50 -05:00
2018-04-02 20:14:51 +02:00
2018-02-21 16:54:06 +01:00
2018-03-12 16:16:00 +01:00
2018-04-20 17:18:35 -07:00
2017-11-02 11:10:55 +01:00
2018-02-06 18:32:46 -08:00
2017-12-14 16:00:49 -08:00
2017-05-08 17:15:10 -07:00
2018-01-08 19:43:15 +01:00
2018-03-20 08:57:17 +01:00
2018-02-01 13:36:15 -08:00
2017-11-02 11:10:55 +01:00
2016-10-25 11:31:51 +02:00
2018-02-06 18:32:46 -08:00
2017-07-18 11:38:04 +02:00
2018-04-13 17:10:28 -07:00
2017-11-02 11:10:55 +01:00
2018-04-02 20:15:01 +02:00
2017-09-08 18:26:51 -07:00
2018-04-25 10:27:56 -04:00
2017-07-12 16:25:59 -07:00
2018-05-03 07:38:05 +02:00
2017-03-02 08:42:39 +01:00
2018-01-12 17:33:38 -08:00
2018-03-06 10:58:54 -08:00
2018-05-11 17:28:45 -07:00
2017-02-24 17:46:56 -08:00
2017-03-13 15:57:41 -03:00
2018-01-05 18:43:00 +11:00
2018-04-11 10:28:35 -07:00
2018-04-11 10:28:37 -07:00
2018-04-03 19:15:32 -07:00
2018-04-11 10:28:39 -07:00
2017-03-02 08:42:39 +01:00
2018-02-06 18:32:46 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 16:10:04 -08:00
2018-02-21 15:35:43 -08:00
2018-04-13 17:10:27 -07:00
2018-05-05 00:51:44 +02:00
2018-05-04 07:54:54 +02:00
2017-11-08 11:13:50 +01:00
2017-10-04 10:53:54 +02:00
2017-11-02 11:10:55 +01:00
2018-03-09 11:50:55 +01:00
2017-03-08 09:18:02 +01:00
2018-05-03 07:38:03 +02:00
2018-04-05 16:59:38 +02:00
2018-05-25 18:12:11 -07:00
2018-04-16 11:26:49 +02:00
2018-04-11 10:28:38 -07:00
2017-12-17 13:57:15 +01:00
2018-02-06 18:32:46 -08:00
2017-10-20 11:02:54 +02:00
2017-12-11 09:18:30 -08:00
2018-04-30 12:09:56 -04:00
2017-03-02 08:42:39 +01:00
2018-04-05 21:36:27 -07:00
2018-04-02 20:15:59 +02:00
2018-04-02 20:15:30 +02:00
2018-05-23 13:23:39 -04:00
2017-08-29 15:14:38 +02:00
2017-11-16 12:20:15 -08:00
2018-02-22 10:21:02 -08:00
2017-03-03 01:45:36 +01:00
2018-04-11 10:28:35 -07:00
2017-11-04 08:53:04 +01:00
2017-11-08 10:17:15 +01:00
2017-11-06 12:26:49 -08:00
2018-04-03 18:00:13 -07:00