diff options
| author | Michael Forney <mforney@mforney.org> | 2022-10-21 18:11:42 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-11-25 20:12:51 -0800 |
| commit | fbd109c85f41a654e009cf18b0488a8d9bbdad33 (patch) | |
| tree | 95b6ef1424a3e6456041eba3b1733b4af7add6e1 /pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch | |
| parent | 89e45852644d37a23ff83ceb208f438a66a2835f (diff) | |
linux-headers: Update to 6.0
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 00d7533c..62a49785 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 1c362a59b41e944dd21b5d72dbab4465d2346415 Mon Sep 17 00:00:00 2001 +From 0be2d9781e7023f71d1e9b8939a5faf844033846 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 5859ca0a1439..bbb078f3fddf 100644 +index 3974a2a911cc..ac58a16fc826 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h -@@ -554,22 +554,30 @@ struct __snd_pcm_sync_ptr { +@@ -561,22 +561,30 @@ struct __snd_pcm_sync_ptr { } c; }; @@ -48,7 +48,7 @@ index 5859ca0a1439..bbb078f3fddf 100644 struct __snd_timespec64 tstamp; /* Timestamp */ snd_pcm_state_t suspended_state;/* RO: suspended stream state */ __u32 pad3; /* Needed for 64 bit alignment */ -@@ -577,15 +585,18 @@ struct __snd_pcm_mmap_status64 { +@@ -584,15 +592,18 @@ struct __snd_pcm_mmap_status64 { }; struct __snd_pcm_mmap_control64 { @@ -72,5 +72,5 @@ index 5859ca0a1439..bbb078f3fddf 100644 __u32 flags; __u32 pad1; -- -2.34.0 +2.35.1 |
