diff options
| author | Michael Forney <mforney@mforney.org> | 2022-02-12 00:46:22 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-02-18 02:00:46 -0800 |
| commit | 39bc474e789fd403404c244870fbfeea94921f57 (patch) | |
| tree | 7a9213283c3436f4e9699accc5db6f29de0ed7b7 /pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch | |
| parent | 895bb274e59a1157cac88ba3058dc7f51bbffb96 (diff) | |
linux-headers: Update to 5.16
Diffstat (limited to 'pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch')
| -rw-r--r-- | pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch b/pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch index e1bcac0a..025a28d1 100644 --- a/pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch +++ b/pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch @@ -1,4 +1,4 @@ -From aec886b601b85235a21baa303f75c589f434b727 Mon Sep 17 00:00:00 2001 +From 2098e4227bca59a46f19f817a6af1f52ea9a408e Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Thu, 2 Dec 2021 14:49:08 -0800 Subject: [PATCH] Make struct bpf_timer include a named member @@ -12,10 +12,10 @@ Signed-off-by: Michael Forney <mforney@mforney.org> 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h -index a2e8fd2e798c..79d70644e6a0 100644 +index 90c141acf380..b05ee9448e6a 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h -@@ -6180,9 +6180,8 @@ struct bpf_spin_lock { +@@ -6250,9 +6250,8 @@ struct bpf_spin_lock { }; struct bpf_timer { @@ -28,5 +28,5 @@ index a2e8fd2e798c..79d70644e6a0 100644 struct bpf_sysctl { __u32 write; /* Sysctl is being read (= 0) or written (= 1). -- -2.34.0 +2.34.1 |
