summaryrefslogtreecommitdiff
path: root/pkg/linux-headers
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/linux-headers')
-rw-r--r--pkg/linux-headers/patch/0002-Prevent-zero-length-array-members-in-asound.h.patch (renamed from pkg/linux-headers/patch/0003-Prevent-zero-length-array-members-in-asound.h.patch)0
-rw-r--r--pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch32
-rw-r--r--pkg/linux-headers/patch/0003-nfc-uapi-remove-stray-semicolon-in-struct-declaratio.patch (renamed from pkg/linux-headers/patch/0004-nfc-uapi-remove-stray-semicolon-in-struct-declaratio.patch)0
-rw-r--r--pkg/linux-headers/ver2
4 files changed, 1 insertions, 33 deletions
diff --git a/pkg/linux-headers/patch/0003-Prevent-zero-length-array-members-in-asound.h.patch b/pkg/linux-headers/patch/0002-Prevent-zero-length-array-members-in-asound.h.patch
index 1b6d56a8..1b6d56a8 100644
--- a/pkg/linux-headers/patch/0003-Prevent-zero-length-array-members-in-asound.h.patch
+++ b/pkg/linux-headers/patch/0002-Prevent-zero-length-array-members-in-asound.h.patch
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
deleted file mode 100644
index 1ce46281..00000000
--- a/pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 72b27c48f468c547dcd93beae9041417c05ef655 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
-
----
- include/uapi/linux/bpf.h | 8 +++-----
- 1 file changed, 3 insertions(+), 5 deletions(-)
-
-diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h
-index 754e68ca8744..11bef290a69e 100644
---- a/include/uapi/linux/bpf.h
-+++ b/include/uapi/linux/bpf.h
-@@ -5970,12 +5970,10 @@ enum {
- /* BPF_FUNC_perf_event_output, BPF_FUNC_perf_event_read and
- * BPF_FUNC_perf_event_read_value flags.
- */
--enum {
-- BPF_F_INDEX_MASK = 0xffffffffULL,
-- BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK,
-+#define BPF_F_INDEX_MASK 0xffffffffULL
-+#define BPF_F_CURRENT_CPU BPF_F_INDEX_MASK
- /* BPF_FUNC_perf_event_output for sk_buff input context. */
-- BPF_F_CTXLEN_MASK = (0xfffffULL << 32),
--};
-+#define BPF_F_CTXLEN_MASK (0xfffffULL << 32)
-
- /* Current network namespace */
- enum {
---
-2.44.0
-
diff --git a/pkg/linux-headers/patch/0004-nfc-uapi-remove-stray-semicolon-in-struct-declaratio.patch b/pkg/linux-headers/patch/0003-nfc-uapi-remove-stray-semicolon-in-struct-declaratio.patch
index 05de68d2..05de68d2 100644
--- a/pkg/linux-headers/patch/0004-nfc-uapi-remove-stray-semicolon-in-struct-declaratio.patch
+++ b/pkg/linux-headers/patch/0003-nfc-uapi-remove-stray-semicolon-in-struct-declaratio.patch
diff --git a/pkg/linux-headers/ver b/pkg/linux-headers/ver
index 0e797e95..a314d25d 100644
--- a/pkg/linux-headers/ver
+++ b/pkg/linux-headers/ver
@@ -1 +1 @@
-6.8 r0
+6.8 r1