[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yq8JO6i5zqhZLqa2@kroah.com>
Date: Sun, 19 Jun 2022 13:32:11 +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-rc3 - take 2
Let's tag the proper branch this time...
---------------------
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -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-rc3-take2
for you to fetch changes up to 928ea98252ad75118950941683893cf904541da9:
bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove() (2022-06-10 15:53:12 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 5.19-rc3 - take 2
Here are some small char/misc driver fixes for 5.19-rc3 that resolve
some reported issues.
They include:
- mei driver fixes
- comedi driver fix
- rtsx build warning fix
- fsl-mc-bus 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 (3):
mei: me: set internal pg flag to off on hardware reset
mei: hbm: drop capability response on early shutdown
mei: me: add raptor lake point S DID
Ian Abbott (1):
comedi: vmk80xx: fix expression for tx buffer size
Nathan Chancellor (1):
misc: rtsx: Fix clang -Wsometimes-uninitialized in rts5261_init_from_hw()
Shin'ichiro Kawasaki (1):
bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
drivers/bus/fsl-mc/fsl-mc-bus.c | 6 +++---
drivers/comedi/drivers/vmk80xx.c | 2 +-
drivers/misc/cardreader/rts5261.c | 2 ++
drivers/misc/mei/hbm.c | 3 ++-
drivers/misc/mei/hw-me-regs.h | 2 ++
drivers/misc/mei/hw-me.c | 2 ++
drivers/misc/mei/pci-me.c | 2 ++
7 files changed, 14 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists