Merge 4.14-rc5 into char-misc-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Oct 2017 07:22:22 +0000 (09:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Oct 2017 07:22:22 +0000 (09:22 +0200)
We need the fixes in here to resolve merge issues and for testing.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
MAINTAINERS
drivers/hv/channel_mgmt.c
drivers/hv/vmbus_drv.c
drivers/nvmem/core.c
include/linux/hyperv.h

diff --cc MAINTAINERS
Simple merge
@@@ -513,16 -520,9 +520,17 @@@ static void vmbus_process_offer(struct 
        newchannel->state = CHANNEL_OPEN_STATE;
  
        if (!fnew) {
 +              struct hv_device *dev
 +                      = newchannel->primary_channel->device_obj;
 +
 +              if (vmbus_add_channel_kobj(dev, newchannel)) {
 +                      atomic_dec(&vmbus_connection.offer_in_progress);
 +                      goto err_free_chan;
 +              }
 +
                if (channel->sc_creation_callback != NULL)
                        channel->sc_creation_callback(newchannel);
+               newchannel->probe_done = true;
                return;
        }
  
Simple merge
Simple merge
Simple merge