diff options
| author | Michael Forney <mforney@mforney.org> | 2023-01-17 22:24:18 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-01-21 18:02:46 -0800 |
| commit | 78685881821b2dcd3d7b0dba7ec257453f2dc2ca (patch) | |
| tree | 5a2660e2e707dbfba7eeccd7b67e73f39703556d /pkg/linux-headers/patch/0005-Make-struct-bpf_timer-include-a-named-member.patch | |
| parent | 3dc80140e30a8d67a91771952599d25fbd392ced (diff) | |
linux-headers: Update to 6.1
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 91af76ad..d742aa04 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 e0e81fd6e3be7bd03fcf82cbb598253a9b7c47f8 Mon Sep 17 00:00:00 2001 +From c57c6e0abe79f908eaac16deac7cdb51a58dc2c4 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 864d6345ebc3..a2ac330e49bd 100644 +index ae026feb4c5b..a41109d08558 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h -@@ -6688,9 +6688,8 @@ struct bpf_spin_lock { +@@ -6822,9 +6822,8 @@ struct bpf_spin_lock { }; struct bpf_timer { @@ -28,5 +28,5 @@ index 864d6345ebc3..a2ac330e49bd 100644 struct bpf_dynptr { __u64 :64; -- -2.35.1 +2.37.3 |
