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 <[email protected]> ---------------------------------------------------------------- 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(-)

