Commit a5f22b9b1397 for kernel

commit a5f22b9b139762685810aa5a41fd0181488aea13
Merge: 505d195b0f96 319e3ff5ed7b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Feb 17 09:20:58 2026 -0800

    Merge tag 'staging-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

    Pull staging driver updates from Greg KH:
     "Here is the big set of staging driver updates for 7.0-rc1. Well, not
      that big, just lots of tiny coding style cleanups primarily in one
      driver as everyone seems to have glomed onto it for some reason that
      escapes me (is there a tutorial out there somewhere pointing people at
      this?)

      Not much overall, the changes can be summarized as:

       - cleanups for the rtl8723bs driver, so many cleanups...

       - vme_user driver cleanups

       - sm750fb driver cleanups

       - tiny greybus driver cleanups

       - other really small staging driver cleanups

      All of these have been in linux-next for a while with no reported
      issues"

    * tag 'staging-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (119 commits)
      staging: rtl8723bs: refactor ODM_SetIQCbyRFpath to reduce duplication
      staging: rtl8723bs: rename CamelCase function Set_MSR to set_msr
      staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c
      staging: rtl8723bs: remove stale TODO item regarding %pM
      staging: rtl8723bs: remove unused allocation wrapper functions
      staging: rtl8723bs: use standard skb allocation APIs
      staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()
      staging: rtl8723bs: replace rtw_malloc() with kmalloc()
      staging: rtl8723bs: introduce kmemdup() where applicable
      staging: sm750fb: Clean up variable names
      staging: rtl8723bs: fix null dereference in find_network
      staging: rtl8723bs: use unaligned access macros in rtw_security.c
      staging: rtl8723bs: fix potential race in expire_timeout_chk
      staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.c
      staging: rtl8723bs: modernize hex output in rtw_report_sec_ie
      staging: rtl8723bs: fix spacing around operators
      staging: rtl8723bs: rename u1bTmp to val
      staging: rtl8723bs: remove unused private debug counters
      staging: rtl8723bs: remove thread wraper functions and add IS_ERR() check
      staging: rtl8723bs: fix firmware memory leak on error
      ...