[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170611074304.GA29993@kroah.com>
Date: Sun, 11 Jun 2017 09:43:04 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.12-rc5
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.12-rc5
for you to fetch changes up to ed45509b550488f6a71a4b6cc5b12265e8c1f85d:
cxl: Avoid double free_irq() for psl,slice interrupts (2017-06-09 11:30:53 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 4.12-rc5
Here are some small driver fixes for 4.12-rc5. Nothing major here, just
some small bugfixes found by people testing, and a MAINTAINERS file
update for the genwqe driver.
All have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Dmitry Torokhov (3):
firmware: vpd: do not leave freed section attributes to the list
firmware: vpd: avoid potential use-after-free when destroying section
firmware: vpd: do not leak kobjects
Guilherme G. Piccoli (1):
MAINTAINERS: Change maintainer of genwqe driver
Julius Werner (1):
drivers: char: mem: Fix wraparound check to allow mappings up to the end
Pratyush Anand (1):
mei: make sysfs modalias format similar as uevent modalias
Vaibhav Jain (1):
cxl: Avoid double free_irq() for psl,slice interrupts
Wei Yongjun (1):
goldfish_pipe: use GFP_ATOMIC under spin lock
MAINTAINERS | 2 +-
drivers/char/mem.c | 2 +-
drivers/firmware/google/vpd.c | 8 ++++----
drivers/misc/cxl/native.c | 14 +++++++++++---
drivers/misc/mei/bus.c | 4 +++-
drivers/platform/goldfish/goldfish_pipe.c | 2 +-
6 files changed, 21 insertions(+), 11 deletions(-)
Powered by blists - more mailing lists