logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 01c235063ffc865fab584b501fc98a536e370f6f
parent aae46e49a8fa4ffa637ae2c7577abffe7c989cda
Author: Michael Forney <mforney@mforney.org>
Date:   Mon,  3 Aug 2020 22:46:04 -0700

linux-headers: Update to 5.8

Diffstat:

Mpkg/linux-headers/.gitignore2+-
Mpkg/linux-headers/arm64.lua1+
Mpkg/linux-headers/base.lua4++++
Mpkg/linux-headers/patch/0002-Revert-change-of-BPF_F_-to-enum-constants.patch6+++---
Mpkg/linux-headers/sha2562+-
Mpkg/linux-headers/url2+-
Mpkg/linux-headers/ver2+-
Mpkg/strace/config.h4++--
8 files changed, 14 insertions(+), 9 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -1 +1 @@ -5.7 r1 +5.8 r0 diff --git a/pkg/strace/config.h b/pkg/strace/config.h @@ -698,8 +698,8 @@ #define HAVE_STRUCT_IOCB_AIO_FLAGS 1 #define HAVE_STRUCT_IOCB_AIO_RW_FLAGS 1 #define HAVE_STRUCT_IO_CQRING_OFFSETS 1 -/* #undef HAVE_STRUCT_IO_CQRING_OFFSETS_FLAGS */ -#define HAVE_STRUCT_IO_CQRING_OFFSETS_RESV 1 +#define HAVE_STRUCT_IO_CQRING_OFFSETS_FLAGS 1 +/* #undef HAVE_STRUCT_IO_CQRING_OFFSETS_RESV */ #define HAVE_STRUCT_IO_SQRING_OFFSETS 1 #define HAVE_STRUCT_IO_SQRING_OFFSETS_RESV2 1 #define HAVE_STRUCT_IO_URING_FILES_UPDATE 1