The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.15-rc3 for you to fetch changes up to aa3233ea7bdb6c4004f5032a3a07417ea51dc409: staging: r8188eu: fix -Wrestrict warnings (2021-09-20 12:33:22 +0200) ---------------------------------------------------------------- Staging driver fixes for 5.15-rc3 Here are 2 small staging driver fixes for 5.15-rc3: - greybus tty use-after-free bugfix - r8188eu ioctl overlap build warning fix Note, the r8188eu ioctl has been entirely removed for 5.16-rc1, but it's good to get this fixed now for people using this in 5.15. Both of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Arnd Bergmann (1): staging: r8188eu: fix -Wrestrict warnings Johan Hovold (1): staging: greybus: uart: fix tty use after free drivers/staging/greybus/uart.c | 62 ++++++++++++++-------------- drivers/staging/r8188eu/os_dep/ioctl_linux.c | 8 ++-- 2 files changed, 36 insertions(+), 34 deletions(-)