public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.12-rc5
Date: Sun, 11 Jun 2017 09:43:04 +0200	[thread overview]
Message-ID: <20170611074304.GA29993@kroah.com> (raw)

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@linuxfoundation.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(-)

                 reply	other threads:[~2017-06-11  7:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170611074304.GA29993@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox