diff options
| author | Michael Forney <mforney@mforney.org> | 2021-12-02 14:55:23 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-12-22 00:15:18 -0800 |
| commit | d88d1365e6dd40e8dc5185485e6d058817683b31 (patch) | |
| tree | c042357d710df75479c77d3e9c749974edfc5339 /pkg/linux-headers/patch/0004-Prevent-zero-length-array-members-in-asound.h.patch | |
| parent | 63ab9afa40aeeefea935067cbe6b1e4dbdaa92c8 (diff) | |
linux-headers: Update to 5.15
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 bd71403e..00d7533c 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 3ff7594c56add20d75d8f8590e07d2dd56f3addd Mon Sep 17 00:00:00 2001 +From 1c362a59b41e944dd21b5d72dbab4465d2346415 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 535a7229e1d9..fd8cdf7d5147 100644 +index 5859ca0a1439..bbb078f3fddf 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h -@@ -553,22 +553,30 @@ struct __snd_pcm_sync_ptr { +@@ -554,22 +554,30 @@ struct __snd_pcm_sync_ptr { } c; }; @@ -48,7 +48,7 @@ index 535a7229e1d9..fd8cdf7d5147 100644 struct __snd_timespec64 tstamp; /* Timestamp */ snd_pcm_state_t suspended_state;/* RO: suspended stream state */ __u32 pad3; /* Needed for 64 bit alignment */ -@@ -576,15 +584,18 @@ struct __snd_pcm_mmap_status64 { +@@ -577,15 +585,18 @@ struct __snd_pcm_mmap_status64 { }; struct __snd_pcm_mmap_control64 { @@ -72,5 +72,5 @@ index 535a7229e1d9..fd8cdf7d5147 100644 __u32 flags; __u32 pad1; -- -2.32.0 +2.34.0 |
