All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.20-rc8
Date: Thu, 20 Dec 2018 13:39:31 +0100	[thread overview]
Message-ID: <20181220123931.GA18376@kroah.com> (raw)

The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:

  Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-4.20-rc8

for you to fetch changes up to 55449af1a17a4f32178b42d8ba4ee9477fe9a00c:

  Merge tag 'hyperv-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux into char-misc-linus (2018-12-14 15:36:56 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 4.20-rc8

Here are 3 tiny last-minute driver fixes for 4.20-rc8 that resolve some
reported issues, and one MAINTAINERS file update.

All of them are related to the hyper-v subsystem, it seems people are
actually testing and using it now, which is nice to see :)

The fixes are:
  - uio_hv_generic: fix for opening multiple times
  - Remove PCI dependancy on hyperv drivers
  - return proper error code for an unopened channel.

And Sasha has signed up to help out with the hyperv maintainership.

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

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

----------------------------------------------------------------
Dexuan Cui (1):
      Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels

Greg Kroah-Hartman (1):
      Merge tag 'hyperv-fixes-4.20-rc6' of git://git.kernel.org/.../hyperv/linux into char-misc-linus

Sasha Levin (1):
      MAINTAINERS: Patch monkey for the Hyper-V code

Sinan Kaya (1):
      x86, hyperv: remove PCI dependency

Stephen Hemminger (1):
      uio_hv_generic: set callbacks on open

 MAINTAINERS                  |  4 +++-
 drivers/hv/Kconfig           |  2 +-
 drivers/hv/vmbus_drv.c       | 20 ++++++++++++++++++++
 drivers/uio/uio_hv_generic.c |  7 +++----
 4 files changed, 27 insertions(+), 6 deletions(-)

             reply	other threads:[~2018-12-20 12:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-20 12:39 Greg KH [this message]
2018-12-20 16:10 ` [GIT PULL] Char/Misc driver fixes for 4.20-rc8 pr-tracker-bot

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=20181220123931.GA18376@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.