All of lore.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.6-rc7
Date: Sat, 7 May 2016 19:45:41 +0200	[thread overview]
Message-ID: <20160507174541.GA24946@kroah.com> (raw)

The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:

  Linux 4.6-rc4 (2016-04-17 19:13:32 -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.6-rc7

for you to fetch changes up to d1306eb675ad7a9a760b6b8e8e189824b8db89e7:

  nvmem: mxs-ocotp: fix buffer overflow in read (2016-05-02 08:18:01 -0700)

----------------------------------------------------------------
Char/Misc driver fixes for 4.6-rc7

Here are 3 small fixes for some driver problems that were reported.
Full details in the shortlog below.

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Ashutosh Dixit (1):
      misc: mic: Fix for double fetch security bug in VOP driver

K. Y. Srinivasan (1):
      Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()

Stanislav Meduna (1):
      nvmem: mxs-ocotp: fix buffer overflow in read

 drivers/hv/ring_buffer.c          | 26 ++++++++++++++++++++------
 drivers/misc/mic/vop/vop_vringh.c |  5 +++++
 drivers/nvmem/mxs-ocotp.c         |  4 ++--
 3 files changed, 27 insertions(+), 8 deletions(-)

                 reply	other threads:[~2016-05-07 17:45 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=20160507174541.GA24946@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.