Re: Patch "tools include UAPI: Sync sound/asound.h copy with the kernel sources" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Feb 07, 2022 at 12:50:05PM +0000, Mark Brown wrote:
> On Mon, Feb 07, 2022 at 09:26:12AM +0100, gregkh@xxxxxxxxxxxxxxxxxxx wrote:
> 
> >     tools include UAPI: Sync sound/asound.h copy with the kernel sources
> > 
> > to the 5.15-stable tree which can be found at:
> >     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> 
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> > --- a/tools/include/uapi/sound/asound.h
> > +++ b/tools/include/uapi/sound/asound.h
> > @@ -56,8 +56,10 @@
> >   *                                                                          *
> >   ****************************************************************************/
> >  
> > +#define AES_IEC958_STATUS_SIZE		24
> > +
> >  struct snd_aes_iec958 {
> > -	unsigned char status[24];	/* AES/IEC958 channel status bits */
> > +	unsigned char status[AES_IEC958_STATUS_SIZE]; /* AES/IEC958 channel status bits */
> 
> This should introduce a bug in v5.15, the change that's being synced
> here is not in v5.15 so it'll introduce a difference between the normal
> and tools copies.


It should keep things in sync for 5.15 as the commit that this "fixes"
is also in the queue here, right?  Or am I out of sync now?

thanks,

greg k-h



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux