diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-03 22:46:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-04 02:29:58 -0700 |
| commit | 01c235063ffc865fab584b501fc98a536e370f6f (patch) | |
| tree | 8f6bb69156727c35b9cd1afae7ea7fedb62cbd42 /pkg/linux-headers | |
| parent | aae46e49a8fa4ffa637ae2c7577abffe7c989cda (diff) | |
linux-headers: Update to 5.8
Diffstat (limited to 'pkg/linux-headers')
| -rw-r--r-- | pkg/linux-headers/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/linux-headers/arm64.lua | 1 | ||||
| -rw-r--r-- | pkg/linux-headers/base.lua | 4 | ||||
| -rw-r--r-- | pkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch | 6 | ||||
| -rw-r--r-- | pkg/linux-headers/sha256 | 2 | ||||
| -rw-r--r-- | pkg/linux-headers/url | 2 | ||||
| -rw-r--r-- | pkg/linux-headers/ver | 2 |
7 files changed, 12 insertions, 7 deletions
diff --git a/pkg/linux-headers/.gitignore b/pkg/linux-headers/.gitignore index 574a727e..27ad24bb 100644 --- a/pkg/linux-headers/.gitignore +++ b/pkg/linux-headers/.gitignore @@ -1,3 +1,3 @@ -/linux-5.7.tar.xz +/linux-5.8.tar.xz /src /tools.ninja diff --git a/pkg/linux-headers/arm64.lua b/pkg/linux-headers/arm64.lua index 1519aa59..fbeed5b8 100644 --- a/pkg/linux-headers/arm64.lua +++ b/pkg/linux-headers/arm64.lua @@ -7,6 +7,7 @@ return { 'asm/fcntl.h', 'asm/hwcap.h', 'asm/kvm.h', + 'asm/mman.h', 'asm/param.h', 'asm/perf_regs.h', 'asm/posix_types.h', diff --git a/pkg/linux-headers/base.lua b/pkg/linux-headers/base.lua index d7bcddb0..90894866 100644 --- a/pkg/linux-headers/base.lua +++ b/pkg/linux-headers/base.lua @@ -361,6 +361,7 @@ return { 'linux/mqueue.h', 'linux/mroute.h', 'linux/mroute6.h', + 'linux/mrp_bridge.h', 'linux/msdos_fs.h', 'linux/msg.h', 'linux/mtio.h', @@ -665,6 +666,7 @@ return { 'linux/tc_act/tc_ctinfo.h', 'linux/tc_act/tc_defact.h', 'linux/tc_act/tc_gact.h', + 'linux/tc_act/tc_gate.h', 'linux/tc_act/tc_ife.h', 'linux/tc_act/tc_ipt.h', 'linux/tc_act/tc_mirred.h', @@ -760,6 +762,7 @@ return { 'linux/virtio_ids.h', 'linux/virtio_input.h', 'linux/virtio_iommu.h', + 'linux/virtio_mem.h', 'linux/virtio_mmio.h', 'linux/virtio_net.h', 'linux/virtio_pci.h', @@ -776,6 +779,7 @@ return { 'linux/vt.h', 'linux/vtpm_proxy.h', 'linux/wait.h', + 'linux/watch_queue.h', 'linux/watchdog.h', 'linux/wimax.h', 'linux/wimax/i2400m.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 c448f6a8..f6e5eb25 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 c4b453a81c19709e118c8f3fdbb1153af9a879f0 Mon Sep 17 00:00:00 2001 +From ccfebb04cfe62782a7b32ec29381ef6fee1f28d4 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 f9b7fdd951e4..91d6a5e43ccd 100644 +index 8bd33050b7bb..e6ed9d522138 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h -@@ -3216,12 +3216,10 @@ enum { +@@ -3455,12 +3455,10 @@ enum { /* BPF_FUNC_perf_event_output, BPF_FUNC_perf_event_read and * BPF_FUNC_perf_event_read_value flags. */ diff --git a/pkg/linux-headers/sha256 b/pkg/linux-headers/sha256 index f5c277c6..88d2841f 100644 --- a/pkg/linux-headers/sha256 +++ b/pkg/linux-headers/sha256 @@ -1 +1 @@ -de8163bb62f822d84f7a3983574ec460060bf013a78ff79cd7c979ff1ec1d7e0 linux-5.7.tar.xz +e7f75186aa0642114af8f19d99559937300ca27acaf7451b36d4f9b0f85cf1f5 linux-5.8.tar.xz diff --git a/pkg/linux-headers/url b/pkg/linux-headers/url index 7ed2d2bf..96d3c0e2 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.7.tar.xz" +url = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.8.tar.xz" diff --git a/pkg/linux-headers/ver b/pkg/linux-headers/ver index 638a85e0..ec9707b9 100644 --- a/pkg/linux-headers/ver +++ b/pkg/linux-headers/ver @@ -1 +1 @@ -5.7 r1 +5.8 r0 |
