Commit 282a364
Revert __LINUX_SECURITY_H: breaks compilation on kernel 6.17
linux/perf_event.h calls security_perf_event_open() which is declared in
linux/security.h. Blocking security.h via __LINUX_SECURITY_H therefore
breaks BPF compilation on kernel 6.17 — confirmed on de-dev1.dlpxdc.co
(2.4.99-1delphix.2026.03.15, kernel 6.17.0-1007).
The kernel 6.14 bpf_wq compile error (DLPX-96701 class) needs a
kernel-version-conditional fix in estat.py rather than a blanket
header guard in the BPF source.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent ed3d575 commit 282a364
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 7 | | |
17 | 8 | | |
18 | 9 | | |
| |||
0 commit comments