[GIT PULL] hardening fixes for v6.5-rc6
From: Kees Cook
Date: Tue Aug 08 2023 - 17:18:59 EST
Hi Linus,
Please pull these couple of hardening fixes for v6.5-rc6.
Thanks!
-Kees
The following changes since commit ec7633de404e7ce704d8f79081b97bca5b616c23:
sparc: mark __arch_xchg() as __always_inline (2023-07-13 09:54:32 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.5-rc6
for you to fetch changes up to cdddb626dc053a2bbe8be4150e9b67395130a683:
media: venus: Use struct_size_t() helper in pkt_session_unset_buffers() (2023-07-27 10:11:11 -0700)
----------------------------------------------------------------
hardening fixes for v6.5-rc6
- Replace remaining open-coded struct_size_t() instance (Gustavo A. R. Silva)
- Adjust vboxsf's trailing arrays to be proper flexible arrays
----------------------------------------------------------------
Gustavo A. R. Silva (1):
media: venus: Use struct_size_t() helper in pkt_session_unset_buffers()
Kees Cook (1):
vboxsf: Use flexible arrays for trailing string member
drivers/media/platform/qcom/venus/hfi_cmds.c | 4 ++--
fs/vboxsf/shfl_hostintf.h | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
--
Kees Cook