[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230516191245.4149c51a@barney>
Date: Tue, 16 May 2023 19:12:45 +0200
From: Michael Büsch <m@...s.ch>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Kalle Valo <kvalo@...nel.org>, Arnd Bergmann <arnd@...db.de>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Tom Rix <trix@...hat.com>, linux-wireless@...r.kernel.org,
b43-dev@...ts.infradead.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, llvm@...ts.linux.dev
Subject: Re: [PATCH] wifi: b43: fix incorrect __packed annotation
On Tue, 16 May 2023 09:45:42 +0200
Arnd Bergmann <arnd@...nel.org> wrote:
> b43_iv { union {
> __be16 d16;
> __be32 d32;
> - } data __packed;
> + } __packed data;
> } __packed;
>
>
Oh, interesting. This has probably been there forever.
Did you check if the b43legacy driver has the same issue?
Acked-by: Michael Büsch <m@...s.ch>
--
Michael Büsch
https://bues.ch/
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists