The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:
Linux 4.20-rc5 (2018-12-02 15:07:55 -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-rc6 for you to fetch changes up to dbde117c31263fb632a5bfcafe4fe769663e8991: Merge tag 'gnss-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss into char-misc-linus (2018-12-07 14:05:28 +0100) ---------------------------------------------------------------- Char/Misc driver fixes for 4.20-rc6 Here are some small driver fixes for 4.20-rc6. There is a hyperv fix that for some reaon took forever to get into a shape that could be applied to the tree properly, but resolves a much reported issue. The others are some gnss patches, one a bugfix and the two others updates to the MAINTAINERS file to properly match the gnss files in the tree. All have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Dexuan Cui (1): Drivers: hv: vmbus: Offload the handling of channels to two workqueues Greg Kroah-Hartman (1): Merge tag 'gnss-4.20-rc6' of https://git.kernel.org/.../johan/gnss into char-misc-linus Johan Hovold (3): gnss: sirf: fix activation retry handling MAINTAINERS: add gnss scm tree MAINTAINERS: exclude gnss from SIRFPRIMA2 regex matching MAINTAINERS | 2 + drivers/gnss/sirf.c | 6 +- drivers/hv/channel_mgmt.c | 189 ++++++++++++++++++++++++++++++---------------- drivers/hv/connection.c | 24 +++++- drivers/hv/hyperv_vmbus.h | 7 ++ include/linux/hyperv.h | 7 ++ 6 files changed, 166 insertions(+), 69 deletions(-)

