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