Merge tag 'staging-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Jul 2023 18:47:56 +0000 (11:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Jul 2023 18:47:56 +0000 (11:47 -0700)
commit3d6b77a8d4b4603c243ab2ee0f04f74f122d576a
treeb71626dc7dc16eb2ce50d20ada21fb19e792473c
parentcf270e7b751478a0834acdc6068edc58fead82cd
parent5f1c7031e044cb2fba82836d55cc235e2ad619dc
Merge tag 'staging-6.5-rc4' of git://git./linux/kernel/git/gregkh/staging

Pull staging driver fixes from Greg KH:
 "Here are three small staging driver fixes for 6.5-rc4 that resolve
  some reported problems. These fixes are:

   - fix for an old bug in the r8712 driver

   - fbtft driver fix for a spi device

   - potential overflow fix in the ks7010 driver

  All of these have been in linux-next with no reported problems"

* tag 'staging-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()
  staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVER
  staging: r8712: Fix memory leak in _r8712_init_xmit_priv()