[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aGExya6dgB0JMLYb@kroah.com>
Date: Sun, 29 Jun 2025 14:30:01 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev
Subject: [GIT PULL] Staging driver fix for 6.16-rc4
The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:
Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.16-rc4
for you to fetch changes up to a55bc4ffc06d8c965a7d6f0a01ed0ed41380df28:
staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher() (2025-06-19 17:33:43 +0200)
----------------------------------------------------------------
Staging driver fix for 6.16-rc4
Here is a single staging driver fix for 6.16-rc4. It resolves a build
error in the rtl8723bs driver for some versions of clang on arm64 when
checking the frame size with -Wframe-larger-than.
It has been in linux-next for a while now with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Nathan Chancellor (1):
staging: rtl8723bs: Avoid memset() in aes_cipher() and aes_decipher()
drivers/staging/rtl8723bs/core/rtw_security.c | 44 +++++++++------------------
1 file changed, 14 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists