lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 6 Sep 2018 14:59:40 +0900 From: Takashi Sakamoto <o-takashi@...amocchi.jp> To: David Howells <dhowells@...hat.com>, linux-api@...r.kernel.org, linux-kbuild@...r.kernel.org Cc: linux-kernel@...r.kernel.org, moderated for non-subscribers <alsa-devel@...a-project.org>, Takashi Iwai <tiwai@...e.com> Subject: Re: [PATCH 08/11] UAPI: sound: Fix use of u32 and co. in UAPI headers Hi, On Sep 6 2018 00:55, David Howells wrote: > Fix the use of u32 and co. in UAPI headers as these are not defined. Switch > to using the __u32-style equivalents instead. > > Signed-off-by: David Howells <dhowells@...hat.com> > cc: Jaroslav Kysela <perex@...ex.cz> > cc: Takashi Iwai <tiwai@...e.com> > cc: alsa-devel@...a-project.org (moderated for non-subscribers) > --- > > include/uapi/sound/skl-tplg-interface.h | 106 ++++++++++++++++--------------- > 1 file changed, 54 insertions(+), 52 deletions(-) A similar patch was already proposed[1] and has been applied by Mark to his tree[2]. Your issue (3) is going to be solved soon for v4.19 kernel. [1] [alsa-devel] [PATCH] uapi: fix sound/skl-tplg-interface.h userspace compilation errors http://mailman.alsa-project.org/pipermail/alsa-devel/2018-August/139392.html [2] ASoC: uapi: fix sound/skl-tplg-interface.h userspace compilation errors https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/log/?h=for-4.19 Thanks Takashi Sakamoto
Powered by blists - more mailing lists