mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
kernel: Update to 4.11.4/4.9.31./4.4.71
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
c49a5bea5b
commit
477435f42b
@ -63,8 +63,8 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.11.3,4.11.x))
|
||||
$(eval $(call kernel,4.11.3,4.11.x,_dbg))
|
||||
$(eval $(call kernel,4.9.30,4.9.x))
|
||||
$(eval $(call kernel,4.9.30,4.9.x,_dbg))
|
||||
$(eval $(call kernel,4.4.70,4.4.x))
|
||||
$(eval $(call kernel,4.11.4,4.11.x))
|
||||
$(eval $(call kernel,4.11.4,4.11.x,_dbg))
|
||||
$(eval $(call kernel,4.9.31,4.9.x))
|
||||
$(eval $(call kernel,4.9.31,4.9.x,_dbg))
|
||||
$(eval $(call kernel,4.4.71,4.4.x))
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.11.3 Kernel Configuration
|
||||
# Linux/x86 4.11.4 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.70 Kernel Configuration
|
||||
# Linux/x86 4.4.71 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.30 Kernel Configuration
|
||||
# Linux/x86 4.9.31 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1c9660f96d1e38a84d1c6565a219e432e95c8409 Mon Sep 17 00:00:00 2001
|
||||
From f1d0fa353d3a960377c30c02583cae0ab4d2a065 Mon Sep 17 00:00:00 2001
|
||||
From: stephen hemminger <stephen@networkplumber.org>
|
||||
Date: Mon, 27 Feb 2017 10:26:48 -0800
|
||||
Subject: [PATCH 1/9] vmbus: introduce in-place packet iterator
|
||||
@ -365,5 +365,5 @@ index 970771a5f739..0c170a3f0d8b 100644
|
||||
|
||||
#endif /* _HYPERV_H */
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f44189e9829c4860e89b10eb606b3d4a39eb8402 Mon Sep 17 00:00:00 2001
|
||||
From 9559fa150a71ecea0cd2583e46c66accf90e0616 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:12 -0600
|
||||
Subject: [PATCH 2/9] vmbus: vmbus_open(): reset onchannel_callback on error
|
||||
@ -30,5 +30,5 @@ index 321b8833fa6f..628d6fde1887 100644
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(vmbus_open);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1977d532c0b46677849f3923e95abbe27739fae4 Mon Sep 17 00:00:00 2001
|
||||
From 3d3836f4b41e3932cbee6a8f8ac40536d6c4f320 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:15 -0600
|
||||
Subject: [PATCH 3/9] vmbus: add the matching tasklet_enable() in
|
||||
@ -38,5 +38,5 @@ index 628d6fde1887..7cd2bd9fd1f1 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2859826def85dd0df51267edd490e8666fc41757 Mon Sep 17 00:00:00 2001
|
||||
From 0dd911a6752477245598e32b63dc341b4efa7460 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:20 -0600
|
||||
Subject: [PATCH 4/9] vmbus: remove "goto error_clean_msglist" in vmbus_open()
|
||||
@ -58,5 +58,5 @@ index 7cd2bd9fd1f1..db5e6f8730d2 100644
|
||||
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
|
||||
kfree(open_info);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a87b64ea2e6e317e188d2ee8a837dfc8c66191c0 Mon Sep 17 00:00:00 2001
|
||||
From 10daf5dad0b5b282c8070f3e828e03b2fa6622d4 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:23 -0600
|
||||
Subject: [PATCH 5/9] vmbus: dynamically enqueue/dequeue a channel on
|
||||
@ -185,5 +185,5 @@ index 0c170a3f0d8b..ba93b7e4a972 100644
|
||||
|
||||
void vmbus_setevent(struct vmbus_channel *channel);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 13cf8a976680bc8072b405db1b226834e48dd7fd Mon Sep 17 00:00:00 2001
|
||||
From 8eb0473cb513e25b2379c5e700f6fb6df80d287d Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:26 -0600
|
||||
Subject: [PATCH 6/9] hv_sock: implements Hyper-V transport for Virtual Sockets
|
||||
@ -930,5 +930,5 @@ index 000000000000..fd89bf357617
|
||||
+MODULE_VERSION("1.0.0");
|
||||
+MODULE_LICENSE("GPL");
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 45af324d45d69e8e1a0c07d17b135492f0dd5607 Mon Sep 17 00:00:00 2001
|
||||
From 4a4ecfc0c7bd062dcba1e4dbc487e27ebcf0f8ba Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:29 -0600
|
||||
Subject: [PATCH 7/9] VMCI: only try to load on VMware hypervisor
|
||||
@ -60,5 +60,5 @@ index d7eaf1eb11e7..1789ea71ff5d 100644
|
||||
if (vmci_err < VMCI_SUCCESS) {
|
||||
pr_err("Failed to initialize VMCIEvent (result=%d)\n",
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 78d698a1ccd72dd5b31fc12dee3360fe69fcd2cd Mon Sep 17 00:00:00 2001
|
||||
From cf272990facec39bd5f42ef82a65f1a00c37ab73 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:35 -0600
|
||||
Subject: [PATCH 8/9] hv_sock: add the support of auto-loading
|
||||
@ -26,5 +26,5 @@ index fd89bf357617..f465b0b662df 100644
|
||||
MODULE_LICENSE("GPL");
|
||||
+MODULE_ALIAS_NETPROTO(PF_VSOCK);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4874624430e76f792a4aeff1734043eeb057acc9 Mon Sep 17 00:00:00 2001
|
||||
From b9bf375c542c1d2eec22f599dc1cc897ba0b3d66 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Tue, 16 May 2017 22:14:03 +0800
|
||||
Subject: [PATCH 9/9] hvsock: fix a race in hvs_stream_dequeue()
|
||||
@ -109,5 +109,5 @@ index f465b0b662df..30154836acd0 100644
|
||||
case 1:
|
||||
ret = 1;
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ecaa3a04abbaf6f3df484cd3902961baf2595302 Mon Sep 17 00:00:00 2001
|
||||
From 43a3eef0a82fa29a342499953f4923875bb778bd Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Hajnoczi <stefanha@redhat.com>
|
||||
Date: Thu, 17 Dec 2015 16:53:43 +0800
|
||||
Subject: [PATCH 01/44] virtio: make find_vqs() checkpatch.pl-friendly
|
||||
@ -215,5 +215,5 @@ index e5ce8ab0b8b0..6e6cb0c9d7cb 100644
|
||||
u64 (*get_features)(struct virtio_device *vdev);
|
||||
int (*finalize_features)(struct virtio_device *vdev);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 44a5e8ecf304e79237e5020749be5dcd0e47af83 Mon Sep 17 00:00:00 2001
|
||||
From 9a20888fad006bbe00a00c7810cda3b6af6af604 Mon Sep 17 00:00:00 2001
|
||||
From: Julia Lawall <julia.lawall@lip6.fr>
|
||||
Date: Sat, 21 Nov 2015 18:39:17 +0100
|
||||
Subject: [PATCH 02/44] VSOCK: constify vmci_transport_notify_ops structures
|
||||
@ -73,5 +73,5 @@ index dc9c7929a2f9..21e591dafb03 100644
|
||||
vmci_transport_notify_pkt_socket_destruct,
|
||||
vmci_transport_notify_pkt_poll_in,
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 01532aa29b7cb519d91f392e437516ed8bb3dbf1 Mon Sep 17 00:00:00 2001
|
||||
From 0e5febfb95c4fed753824b145ad91d2a0dd4eb6d Mon Sep 17 00:00:00 2001
|
||||
From: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
|
||||
Date: Tue, 22 Mar 2016 17:05:52 +0100
|
||||
Subject: [PATCH 03/44] AF_VSOCK: Shrink the area influenced by prepare_to_wait
|
||||
@ -332,5 +332,5 @@ index 9b5bd6d142dc..b5f1221f48d4 100644
|
||||
release_sock(sk);
|
||||
return err;
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 125f61c643611e08e15706736c81213d7e038dc7 Mon Sep 17 00:00:00 2001
|
||||
From 2dea3a8940311a0f387c3f7cc4c216dc565ff51e Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Hajnoczi <stefanha@redhat.com>
|
||||
Date: Thu, 23 Jun 2016 16:28:58 +0100
|
||||
Subject: [PATCH 04/44] vsock: make listener child lock ordering explicit
|
||||
@ -59,5 +59,5 @@ index b5f1221f48d4..b96ac918e0ba 100644
|
||||
|
||||
/* If the listener socket has received an error, then we should
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3c55e46ddea93d851d77467ff45221207697be03 Mon Sep 17 00:00:00 2001
|
||||
From b6d53c08588ab8d1ce87939fee30a3fd62ec95f1 Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Hajnoczi <stefanha@redhat.com>
|
||||
Date: Thu, 28 Jul 2016 15:36:30 +0100
|
||||
Subject: [PATCH 05/44] VSOCK: transport-specific vsock_transport functions
|
||||
@ -55,5 +55,5 @@ index b96ac918e0ba..e34d96f8bde2 100644
|
||||
MODULE_DESCRIPTION("VMware Virtual Socket Family");
|
||||
MODULE_VERSION("1.0.1.0-k");
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f265e5b6af087df03ee8bc4bffc9c57f54c44c73 Mon Sep 17 00:00:00 2001
|
||||
From 308b5f237f0c4881bd7cc347d5752ac88515afb4 Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Hajnoczi <stefanha@redhat.com>
|
||||
Date: Thu, 28 Jul 2016 15:36:31 +0100
|
||||
Subject: [PATCH 06/44] VSOCK: defer sock removal to transports
|
||||
@ -79,5 +79,5 @@ index 662bdd20a748..5f8c99eb104c 100644
|
||||
vmci_datagram_destroy_handle(vmci_trans(vsk)->dg_handle);
|
||||
vmci_trans(vsk)->dg_handle = VMCI_INVALID_HANDLE;
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e0309f4258b1534a9316cb56455efa484f058e4b Mon Sep 17 00:00:00 2001
|
||||
From 850b740ed9152079ebccda95d424eb15b89910b4 Mon Sep 17 00:00:00 2001
|
||||
From: Asias He <asias@redhat.com>
|
||||
Date: Thu, 28 Jul 2016 15:36:32 +0100
|
||||
Subject: [PATCH 07/44] VSOCK: Introduce virtio_vsock_common.ko
|
||||
@ -1492,5 +1492,5 @@ index 000000000000..a53b3a16b4f1
|
||||
+MODULE_AUTHOR("Asias He");
|
||||
+MODULE_DESCRIPTION("common code for virtio vsock");
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d5739c0c9691bebee21bfc79354cc65693a3a43b Mon Sep 17 00:00:00 2001
|
||||
From 6a71312dfdb74e28554120b41e537073438b2388 Mon Sep 17 00:00:00 2001
|
||||
From: Asias He <asias@redhat.com>
|
||||
Date: Thu, 28 Jul 2016 15:36:33 +0100
|
||||
Subject: [PATCH 08/44] VSOCK: Introduce virtio_transport.ko
|
||||
@ -659,5 +659,5 @@ index 000000000000..699dfabdbccd
|
||||
+MODULE_DESCRIPTION("virtio transport for vsock");
|
||||
+MODULE_DEVICE_TABLE(virtio, id_table);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 85883035089739c407fa926cc86b66e8423c8e0a Mon Sep 17 00:00:00 2001
|
||||
From b9e3f9634e50e75c471eb0a7e13a640625183016 Mon Sep 17 00:00:00 2001
|
||||
From: Asias He <asias@redhat.com>
|
||||
Date: Thu, 28 Jul 2016 15:36:34 +0100
|
||||
Subject: [PATCH 09/44] VSOCK: Introduce vhost_vsock.ko
|
||||
@ -773,5 +773,5 @@ index ab3731917bac..b30647697774 100644
|
||||
+
|
||||
#endif
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From be91392600c9ac934ad99db63131b735edc844bb Mon Sep 17 00:00:00 2001
|
||||
From f8e129d2b7b8298fa4a789a1c2c5b5bec11a8970 Mon Sep 17 00:00:00 2001
|
||||
From: Asias He <asias@redhat.com>
|
||||
Date: Thu, 28 Jul 2016 15:36:35 +0100
|
||||
Subject: [PATCH 10/44] VSOCK: Add Makefile and Kconfig
|
||||
@ -102,5 +102,5 @@ index 2ce52d70f224..bc27c70e0e59 100644
|
||||
+
|
||||
+vmw_vsock_virtio_transport_common-y += virtio_transport_common.o
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 56b0d53d67f9141c5667cfaef2c585ea67fb7473 Mon Sep 17 00:00:00 2001
|
||||
From d9803c2f8f21151ee88ed76e34e21e6b37a98364 Mon Sep 17 00:00:00 2001
|
||||
From: Wei Yongjun <weiyj.lk@gmail.com>
|
||||
Date: Tue, 2 Aug 2016 13:50:42 +0000
|
||||
Subject: [PATCH 11/44] VSOCK: Use kvfree()
|
||||
@ -29,5 +29,5 @@ index 028ca16c2d36..0ddf3a2dbfc4 100644
|
||||
|
||||
static int vhost_vsock_dev_open(struct inode *inode, struct file *file)
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6b4cc4f509ec28454cc8dd27e1396323444d5737 Mon Sep 17 00:00:00 2001
|
||||
From c003fa054ea3c74f4604f409879921e27959e602 Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Hajnoczi <stefanha@redhat.com>
|
||||
Date: Thu, 4 Aug 2016 14:52:53 +0100
|
||||
Subject: [PATCH 12/44] vhost/vsock: fix vhost virtio_vsock_pkt use-after-free
|
||||
@ -49,5 +49,5 @@ index 0ddf3a2dbfc4..e3b30ea9ece5 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 17dc62ffa7e4e318b9c056cd09e65cde38872bd3 Mon Sep 17 00:00:00 2001
|
||||
From 16aeafd3f232aa8cf7d5228f3af2c45cd4f375fb Mon Sep 17 00:00:00 2001
|
||||
From: Stefan Hajnoczi <stefanha@redhat.com>
|
||||
Date: Fri, 5 Aug 2016 13:52:09 +0100
|
||||
Subject: [PATCH 13/44] virtio-vsock: fix include guard typo
|
||||
@ -24,5 +24,5 @@ index 6b011c19b50f..1d57ed3d84d2 100644
|
||||
#include <linux/types.h>
|
||||
#include <linux/virtio_ids.h>
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 7234164ce90682cda23325654810dbd1ce61b34c Mon Sep 17 00:00:00 2001
|
||||
From c6db3282328714eda96b51d1f2cf7d1fd96dd708 Mon Sep 17 00:00:00 2001
|
||||
From: Gerard Garcia <ggarcia@deic.uab.cat>
|
||||
Date: Wed, 10 Aug 2016 17:24:34 +0200
|
||||
Subject: [PATCH 14/44] vhost/vsock: drop space available check for TX vq
|
||||
@ -57,5 +57,5 @@ index 699dfabdbccd..936d7eee62d0 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f289f5cc8439638a7e66d4c15db3f751d790a08a Mon Sep 17 00:00:00 2001
|
||||
From 1bda3ad2cd6cdee93ef9cb05743428dfb815675b Mon Sep 17 00:00:00 2001
|
||||
From: Ian Campbell <ian.campbell@docker.com>
|
||||
Date: Mon, 4 Apr 2016 14:50:10 +0100
|
||||
Subject: [PATCH 15/44] VSOCK: Only allow host network namespace to use
|
||||
@ -27,5 +27,5 @@ index 17dbbe64cd73..1bb1b016e945 100644
|
||||
return -EINVAL;
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ae22623c5d38926e61e0f9dce20deb31e4ffe523 Mon Sep 17 00:00:00 2001
|
||||
From d20bb91435977018e300c64dd5ed7e3ad8da4b6e Mon Sep 17 00:00:00 2001
|
||||
From: Jake Oshins <jakeo@microsoft.com>
|
||||
Date: Mon, 14 Dec 2015 16:01:41 -0800
|
||||
Subject: [PATCH 16/44] drivers:hv: Define the channel type for Hyper-V PCI
|
||||
@ -59,5 +59,5 @@ index ae6a711dcd1d..10dda1e3b560 100644
|
||||
*/
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 08db278ad266373c634a4e8746a451f16cfb72dc Mon Sep 17 00:00:00 2001
|
||||
From ba23e5a08a09a11374cf68f54f8409c16bed7096 Mon Sep 17 00:00:00 2001
|
||||
From: "K. Y. Srinivasan" <kys@microsoft.com>
|
||||
Date: Mon, 14 Dec 2015 16:01:43 -0800
|
||||
Subject: [PATCH 17/44] Drivers: hv: vmbus: Use uuid_le type consistently
|
||||
@ -293,5 +293,5 @@ index 9f5cdd49ff0b..8e8c69bee78f 100644
|
||||
strcpy(alias, "vmbus:");
|
||||
strcat(alias, guid_name);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e2f7f5eefd77ea61a765850959b46e84d30140e1 Mon Sep 17 00:00:00 2001
|
||||
From ef0df99bf8c62bbebbffba08f13059d7562a2e63 Mon Sep 17 00:00:00 2001
|
||||
From: "K. Y. Srinivasan" <kys@microsoft.com>
|
||||
Date: Mon, 14 Dec 2015 16:01:44 -0800
|
||||
Subject: [PATCH 18/44] Drivers: hv: vmbus: Use uuid_le_cmp() for comparing
|
||||
@ -51,5 +51,5 @@ index f1fbb6b98f5c..e71f3561dbab 100644
|
||||
|
||||
return NULL;
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 679e54bcf920baf6bc1712786b1ced644ce3b5b7 Mon Sep 17 00:00:00 2001
|
||||
From 464d40f2c505ebd36b3db44aff580ce05fb4dc36 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Mon, 14 Dec 2015 16:01:48 -0800
|
||||
Subject: [PATCH 19/44] Drivers: hv: vmbus: do sanity check of channel state in
|
||||
@ -38,5 +38,5 @@ index d037454fe7b8..b00cdfb725de 100644
|
||||
channel->sc_creation_callback = NULL;
|
||||
/* Stop callback and cancel the timer asap */
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 550f3683886e86de134e9ca16c1c4f5c20dcf0eb Mon Sep 17 00:00:00 2001
|
||||
From 0de058c12b898a20609de30d775e9a02decde219 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Mon, 14 Dec 2015 16:01:50 -0800
|
||||
Subject: [PATCH 20/44] Drivers: hv: vmbus: release relid on error in
|
||||
@ -70,5 +70,5 @@ index 9b4525c56376..8529dd2ebc3d 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fd52d49e9c19b3a7607dc42019b1d127a1cd2791 Mon Sep 17 00:00:00 2001
|
||||
From 1280469d5b7915c2b9252f463f1666898d0a0260 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Mon, 14 Dec 2015 16:01:51 -0800
|
||||
Subject: [PATCH 21/44] Drivers: hv: vmbus: channge
|
||||
@ -112,5 +112,5 @@ index 75e383e6d03d..9a95beb87015 100644
|
||||
struct workqueue_struct *work_queue;
|
||||
};
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5c0c41445ec7103bd85bcd10087ff1c7521ce660 Mon Sep 17 00:00:00 2001
|
||||
From ba9435e62063343443a6028eb2e896891e128aaa Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Mon, 14 Dec 2015 19:02:00 -0800
|
||||
Subject: [PATCH 22/44] Drivers: hv: remove code duplication between
|
||||
@ -122,5 +122,5 @@ index b00cdfb725de..def21d34f3ea 100644
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(vmbus_recvpacket_raw);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 469b3657f57de1f6a7c9682d42fb778b8e0b5cb0 Mon Sep 17 00:00:00 2001
|
||||
From bcafde97590ffd1b71ac16eec63b67ccf369b3d4 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Mon, 21 Dec 2015 12:21:22 -0800
|
||||
Subject: [PATCH 23/44] Drivers: hv: vmbus: fix the building warning with
|
||||
@ -68,5 +68,5 @@ index 4712d7d07b8c..9e2de6a7cc96 100644
|
||||
*/
|
||||
#define HV_VSS_GUID \
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e47fc70d686702802cc4c5bb4d0c393dceff750c Mon Sep 17 00:00:00 2001
|
||||
From fef4a1875034e823d3ac25364f9b916b0a6446cb Mon Sep 17 00:00:00 2001
|
||||
From: "K. Y. Srinivasan" <kys@microsoft.com>
|
||||
Date: Tue, 15 Dec 2015 16:27:27 -0800
|
||||
Subject: [PATCH 24/44] Drivers: hv: vmbus: Treat Fibre Channel devices as
|
||||
@ -38,5 +38,5 @@ index 306c7dff6c77..763d0c19c16f 100644
|
||||
{ HV_NIC_GUID, },
|
||||
/* NetworkDirect Guest RDMA */
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e1b342bfdbb759477c66c3fd9e7676189e7c7726 Mon Sep 17 00:00:00 2001
|
||||
From 73b0ada69d989050ac44ae903f7b9f9f97daa183 Mon Sep 17 00:00:00 2001
|
||||
From: "K. Y. Srinivasan" <kys@microsoft.com>
|
||||
Date: Fri, 25 Dec 2015 20:00:30 -0800
|
||||
Subject: [PATCH 25/44] Drivers: hv: vmbus: Add vendor and device atttributes
|
||||
@ -351,5 +351,5 @@ index 9e2de6a7cc96..51c98fd6044d 100644
|
||||
struct device device;
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 69262240828752bbfb8a0b4d8db59496ddd41543 Mon Sep 17 00:00:00 2001
|
||||
From 25652b0d0c7de208e0dcb83fd6af501612a56123 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:37 -0800
|
||||
Subject: [PATCH 26/44] Drivers: hv: vmbus: add a helper function to set a
|
||||
@ -32,5 +32,5 @@ index 51c98fd6044d..934542ac1394 100644
|
||||
|
||||
int vmbus_request_offers(void);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ec606375c621e6d25ba4fb76b6ba3e2f6224b47c Mon Sep 17 00:00:00 2001
|
||||
From 8d873555a36ab0e4ab7a4c6fe19656c0249886db Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:38 -0800
|
||||
Subject: [PATCH 27/44] Drivers: hv: vmbus: define the new offer type for
|
||||
@ -40,5 +40,5 @@ index 934542ac1394..a4f105d55881 100644
|
||||
enum hv_signal_policy policy)
|
||||
{
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6dbcee088812510e09bb42a515e5a0f200ab1997 Mon Sep 17 00:00:00 2001
|
||||
From 25f3e7a20154ed505297bc97d794bed7ca06d82b Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:39 -0800
|
||||
Subject: [PATCH 28/44] Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid
|
||||
@ -41,5 +41,5 @@ index def21d34f3ea..a42104ed0b59 100644
|
||||
|
||||
return ret;
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c7e4a3522798797a1c4f32bb7bbec353290781b4 Mon Sep 17 00:00:00 2001
|
||||
From 08972e2d8c500f113e3dc714b99cc95356ab4389 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:40 -0800
|
||||
Subject: [PATCH 29/44] Drivers: hv: vmbus: define a new VMBus message type for
|
||||
@ -97,5 +97,5 @@ index a4f105d55881..191bc5d0ffbf 100644
|
||||
+ const uuid_le *shv_host_servie_id);
|
||||
#endif /* _HYPERV_H */
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0167b112388eae402b38624305b7fbe9973e2356 Mon Sep 17 00:00:00 2001
|
||||
From e6d370a2b07f47799c73c61c3c94d0267ff312a7 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:41 -0800
|
||||
Subject: [PATCH 30/44] Drivers: hv: vmbus: add a hvsock flag in struct
|
||||
@ -60,5 +60,5 @@ index 191bc5d0ffbf..05966e279ec8 100644
|
||||
uuid_le dev_type;
|
||||
const struct hv_vmbus_device_id *id_table;
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e49fd871c5248dc4d38a5c826b36cf09e3477e24 Mon Sep 17 00:00:00 2001
|
||||
From 3b3258dae7ae94d13caef75c50cc44197cb8a003 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:42 -0800
|
||||
Subject: [PATCH 31/44] Drivers: hv: vmbus: add a per-channel rescind callback
|
||||
@ -68,5 +68,5 @@ index 05966e279ec8..ad04017ba06f 100644
|
||||
* Retrieve the (sub) channel on which to send an outgoing request.
|
||||
* When a primary channel has multiple sub-channels, we choose a
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 89e373a1628d336364b1ec3442cb9746efad3da2 Mon Sep 17 00:00:00 2001
|
||||
From 68a2a95f38cb202da0aab3b3ef288ecb00053b25 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:43 -0800
|
||||
Subject: [PATCH 32/44] Drivers: hv: vmbus: add an API
|
||||
@ -149,5 +149,5 @@ index ad04017ba06f..993318a6d147 100644
|
||||
resource_size_t min, resource_size_t max,
|
||||
resource_size_t size, resource_size_t align,
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6bc3afd04e5c107a16a511d810890fc7627aa3bd Mon Sep 17 00:00:00 2001
|
||||
From dd2b91ed63bd1dc27761e40be7bd105c1bc0e7fe Mon Sep 17 00:00:00 2001
|
||||
From: "K. Y. Srinivasan" <kys@microsoft.com>
|
||||
Date: Wed, 27 Jan 2016 22:29:45 -0800
|
||||
Subject: [PATCH 33/44] Drivers: hv: vmbus: Give control over how the ring
|
||||
@ -204,5 +204,5 @@ index 993318a6d147..6c9695ef757e 100644
|
||||
{
|
||||
return !!(c->offermsg.offer.chn_flags &
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b2eefd89d5cdef68e263c2f09b69a78051da74c8 Mon Sep 17 00:00:00 2001
|
||||
From 194d0ff456cdd1e126c02fcd72fa917a96a9d0c7 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Fri, 26 Feb 2016 15:13:16 -0800
|
||||
Subject: [PATCH 34/44] Drivers: hv: vmbus: avoid wait_for_completion() on
|
||||
@ -96,5 +96,5 @@ index a220efc297c4..d9801855ad4e 100644
|
||||
* In crash handler we can't schedule synic cleanup for all CPUs,
|
||||
* doing the cleanup for current CPU only. This should be sufficient
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f31c2ac0ac1f5c98ade52484fd55849a55b4ae01 Mon Sep 17 00:00:00 2001
|
||||
From e57335acce39ce93c1b2e07254b4a9b024415cff Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Fri, 26 Feb 2016 15:13:18 -0800
|
||||
Subject: [PATCH 35/44] Drivers: hv: vmbus: avoid unneeded compiler
|
||||
@ -35,5 +35,5 @@ index f70e35278b94..c892db5df665 100644
|
||||
continue;
|
||||
}
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3374875345189a841861ec5ebd2f0f1d266d7c76 Mon Sep 17 00:00:00 2001
|
||||
From 446c43dde2e0c8c33a78c85224264bf86bee2a64 Mon Sep 17 00:00:00 2001
|
||||
From: Tom Herbert <tom@herbertland.com>
|
||||
Date: Mon, 7 Mar 2016 14:11:06 -0800
|
||||
Subject: [PATCH 36/44] kcm: Kernel Connection Multiplexor module
|
||||
@ -2308,5 +2308,5 @@ index 000000000000..649d246c6799
|
||||
+MODULE_LICENSE("GPL");
|
||||
+MODULE_ALIAS_NETPROTO(PF_KCM);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From cdc5866f35fb100307ff35dce8e9b03c186c066e Mon Sep 17 00:00:00 2001
|
||||
From ff64614d801f1559a0cf8466bf1c5898b7c59161 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Mon, 21 Mar 2016 02:51:09 -0700
|
||||
Subject: [PATCH 37/44] net: add the AF_KCM entries to family name tables
|
||||
@ -14,7 +14,7 @@ Origin: https://patchwork.ozlabs.org/patch/600006
|
||||
1 file changed, 6 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/net/core/sock.c b/net/core/sock.c
|
||||
index 9c708a5fb751..36afa5d4598b 100644
|
||||
index bd2fad27891e..ef337bf176f7 100644
|
||||
--- a/net/core/sock.c
|
||||
+++ b/net/core/sock.c
|
||||
@@ -263,7 +263,8 @@ static const char *const af_family_key_strings[AF_MAX+1] = {
|
||||
@ -48,5 +48,5 @@ index 9c708a5fb751..36afa5d4598b 100644
|
||||
|
||||
/*
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 382a37eff07d666a7f9af1fc9794c103ac6fac24 Mon Sep 17 00:00:00 2001
|
||||
From 5095141c43b79c862611a8d80b8e6916d57200e7 Mon Sep 17 00:00:00 2001
|
||||
From: Courtney Cavin <courtney.cavin@sonymobile.com>
|
||||
Date: Wed, 27 Apr 2016 12:13:03 -0700
|
||||
Subject: [PATCH 38/44] net: Add Qualcomm IPC router
|
||||
@ -1303,5 +1303,5 @@ index 000000000000..84ebce73aa23
|
||||
+MODULE_DESCRIPTION("Qualcomm IPC-Router SMD interface driver");
|
||||
+MODULE_LICENSE("GPL v2");
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 548ab5497f78e8a7c1fb2b7755a150cc738eb70b Mon Sep 17 00:00:00 2001
|
||||
From 7fbe9efe9ecf2ecdfc65bc34a1f318899dc5c3ee Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sun, 15 May 2016 09:53:11 -0700
|
||||
Subject: [PATCH 39/44] hv_sock: introduce Hyper-V Sockets
|
||||
@ -1801,5 +1801,5 @@ index 000000000000..b91bd608bf39
|
||||
+MODULE_DESCRIPTION("Hyper-V Sockets");
|
||||
+MODULE_LICENSE("Dual BSD/GPL");
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d07f21bfe5751ce5bb1a62c81c8635cb933323db Mon Sep 17 00:00:00 2001
|
||||
From 4242dcb301bd1999efff217dbf1fbe8d84e72cc7 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Mon, 21 Mar 2016 02:53:08 -0700
|
||||
Subject: [PATCH 40/44] net: add the AF_HYPERV entries to family name tables
|
||||
@ -14,7 +14,7 @@ Origin: https://patchwork.ozlabs.org/patch/600009
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/net/core/sock.c b/net/core/sock.c
|
||||
index 36afa5d4598b..5077059e352b 100644
|
||||
index ef337bf176f7..1c5f0a2ef836 100644
|
||||
--- a/net/core/sock.c
|
||||
+++ b/net/core/sock.c
|
||||
@@ -264,7 +264,7 @@ static const char *const af_family_key_strings[AF_MAX+1] = {
|
||||
@ -45,5 +45,5 @@ index 36afa5d4598b..5077059e352b 100644
|
||||
|
||||
/*
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 593980b03120dc41ff52b8c623ce53473981f261 Mon Sep 17 00:00:00 2001
|
||||
From 7b3690fc708abc186e2ac9ff42ed07667688eb9f Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sat, 21 May 2016 16:55:50 +0800
|
||||
Subject: [PATCH 41/44] Drivers: hv: vmbus: fix the race when querying &
|
||||
@ -129,5 +129,5 @@ index c892db5df665..0a543170eba0 100644
|
||||
err_free_chan:
|
||||
free_channel(newchannel);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9d4d3a5b46fa07b0b12c25af1fb82f7fcfae0070 Mon Sep 17 00:00:00 2001
|
||||
From a2dfd77b6f0be7875d3f1a226773e2d3c4a5de0c Mon Sep 17 00:00:00 2001
|
||||
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
||||
Date: Mon, 23 May 2016 18:55:45 +0100
|
||||
Subject: [PATCH 42/44] vmbus: Don't spam the logs with unknown GUIDs
|
||||
@ -26,5 +26,5 @@ index 0a543170eba0..120ee22c945e 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e34ed428e1638f84b0f439702d4ec4ff4296f5b6 Mon Sep 17 00:00:00 2001
|
||||
From b9d2472104af8d9105cea73d08502aee537cadc5 Mon Sep 17 00:00:00 2001
|
||||
From: James Bottomley <James.Bottomley@HansenPartnership.com>
|
||||
Date: Wed, 17 Feb 2016 16:49:38 -0800
|
||||
Subject: [PATCH 43/44] fs: add filp_clone_open API
|
||||
@ -60,5 +60,5 @@ index 157b9940dd73..9d993f928ea0 100644
|
||||
{
|
||||
struct open_flags op;
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 554243a9923dc427a768a0f59a1d7431d65dbb01 Mon Sep 17 00:00:00 2001
|
||||
From 6428f751a854d26960e2c716e292afbd64220f5e Mon Sep 17 00:00:00 2001
|
||||
From: James Bottomley <James.Bottomley@HansenPartnership.com>
|
||||
Date: Wed, 17 Feb 2016 16:51:16 -0800
|
||||
Subject: [PATCH 44/44] binfmt_misc: add persistent opened binary handler for
|
||||
@ -128,5 +128,5 @@ index 78f005f37847..4beb3d9e0001 100644
|
||||
return count;
|
||||
}
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e55e040068c62610e33b4079a6df4fea1c991cea Mon Sep 17 00:00:00 2001
|
||||
From b3ab7614ecd7602494567af7443aaba1332558db Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
||||
Subject: [PATCH 01/10] hv_sock: introduce Hyper-V Sockets
|
||||
@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb
|
||||
+MODULE_DESCRIPTION("Hyper-V Sockets");
|
||||
+MODULE_LICENSE("Dual BSD/GPL");
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ee127788bcfa5195e19be6b1ed19f286ef7747fb Mon Sep 17 00:00:00 2001
|
||||
From 012f922a413f62dd3714e7a5267c5054c5925783 Mon Sep 17 00:00:00 2001
|
||||
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
||||
Date: Mon, 23 May 2016 18:55:45 +0100
|
||||
Subject: [PATCH 02/10] vmbus: Don't spam the logs with unknown GUIDs
|
||||
@ -26,5 +26,5 @@ index d8bc4b910192..8df02f3ca0b2 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 542131498398ad69d36d82723031c5fef3745d92 Mon Sep 17 00:00:00 2001
|
||||
From c04811a761d6df8dc7be550a646c16c2125bad38 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
||||
Subject: [PATCH 03/10] Drivers: hv: utils: Fix the mapping between host
|
||||
@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fa5aac6862912101dab61c6bbbd41870e3caba12 Mon Sep 17 00:00:00 2001
|
||||
From 854ddd4b4fdaefc292b09d4f4b250a5fee889114 Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
||||
Subject: [PATCH 04/10] Drivers: hv: vss: Improve log messages.
|
||||
@ -101,5 +101,5 @@ index a76e3db0d01f..b1446d51ef45 100644
|
||||
return 0;
|
||||
}
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 52405261f9f25598b396808c83e6f8816082030b Mon Sep 17 00:00:00 2001
|
||||
From 2174dbb9313a539f86857a8919225b5409022dba Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
||||
Subject: [PATCH 05/10] Drivers: hv: vss: Operation timeouts should match host
|
||||
@ -44,5 +44,5 @@ index b1446d51ef45..4e543dbb731a 100644
|
||||
rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL);
|
||||
if (rc) {
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 482b3a2ce85dd3678d06004c004a5ffa3aa282a3 Mon Sep 17 00:00:00 2001
|
||||
From 97e7a019f9f4bafcabb1689ad33b27fb60c3606c Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
||||
Subject: [PATCH 06/10] Drivers: hv: vmbus: Use all supported IC versions to
|
||||
@ -488,5 +488,5 @@ index 489ad74c1e6e..956acfc93487 100644
|
||||
void hv_event_tasklet_disable(struct vmbus_channel *channel);
|
||||
void hv_event_tasklet_enable(struct vmbus_channel *channel);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ef7a0a663125754c290f57f4ab7b777b5948aa73 Mon Sep 17 00:00:00 2001
|
||||
From 869354ebd5dc2ad10446b7bd041715ddd181e82b Mon Sep 17 00:00:00 2001
|
||||
From: Alex Ng <alexng@messages.microsoft.com>
|
||||
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
||||
Subject: [PATCH 07/10] Drivers: hv: Log the negotiated IC versions.
|
||||
@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644
|
||||
hb_srv_version & 0xFFFF);
|
||||
}
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 11521f5b896d12cd197992d7a7b3420b798ea396 Mon Sep 17 00:00:00 2001
|
||||
From c6d35f59897111836c99ac496fc19185ad5b2d14 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||
Subject: [PATCH 08/10] vmbus: fix missed ring events on boot
|
||||
@ -52,5 +52,5 @@ index e7949b64bfbc..2fe024e86209 100644
|
||||
|
||||
void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid)
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 496112e94ea46ea6069af0c849df325ff0fcc819 Mon Sep 17 00:00:00 2001
|
||||
From 84ebcb68437336010f9ca728cf127f949d534054 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||
Subject: [PATCH 09/10] vmbus: remove "goto error_clean_msglist" in
|
||||
@ -56,5 +56,5 @@ index 1606e7f08f4b..1caed01954f6 100644
|
||||
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
|
||||
kfree(open_info);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c53fd9ce9dc1bac2be58efaa7a36c4c1d782d581 Mon Sep 17 00:00:00 2001
|
||||
From 4ca791e8f598c5bab9cbc2c2d7f35d8c3c6328a3 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||
Subject: [PATCH 10/10] vmbus: dynamically enqueue/dequeue the channel on
|
||||
@ -173,5 +173,5 @@ index 956acfc93487..9ee292b28e41 100644
|
||||
|
||||
void vmbus_setevent(struct vmbus_channel *channel);
|
||||
--
|
||||
2.13.0
|
||||
2.11.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user