diff options
| author | Michael Forney <mforney@mforney.org> | 2022-02-17 22:57:03 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-02-18 02:58:00 -0800 |
| commit | d69c7d5739dd7d6cd7ae1bb2e38ce3e570a8acab (patch) | |
| tree | 496b9ec6ed1888b71dff13ac0968beff20901793 /pkg/iproute2/patch/0016-Make-struct-bpf_timer-include-a-named-member.patch | |
| parent | 6cf42d4e86d90e0d1cd23fe3af2502a164f31e9a (diff) | |
iproute2: Update to 5.16.0
Diffstat (limited to 'pkg/iproute2/patch/0016-Make-struct-bpf_timer-include-a-named-member.patch')
| -rw-r--r-- | pkg/iproute2/patch/0016-Make-struct-bpf_timer-include-a-named-member.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/iproute2/patch/0016-Make-struct-bpf_timer-include-a-named-member.patch b/pkg/iproute2/patch/0016-Make-struct-bpf_timer-include-a-named-member.patch index 8829b7a2..3645dce4 100644 --- a/pkg/iproute2/patch/0016-Make-struct-bpf_timer-include-a-named-member.patch +++ b/pkg/iproute2/patch/0016-Make-struct-bpf_timer-include-a-named-member.patch @@ -1,4 +1,4 @@ -From 37ed0cb1540616327c82760f921b4846b6789bfc Mon Sep 17 00:00:00 2001 +From 5a2587077e91d489ad9708cf5614bb5fecbb02aa 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 262001e4..6884f5f2 100644 +index 964719f9..f71d7e90 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 262001e4..6884f5f2 100644 struct bpf_sysctl { __u32 write; /* Sysctl is being read (= 0) or written (= 1). -- -2.34.0 +2.34.1 |
