lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 10 Jul 2022 17:21:28 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes 5.19-rc6

The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.19-rc6

for you to fetch changes up to 2cd37c2e72449a7add6da1183d20a6247d6db111:

  misc: rtsx_usb: set return value in rsp_buf alloc err path (2022-07-02 16:20:56 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.19-rc6

Here are 4 small char/misc driver fixes for 5.19-rc6 to resolve some
reported issues.  They only affect 2 drivers:
	- rtsx_usb: fix for of-reported DMA warning error, the driver
	  was handling memory buffers in odd ways, it has now been fixed
	  up to be much simpler and correct by Shuah.
	- at25 eeprom driver bugfix for reported problem

All of these have been in linux-next for a week with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Geert Uytterhoeven (1):
      eeprom: at25: Rework buggy read splitting

Shuah Khan (3):
      misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer
      misc: rtsx_usb: use separate command and response buffers
      misc: rtsx_usb: set return value in rsp_buf alloc err path

 drivers/misc/cardreader/rtsx_usb.c | 27 +++++++++++++++++++--------
 drivers/misc/eeprom/at25.c         | 26 ++++++++++++--------------
 include/linux/rtsx_usb.h           |  2 --
 3 files changed, 31 insertions(+), 24 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ