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.9-rc5
Date: Sun, 13 Nov 2016 11:17:00 +0100 [thread overview]
Message-ID: <20161113101700.GA7250@kroah.com> (raw)
The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:
Linux 4.9-rc3 (2016-10-29 13:52:02 -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.9-rc5
for you to fetch changes up to b13d14339baaaa720e7e5448855f33ba501917aa:
ppdev: fix double-free of pp->pdev->name (2016-11-10 15:24:02 +0100)
----------------------------------------------------------------
char/misc fixes for 4.9-rc5
Here are three small driver fixes for some reported issues for 4.9-rc5.
One for the hyper-v subsystem, fixing up a naming issue that showed up
in 4.9-rc1, one mei driver fix, and one fix for parallel ports,
resolving a reported regression.
All have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alexander Usyskin (1):
mei: bus: fix received data size check in NFC fixup
Jann Horn (1):
ppdev: fix double-free of pp->pdev->name
Stephen Hemminger (1):
vmbus: make sysfs names consistent with PCI
drivers/char/ppdev.c | 3 ---
drivers/hv/vmbus_drv.c | 2 +-
drivers/misc/mei/bus-fixup.c | 2 +-
drivers/nfc/mei_phy.c | 2 +-
4 files changed, 3 insertions(+), 6 deletions(-)
reply other threads:[~2016-11-13 10:16 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=20161113101700.GA7250@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.