* [GIT PULL] Staging driver fix for 6.16-rc4
@ 2025-06-29 12:30 Greg KH
2025-06-29 16:40 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2025-06-29 12:30 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, Stephen Rothwell
Cc: linux-kernel, linux-staging
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@linuxfoundation.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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-29 16:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-29 12:30 [GIT PULL] Staging driver fix for 6.16-rc4 Greg KH
2025-06-29 16:40 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.