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/0004-Prevent-zero-length-array-members-in-asound.h.patch | |
| parent | 3dc80140e30a8d67a91771952599d25fbd392ced (diff) | |
linux-headers: Update to 6.1
Diffstat (limited to 'pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch')
| -rw-r--r-- | pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch b/pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch index 62a49785..0039b03c 100644 --- a/pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch +++ b/pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch @@ -1,4 +1,4 @@ -From 0be2d9781e7023f71d1e9b8939a5faf844033846 Mon Sep 17 00:00:00 2001 +From d3ae5dd27d8158e810c093b85dc4c7df88f01c5d Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Mon, 30 Aug 2021 19:26:32 -0700 Subject: [PATCH] Prevent zero-length array members in asound.h @@ -8,10 +8,10 @@ Subject: [PATCH] Prevent zero-length array members in asound.h 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h -index 3974a2a911cc..ac58a16fc826 100644 +index de6810e94abe..a57304e141ff 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h -@@ -561,22 +561,30 @@ struct __snd_pcm_sync_ptr { +@@ -545,22 +545,30 @@ struct __snd_pcm_sync_ptr { } c; }; @@ -48,7 +48,7 @@ index 3974a2a911cc..ac58a16fc826 100644 struct __snd_timespec64 tstamp; /* Timestamp */ snd_pcm_state_t suspended_state;/* RO: suspended stream state */ __u32 pad3; /* Needed for 64 bit alignment */ -@@ -584,15 +592,18 @@ struct __snd_pcm_mmap_status64 { +@@ -568,15 +576,18 @@ struct __snd_pcm_mmap_status64 { }; struct __snd_pcm_mmap_control64 { @@ -72,5 +72,5 @@ index 3974a2a911cc..ac58a16fc826 100644 __u32 flags; __u32 pad1; -- -2.35.1 +2.37.3 |
