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-rc2
Date: Sat, 20 May 2017 15:41:04 +0200 [thread overview]
Message-ID: <20170520134104.GA9162@kroah.com> (raw)
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -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-rc2
for you to fetch changes up to 9434cec130a941e8a0698d598dfa5499dbdeb949:
firmware: Google VPD: Fix memory allocation error handling (2017-05-18 17:01:46 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 4.12-rc2
Here are 5 small bugfixes for reported issues with 4.12-rc1 and earlier
kernels. Nothing huge here, just a lp, mem, vpd, and uio driver fix,
along with a Kconfig fixup for one of the misc drivers.
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Christophe JAILLET (1):
firmware: Google VPD: Fix memory allocation error handling
Julius Werner (1):
drivers: char: mem: Check for address space wraparound with mmap()
Suman Anna (1):
uio: fix incorrect memory leak cleanup
Tobias Regnery (1):
misc: pci_endpoint_test: select CRC32
Willy Tarreau (1):
char: lp: fix possible integer overflow in lp_setup()
drivers/char/lp.c | 6 +++++-
drivers/char/mem.c | 5 +++++
drivers/firmware/google/vpd.c | 21 +++++++++++++++------
drivers/misc/Kconfig | 1 +
drivers/uio/uio.c | 8 ++++----
5 files changed, 30 insertions(+), 11 deletions(-)
reply other threads:[~2017-05-20 13:41 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=20170520134104.GA9162@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.