[GIT PULL] Staging driver fixes for 4.18-rc7

From: Greg KH
Date: Thu Jul 26 2018 - 10:19:44 EST


The following changes since commit 9d3cce1e8b8561fed5f383d22a4d6949db4eadbe:

Linux 4.18-rc5 (2018-07-15 12:49:31 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-4.18-rc7

for you to fetch changes up to b96fba8d5855c3617adbfb43ca4723a808cac954:

staging: speakup: fix wraparound in uaccess length check (2018-07-16 10:04:11 +0200)

----------------------------------------------------------------
staging driver fixes for 4.18-rc7

Here are 3 small staging driver fixes for 4.18-rc7. One is a revert of
an earlier patch that turned out to be incorrect, one is a fix for the
speakup drivers, and the last a fix for the ks7010 driver to resolve a
regression.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Hans de Goede (1):
Revert "staging:r8188eu: Use lib80211 to support TKIP"

Samuel Thibault (1):
staging: speakup: fix wraparound in uaccess length check

Sergio Paracuellos (1):
staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set_request_bool'

drivers/staging/ks7010/ks_hostif.c | 12 +-
drivers/staging/rtl8188eu/Kconfig | 1 -
drivers/staging/rtl8188eu/core/rtw_recv.c | 161 ++++++++++++++++++--------
drivers/staging/rtl8188eu/core/rtw_security.c | 92 +++++++--------
drivers/staging/speakup/speakup_soft.c | 6 +-
5 files changed, 171 insertions(+), 101 deletions(-)