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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 17 Oct 2021 12:07:08 +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 for 5.15-rc6 The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896: Linux 5.15-rc4 (2021-10-03 14:08:47 -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.15-rc6 for you to fetch changes up to f42752729e2068a92c7d8b576d0dbbc9c1464149: eeprom: 93xx46: fix MODULE_DEVICE_TABLE (2021-10-15 10:54:02 +0200) ---------------------------------------------------------------- Char/Misc driver fixes for 5.15-rc6 Here are some small char/misc driver fixes for 5.15-rc6 for reported issues that include: - habanalabs driver fixes - mei driver fixes and new ids - fpga new device ids - MAINTAINER file updates for fpga subsystem - spi module id table additions and fixes - fastrpc locking fixes - nvmem driver fix All of these have been in linux-next for a while with no reported issues Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org> ---------------------------------------------------------------- Alexander Usyskin (1): mei: hbm: drop hbm responses on early shutdown Andy Shevchenko (1): mei: me: add Ice Lake-N device id. Arnd Bergmann (2): cb710: avoid NULL pointer subtraction eeprom: 93xx46: fix MODULE_DEVICE_TABLE Greg Kroah-Hartman (3): Merge tag 'misc-habanalabs-fixes-2021-09-29' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-linus Merge tag 'fpga-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next Merge tag 'fpga-maintainer-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-linus Mark Brown (4): fpga: ice40-spi: Add SPI device ID table misc: gehc: Add SPI ID table eeprom: at25: Add SPI ID table eeprom: 93xx46: Add SPI device ID table Moritz Fischer (2): MAINTAINERS: Add Hao and Yilun as maintainers MAINTAINERS: Drop outdated FPGA Manager website Rajaravi Krishna Katta (1): habanalabs: fix resetting args in wait for CS IOCTL Randy Dunlap (1): misc: HI6421V600_IRQ should depend on HAS_IOMEM Srinivas Kandagatla (1): misc: fastrpc: Add missing lock before accessing find_vma() Stephen Boyd (1): nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells MAINTAINERS | 3 +- drivers/fpga/ice40-spi.c | 7 +++++ drivers/misc/Kconfig | 1 + drivers/misc/cb710/sgbuf2.c | 2 +- drivers/misc/eeprom/at25.c | 8 ++++++ drivers/misc/eeprom/eeprom_93xx46.c | 18 ++++++++++++ drivers/misc/fastrpc.c | 2 ++ drivers/misc/gehc-achc.c | 1 + .../misc/habanalabs/common/command_submission.c | 33 +++++++++++++--------- drivers/misc/mei/hbm.c | 12 +++++--- drivers/misc/mei/hw-me-regs.h | 1 + drivers/misc/mei/pci-me.c | 1 + drivers/nvmem/core.c | 3 +- include/uapi/misc/habanalabs.h | 6 ++-- 14 files changed, 73 insertions(+), 25 deletions(-)
Powered by blists - more mailing lists