diff options
| author | Michael Forney <mforney@mforney.org> | 2020-10-15 14:06:00 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-10-15 14:06:00 -0700 |
| commit | 78c9216c9048d4d45f7906cf41cb29663a7367e1 (patch) | |
| tree | 31528fb414230ab0814ba2d562f71b869ab3ed6e /pkg/linux-headers/patch | |
| parent | 2a10210507df5414cbf65088851ccc3f0d05b539 (diff) | |
linux-headers: Update to 5.9
Diffstat (limited to 'pkg/linux-headers/patch')
| -rw-r--r-- | pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch b/pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch index f6e5eb25..d17ab407 100644 --- a/pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch +++ b/pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch @@ -1,4 +1,4 @@ -From ccfebb04cfe62782a7b32ec29381ef6fee1f28d4 Mon Sep 17 00:00:00 2001 +From 06db5d14eec467c54a3a5f3aa03cc222271ef76b Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Tue, 2 Jun 2020 03:56:03 -0700 Subject: [PATCH] Revert change of BPF_F_* to enum constants @@ -8,10 +8,10 @@ Subject: [PATCH] Revert change of BPF_F_* to enum constants 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h -index 8bd33050b7bb..e6ed9d522138 100644 +index b6238b2209b7..1f78be710fba 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h -@@ -3455,12 +3455,10 @@ enum { +@@ -3604,12 +3604,10 @@ enum { /* BPF_FUNC_perf_event_output, BPF_FUNC_perf_event_read and * BPF_FUNC_perf_event_read_value flags. */ @@ -28,5 +28,5 @@ index 8bd33050b7bb..e6ed9d522138 100644 /* Current network namespace */ enum { -- -2.27.0 +2.28.0 |
