From 78c9216c9048d4d45f7906cf41cb29663a7367e1 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 15 Oct 2020 14:06:00 -0700 Subject: linux-headers: Update to 5.9 --- pkg/linux-headers/.gitignore | 2 +- pkg/linux-headers/base.lua | 3 ++- .../patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch | 8 ++++---- pkg/linux-headers/sha256 | 2 +- pkg/linux-headers/url | 2 +- pkg/linux-headers/ver | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) (limited to 'pkg/linux-headers') diff --git a/pkg/linux-headers/.gitignore b/pkg/linux-headers/.gitignore index 27ad24bb..56aa2af3 100644 --- a/pkg/linux-headers/.gitignore +++ b/pkg/linux-headers/.gitignore @@ -1,3 +1,3 @@ -/linux-5.8.tar.xz +/linux-5.9.tar.xz /src /tools.ninja diff --git a/pkg/linux-headers/base.lua b/pkg/linux-headers/base.lua index 90894866..ba20212f 100644 --- a/pkg/linux-headers/base.lua +++ b/pkg/linux-headers/base.lua @@ -146,6 +146,7 @@ return { 'linux/cgroupstats.h', 'linux/chio.h', 'linux/cifs/cifs_mount.h', + 'linux/close_range.h', 'linux/cm4000_cs.h', 'linux/cn_proc.h', 'linux/coda.h', @@ -186,7 +187,6 @@ return { 'linux/elf-em.h', 'linux/elf-fdpic.h', 'linux/elf.h', - 'linux/elfcore.h', 'linux/errno.h', 'linux/errqueue.h', 'linux/erspan.h', @@ -595,6 +595,7 @@ return { 'linux/reboot.h', 'linux/reiserfs_fs.h', 'linux/reiserfs_xattr.h', + 'linux/remoteproc_cdev.h', 'linux/resource.h', 'linux/rfkill.h', 'linux/rio_cm_cdev.h', 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 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 diff --git a/pkg/linux-headers/sha256 b/pkg/linux-headers/sha256 index 88d2841f..33791581 100644 --- a/pkg/linux-headers/sha256 +++ b/pkg/linux-headers/sha256 @@ -1 +1 @@ -e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5 linux-5.8.tar.xz +3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06 linux-5.9.tar.xz diff --git a/pkg/linux-headers/url b/pkg/linux-headers/url index 96d3c0e2..c6a7ff1b 100644 --- a/pkg/linux-headers/url +++ b/pkg/linux-headers/url @@ -1 +1 @@ -url = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.8.tar.xz" +url = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.tar.xz" diff --git a/pkg/linux-headers/ver b/pkg/linux-headers/ver index ec9707b9..7ceb2b21 100644 --- a/pkg/linux-headers/ver +++ b/pkg/linux-headers/ver @@ -1 +1 @@ -5.8 r0 +5.9 r0 -- cgit v1.2.3