kernel: Update to 4.11.12/4.9.39/4.4.78

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-07-24 10:53:45 +01:00
parent 95af248ac8
commit 4e4594cb2e
81 changed files with 85 additions and 85 deletions

View File

@ -104,8 +104,8 @@ endef
# Build Targets # Build Targets
# Debug targets only for latest stable and LTS stable # Debug targets only for latest stable and LTS stable
# #
$(eval $(call kernel,4.11.11,4.11.x)) $(eval $(call kernel,4.11.12,4.11.x))
$(eval $(call kernel,4.11.11,4.11.x,_dbg)) $(eval $(call kernel,4.11.12,4.11.x,_dbg))
$(eval $(call kernel,4.9.38,4.9.x)) $(eval $(call kernel,4.9.39,4.9.x))
$(eval $(call kernel,4.9.38,4.9.x,_dbg)) $(eval $(call kernel,4.9.39,4.9.x,_dbg))
$(eval $(call kernel,4.4.77,4.4.x)) $(eval $(call kernel,4.4.78,4.4.x))

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.11.11 Kernel Configuration # Linux/x86 4.11.12 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.77 Kernel Configuration # Linux/x86 4.4.78 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.38 Kernel Configuration # Linux/x86 4.9.39 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y

View File

@ -1,4 +1,4 @@
From b1a0dceab001d2dd4958c3d87e158d325dd781d2 Mon Sep 17 00:00:00 2001 From bb12a92eb84f7303cdf1be8133e59c1ebf50a62b Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com> From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 2 Mar 2017 12:55:49 -0300 Date: Thu, 2 Mar 2017 12:55:49 -0300
Subject: [PATCH 01/20] tools build: Add test for sched_getcpu() Subject: [PATCH 01/20] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From 4687d8de9349e5c950281bbcc4082353050be0f7 Mon Sep 17 00:00:00 2001 From 3bd49e1e1ef7d5ae237d05a4f2198097c659f15d Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:12 -0600 Date: Fri, 5 May 2017 16:57:12 -0600
Subject: [PATCH 02/20] vmbus: vmbus_open(): reset onchannel_callback on error Subject: [PATCH 02/20] vmbus: vmbus_open(): reset onchannel_callback on error

View File

@ -1,4 +1,4 @@
From 359532a38e2252d220b8ad656f2ab2e04342d98b Mon Sep 17 00:00:00 2001 From 9a9a825baa57486c33d37425ee432e9b0c292b18 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:15 -0600 Date: Fri, 5 May 2017 16:57:15 -0600
Subject: [PATCH 03/20] vmbus: add the matching tasklet_enable() in Subject: [PATCH 03/20] vmbus: add the matching tasklet_enable() in

View File

@ -1,4 +1,4 @@
From fb08bc0677ee97e6b50ceabb31af28c69c93aeae Mon Sep 17 00:00:00 2001 From 6a5bc0225d5d1ba564aa1071bfd67ad3ce3799ad Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:20 -0600 Date: Fri, 5 May 2017 16:57:20 -0600
Subject: [PATCH 04/20] vmbus: remove "goto error_clean_msglist" in Subject: [PATCH 04/20] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From de71cb36c8f3ec3d742092050d5c78be74514f17 Mon Sep 17 00:00:00 2001 From a585c8504fefc755a5f482e613fb81217bff35e0 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:23 -0600 Date: Fri, 5 May 2017 16:57:23 -0600
Subject: [PATCH 05/20] vmbus: dynamically enqueue/dequeue a channel on Subject: [PATCH 05/20] vmbus: dynamically enqueue/dequeue a channel on

View File

@ -1,4 +1,4 @@
From e3a1ce89aaf58f3d8563163d0a2a5c7ac1730210 Mon Sep 17 00:00:00 2001 From d4e96f82cbb40cde3ee6918f1e228ad1454b7757 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:26 -0600 Date: Fri, 5 May 2017 16:57:26 -0600
Subject: [PATCH 06/20] hv_sock: implements Hyper-V transport for Virtual Subject: [PATCH 06/20] hv_sock: implements Hyper-V transport for Virtual

View File

@ -1,4 +1,4 @@
From e0b63af4b53c6f7cdf9d0420adb48abaff23da64 Mon Sep 17 00:00:00 2001 From 8c0a1dd39543ded436035c114379acdbc2b020ad Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:29 -0600 Date: Fri, 5 May 2017 16:57:29 -0600
Subject: [PATCH 07/20] VMCI: only try to load on VMware hypervisor Subject: [PATCH 07/20] VMCI: only try to load on VMware hypervisor

View File

@ -1,4 +1,4 @@
From 9e8ec387414694e64d9cd4994662fa7afae95bab Mon Sep 17 00:00:00 2001 From a1b36bab8fc7abe0e0d246d29f8415e664839520 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:35 -0600 Date: Fri, 5 May 2017 16:57:35 -0600
Subject: [PATCH 08/20] hv_sock: add the support of auto-loading Subject: [PATCH 08/20] hv_sock: add the support of auto-loading

View File

@ -1,4 +1,4 @@
From 957291f7871dd5fe30b62b3bab176d32a0ef54cc Mon Sep 17 00:00:00 2001 From 80879b7b52cd2abd8731c3b34f6d5ea3cc4ad2d2 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 18:52:02 -0600 Date: Fri, 5 May 2017 18:52:02 -0600
Subject: [PATCH 09/20] tools: hv_sock: 2 simple test cases. Subject: [PATCH 09/20] tools: hv_sock: 2 simple test cases.

View File

@ -1,4 +1,4 @@
From 7b2a7938fa2bf88da5e3cf23d56da221497de620 Mon Sep 17 00:00:00 2001 From fd279095dc63cec1b1aabb2fc7a1efe0c8c220d2 Mon Sep 17 00:00:00 2001
From: stephen hemminger <stephen@networkplumber.org> From: stephen hemminger <stephen@networkplumber.org>
Date: Mon, 27 Feb 2017 10:26:48 -0800 Date: Mon, 27 Feb 2017 10:26:48 -0800
Subject: [PATCH 10/20] vmbus: introduce in-place packet iterator Subject: [PATCH 10/20] vmbus: introduce in-place packet iterator

View File

@ -1,4 +1,4 @@
From 3adb7780990ca958d74d22a84f8b77e7c284f2e3 Mon Sep 17 00:00:00 2001 From 06e8641dae17f95f8358bd6ac206ba5d68c2d31f Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Tue, 16 May 2017 22:14:03 +0800 Date: Tue, 16 May 2017 22:14:03 +0800
Subject: [PATCH 11/20] hvsock: fix a race in hvs_stream_dequeue() Subject: [PATCH 11/20] hvsock: fix a race in hvs_stream_dequeue()

View File

@ -1,4 +1,4 @@
From eede177e637798f2fef330fd85d9f231f5342f11 Mon Sep 17 00:00:00 2001 From b9500355b558a265bcbf1256ed5bda639bec7688 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 19 May 2017 21:49:59 +0800 Date: Fri, 19 May 2017 21:49:59 +0800
Subject: [PATCH 12/20] hvsock: fix vsock_dequeue/enqueue_accept race Subject: [PATCH 12/20] hvsock: fix vsock_dequeue/enqueue_accept race

View File

@ -1,4 +1,4 @@
From c50a745b628ba2fcfc88d4bcc42900f7fc4b440f Mon Sep 17 00:00:00 2001 From a25d315ebedd8a3e18da1db4d95d06ea93136fa6 Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com> From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Sun, 30 Apr 2017 16:21:18 -0700 Date: Sun, 30 Apr 2017 16:21:18 -0700
Subject: [PATCH 13/20] Drivers: hv: vmbus: Fix rescind handling Subject: [PATCH 13/20] Drivers: hv: vmbus: Fix rescind handling

View File

@ -1,4 +1,4 @@
From ad8629c03fb07e0fd2fc2df99eb1bd70f2b78b63 Mon Sep 17 00:00:00 2001 From 5a81156246d3fbb68c671eab68156260f2c58332 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 5 Jun 2017 16:13:18 +0800 Date: Mon, 5 Jun 2017 16:13:18 +0800
Subject: [PATCH 14/20] vmbus: fix hv_percpu_channel_deq/enq race Subject: [PATCH 14/20] vmbus: fix hv_percpu_channel_deq/enq race

View File

@ -1,4 +1,4 @@
From a2dc88ef9b0eb53dab732582c20674176199d5ac Mon Sep 17 00:00:00 2001 From c4a8351a7b13a078bb3a8c9d3c9c9ccbebf6120e Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 5 Jun 2017 21:32:00 +0800 Date: Mon, 5 Jun 2017 21:32:00 +0800
Subject: [PATCH 15/20] vmbus: add vmbus onoffer/onoffer_rescind sync. Subject: [PATCH 15/20] vmbus: add vmbus onoffer/onoffer_rescind sync.

View File

@ -1,4 +1,4 @@
From 21fa752450c289169d9916ba0e7b7d936ccb96dc Mon Sep 17 00:00:00 2001 From c37cb78a5ceb29847b10914eed0df53434528e12 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 21 Jun 2017 22:30:42 +0800 Date: Wed, 21 Jun 2017 22:30:42 +0800
Subject: [PATCH 16/20] hv-sock: a temporary workaround for the Subject: [PATCH 16/20] hv-sock: a temporary workaround for the

View File

@ -1,4 +1,4 @@
From b0b75fdcb4be0fe0998bc7405762d89022b601dc Mon Sep 17 00:00:00 2001 From ffadbd2c58fd82ada7d3722f767256f502f06b67 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 28 Jun 2017 23:50:38 +0800 Date: Wed, 28 Jun 2017 23:50:38 +0800
Subject: [PATCH 17/20] vmbus: fix the missed signaling in hv_signal_on_read() Subject: [PATCH 17/20] vmbus: fix the missed signaling in hv_signal_on_read()

View File

@ -1,4 +1,4 @@
From 16104e3ed904c16f2e8adc1b883a4859b1e6ded5 Mon Sep 17 00:00:00 2001 From 24978998cc7847584de70d51741a314441c2f14f Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 7 Jul 2017 09:15:29 +0800 Date: Fri, 7 Jul 2017 09:15:29 +0800
Subject: [PATCH 18/20] hv-sock: avoid double FINs if shutdown() is called Subject: [PATCH 18/20] hv-sock: avoid double FINs if shutdown() is called

View File

@ -1,4 +1,4 @@
From 9b03978a4be997d6ff3a8f9559c46fb8d389830b Mon Sep 17 00:00:00 2001 From 50dd511f73c22341384c355105ebbd775d986fff Mon Sep 17 00:00:00 2001
From: Cheng-mean Liu <soccerl@microsoft.com> From: Cheng-mean Liu <soccerl@microsoft.com>
Date: Tue, 11 Jul 2017 16:50:36 -0700 Date: Tue, 11 Jul 2017 16:50:36 -0700
Subject: [PATCH 19/20] Added vsock transport support to 9pfs Subject: [PATCH 19/20] Added vsock transport support to 9pfs

View File

@ -1,4 +1,4 @@
From 1f1c253f7847a7a34c612e172bb4cf33461c7f82 Mon Sep 17 00:00:00 2001 From b3452a81e2e3be6bce0e71da7a87650024358862 Mon Sep 17 00:00:00 2001
From: Cheng-mean Liu <soccerl@microsoft.com> From: Cheng-mean Liu <soccerl@microsoft.com>
Date: Tue, 11 Jul 2017 16:58:26 -0700 Date: Tue, 11 Jul 2017 16:58:26 -0700
Subject: [PATCH 20/20] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB Subject: [PATCH 20/20] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB

View File

@ -1,4 +1,4 @@
From 88df98a818ebf698a95796ef888422d2b13cf483 Mon Sep 17 00:00:00 2001 From 4ac367a181ff922cde2b8fcf9777ef283d20d1ab Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com> From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 17 Dec 2015 16:53:43 +0800 Date: Thu, 17 Dec 2015 16:53:43 +0800
Subject: [PATCH 01/44] virtio: make find_vqs() checkpatch.pl-friendly Subject: [PATCH 01/44] virtio: make find_vqs() checkpatch.pl-friendly

View File

@ -1,4 +1,4 @@
From fabae8d94d2d811646b02ed0d65c9f0126cd8f78 Mon Sep 17 00:00:00 2001 From cc9f1ba7084a2da776c85d96ac6b932d1b0eec96 Mon Sep 17 00:00:00 2001
From: Julia Lawall <julia.lawall@lip6.fr> From: Julia Lawall <julia.lawall@lip6.fr>
Date: Sat, 21 Nov 2015 18:39:17 +0100 Date: Sat, 21 Nov 2015 18:39:17 +0100
Subject: [PATCH 02/44] VSOCK: constify vmci_transport_notify_ops structures Subject: [PATCH 02/44] VSOCK: constify vmci_transport_notify_ops structures

View File

@ -1,4 +1,4 @@
From 94cd028a956af62cd2fc047734f1374d4032e5dc Mon Sep 17 00:00:00 2001 From 640770eaa047cca786f9d197f07d0768dc9ad67e Mon Sep 17 00:00:00 2001
From: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com> From: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
Date: Tue, 22 Mar 2016 17:05:52 +0100 Date: Tue, 22 Mar 2016 17:05:52 +0100
Subject: [PATCH 03/44] AF_VSOCK: Shrink the area influenced by prepare_to_wait Subject: [PATCH 03/44] AF_VSOCK: Shrink the area influenced by prepare_to_wait

View File

@ -1,4 +1,4 @@
From e91c1503fdda5a8f59f1eb4c0afee6797cbffc1a Mon Sep 17 00:00:00 2001 From 9ec4f27ca444c9e6ec9d165eb3bfc2cb369deb2f Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com> From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 23 Jun 2016 16:28:58 +0100 Date: Thu, 23 Jun 2016 16:28:58 +0100
Subject: [PATCH 04/44] vsock: make listener child lock ordering explicit Subject: [PATCH 04/44] vsock: make listener child lock ordering explicit

View File

@ -1,4 +1,4 @@
From fedde8b2157e61268bc5bd237eb1ed7ca3226099 Mon Sep 17 00:00:00 2001 From 442d54559a617e1423f77d0b5a77c775db90eaa4 Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com> From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 28 Jul 2016 15:36:30 +0100 Date: Thu, 28 Jul 2016 15:36:30 +0100
Subject: [PATCH 05/44] VSOCK: transport-specific vsock_transport functions Subject: [PATCH 05/44] VSOCK: transport-specific vsock_transport functions

View File

@ -1,4 +1,4 @@
From f1a23b9f4963862546e0709d6877df62d8035c68 Mon Sep 17 00:00:00 2001 From 8c63f10477d507fb0de62ea68c72579b0f94bf4b Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com> From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 28 Jul 2016 15:36:31 +0100 Date: Thu, 28 Jul 2016 15:36:31 +0100
Subject: [PATCH 06/44] VSOCK: defer sock removal to transports Subject: [PATCH 06/44] VSOCK: defer sock removal to transports

View File

@ -1,4 +1,4 @@
From e525ff81b70f677e602a76a833e937bc5777d54a Mon Sep 17 00:00:00 2001 From 7e97ae305fb6a9bfecf9ea11b7f277acd027437b Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com> From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:32 +0100 Date: Thu, 28 Jul 2016 15:36:32 +0100
Subject: [PATCH 07/44] VSOCK: Introduce virtio_vsock_common.ko Subject: [PATCH 07/44] VSOCK: Introduce virtio_vsock_common.ko

View File

@ -1,4 +1,4 @@
From fdeb1ac5f271137fe25610a41569a0045e9a3a2f Mon Sep 17 00:00:00 2001 From 5977791db4a275aa997a14b69caeef51312811c0 Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com> From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:33 +0100 Date: Thu, 28 Jul 2016 15:36:33 +0100
Subject: [PATCH 08/44] VSOCK: Introduce virtio_transport.ko Subject: [PATCH 08/44] VSOCK: Introduce virtio_transport.ko

View File

@ -1,4 +1,4 @@
From 509568336cfa46724780727b4eb7bcd9114e2730 Mon Sep 17 00:00:00 2001 From e8eaefe81e90819725422b190cd7f605f419b639 Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com> From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:34 +0100 Date: Thu, 28 Jul 2016 15:36:34 +0100
Subject: [PATCH 09/44] VSOCK: Introduce vhost_vsock.ko Subject: [PATCH 09/44] VSOCK: Introduce vhost_vsock.ko

View File

@ -1,4 +1,4 @@
From d02917acf95d5c36372ba27f50eda30455684143 Mon Sep 17 00:00:00 2001 From ea07f564d0ab66d96254e72547ce47b66b1eff0e Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com> From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:35 +0100 Date: Thu, 28 Jul 2016 15:36:35 +0100
Subject: [PATCH 10/44] VSOCK: Add Makefile and Kconfig Subject: [PATCH 10/44] VSOCK: Add Makefile and Kconfig

View File

@ -1,4 +1,4 @@
From 0e5985bf14d2c701c9f18188e0e5492b38f6c78d Mon Sep 17 00:00:00 2001 From 3c6aca1c5a5cdd4d8c5fae142e562cc9d18fed8f Mon Sep 17 00:00:00 2001
From: Wei Yongjun <weiyj.lk@gmail.com> From: Wei Yongjun <weiyj.lk@gmail.com>
Date: Tue, 2 Aug 2016 13:50:42 +0000 Date: Tue, 2 Aug 2016 13:50:42 +0000
Subject: [PATCH 11/44] VSOCK: Use kvfree() Subject: [PATCH 11/44] VSOCK: Use kvfree()

View File

@ -1,4 +1,4 @@
From 785d19437011614b013499edfef900d74b7d3529 Mon Sep 17 00:00:00 2001 From cc9691364a9bd547ff3321df137ac175fbe881fc Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com> From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 4 Aug 2016 14:52:53 +0100 Date: Thu, 4 Aug 2016 14:52:53 +0100
Subject: [PATCH 12/44] vhost/vsock: fix vhost virtio_vsock_pkt use-after-free Subject: [PATCH 12/44] vhost/vsock: fix vhost virtio_vsock_pkt use-after-free

View File

@ -1,4 +1,4 @@
From ed83104bb1203ee84403ba7b905393469ffd96c0 Mon Sep 17 00:00:00 2001 From f20901bb9e7d4ba20ae082aced945ebf59255e86 Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com> From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Fri, 5 Aug 2016 13:52:09 +0100 Date: Fri, 5 Aug 2016 13:52:09 +0100
Subject: [PATCH 13/44] virtio-vsock: fix include guard typo Subject: [PATCH 13/44] virtio-vsock: fix include guard typo

View File

@ -1,4 +1,4 @@
From 5cc8db483f9f98c5d8113ffa47e14c285af5789d Mon Sep 17 00:00:00 2001 From 1b8f610817bb035624c27dfbb94356ddd3b5baa1 Mon Sep 17 00:00:00 2001
From: Gerard Garcia <ggarcia@deic.uab.cat> From: Gerard Garcia <ggarcia@deic.uab.cat>
Date: Wed, 10 Aug 2016 17:24:34 +0200 Date: Wed, 10 Aug 2016 17:24:34 +0200
Subject: [PATCH 14/44] vhost/vsock: drop space available check for TX vq Subject: [PATCH 14/44] vhost/vsock: drop space available check for TX vq

View File

@ -1,4 +1,4 @@
From 4f2fc0f9d3443887e7d92da9a8cef1ccddb29f79 Mon Sep 17 00:00:00 2001 From b91ce5fdd93d620b5e89c873d358ff01233347e1 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campbell@docker.com> From: Ian Campbell <ian.campbell@docker.com>
Date: Mon, 4 Apr 2016 14:50:10 +0100 Date: Mon, 4 Apr 2016 14:50:10 +0100
Subject: [PATCH 15/44] VSOCK: Only allow host network namespace to use Subject: [PATCH 15/44] VSOCK: Only allow host network namespace to use

View File

@ -1,4 +1,4 @@
From 171ae7704c7307a33693c1655473bd21b72b0276 Mon Sep 17 00:00:00 2001 From 42a0a1ca17e1ed49a196457f078f5d0d562c6177 Mon Sep 17 00:00:00 2001
From: Jake Oshins <jakeo@microsoft.com> From: Jake Oshins <jakeo@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:41 -0800 Date: Mon, 14 Dec 2015 16:01:41 -0800
Subject: [PATCH 16/44] drivers:hv: Define the channel type for Hyper-V PCI Subject: [PATCH 16/44] drivers:hv: Define the channel type for Hyper-V PCI

View File

@ -1,4 +1,4 @@
From 486b325b1e0c5d04d7ac935011359b41264d9942 Mon Sep 17 00:00:00 2001 From a74bccfb3791a6ec84af9ff3ee22620e0eb61b79 Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com> From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:43 -0800 Date: Mon, 14 Dec 2015 16:01:43 -0800
Subject: [PATCH 17/44] Drivers: hv: vmbus: Use uuid_le type consistently Subject: [PATCH 17/44] Drivers: hv: vmbus: Use uuid_le type consistently

View File

@ -1,4 +1,4 @@
From a76795ca769b5fb48de086391649980e3423df0f Mon Sep 17 00:00:00 2001 From 8eef71c96ad05e14a207d58e0e16b5181efcc9a7 Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com> From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:44 -0800 Date: Mon, 14 Dec 2015 16:01:44 -0800
Subject: [PATCH 18/44] Drivers: hv: vmbus: Use uuid_le_cmp() for comparing Subject: [PATCH 18/44] Drivers: hv: vmbus: Use uuid_le_cmp() for comparing

View File

@ -1,4 +1,4 @@
From c680d5d098dc4c18ef963d0927ef988c62943e66 Mon Sep 17 00:00:00 2001 From 6a7340526afa83da9fcaea781c5f4457c6748689 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:48 -0800 Date: Mon, 14 Dec 2015 16:01:48 -0800
Subject: [PATCH 19/44] Drivers: hv: vmbus: do sanity check of channel state in Subject: [PATCH 19/44] Drivers: hv: vmbus: do sanity check of channel state in

View File

@ -1,4 +1,4 @@
From d59095cbdb00a5e750f41d9e88d862c00d35a4f0 Mon Sep 17 00:00:00 2001 From e282bb6e3b5be332ebe9178386e3027df97d3891 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:50 -0800 Date: Mon, 14 Dec 2015 16:01:50 -0800
Subject: [PATCH 20/44] Drivers: hv: vmbus: release relid on error in Subject: [PATCH 20/44] Drivers: hv: vmbus: release relid on error in

View File

@ -1,4 +1,4 @@
From ba7550d4292fff484a7625d387fc1e3d78041101 Mon Sep 17 00:00:00 2001 From 0d97416c675c36cd374b510cac1cbcc0138fa6f2 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:51 -0800 Date: Mon, 14 Dec 2015 16:01:51 -0800
Subject: [PATCH 21/44] Drivers: hv: vmbus: channge Subject: [PATCH 21/44] Drivers: hv: vmbus: channge

View File

@ -1,4 +1,4 @@
From a67bdb6d67fa92c54632d1314dfb24d50c922c1a Mon Sep 17 00:00:00 2001 From a46cccadda1f6e28211efcfe44788ed5d919f54f Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Mon, 14 Dec 2015 19:02:00 -0800 Date: Mon, 14 Dec 2015 19:02:00 -0800
Subject: [PATCH 22/44] Drivers: hv: remove code duplication between Subject: [PATCH 22/44] Drivers: hv: remove code duplication between

View File

@ -1,4 +1,4 @@
From 4a0b91ed04f1d56a05dbd7737eebb3d87476a23e Mon Sep 17 00:00:00 2001 From b479c088909f96621976b0c664e9da941734fb59 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 21 Dec 2015 12:21:22 -0800 Date: Mon, 21 Dec 2015 12:21:22 -0800
Subject: [PATCH 23/44] Drivers: hv: vmbus: fix the building warning with Subject: [PATCH 23/44] Drivers: hv: vmbus: fix the building warning with

View File

@ -1,4 +1,4 @@
From 2abfe5200099e860218432a78921375035abfe89 Mon Sep 17 00:00:00 2001 From 1d07474bec008bbac993a5a3d7dfe67ae86ac0a3 Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com> From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Tue, 15 Dec 2015 16:27:27 -0800 Date: Tue, 15 Dec 2015 16:27:27 -0800
Subject: [PATCH 24/44] Drivers: hv: vmbus: Treat Fibre Channel devices as Subject: [PATCH 24/44] Drivers: hv: vmbus: Treat Fibre Channel devices as

View File

@ -1,4 +1,4 @@
From c001362e0b769df18ae6de9f6cf78f0123870725 Mon Sep 17 00:00:00 2001 From c13b93c734b47bcc5e50e6bdd685a8a73275e2e5 Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com> From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Fri, 25 Dec 2015 20:00:30 -0800 Date: Fri, 25 Dec 2015 20:00:30 -0800
Subject: [PATCH 25/44] Drivers: hv: vmbus: Add vendor and device atttributes Subject: [PATCH 25/44] Drivers: hv: vmbus: Add vendor and device atttributes

View File

@ -1,4 +1,4 @@
From 852c5d6c8c4c6027cd34c7034a751b64854091f5 Mon Sep 17 00:00:00 2001 From bbb5cc56af647bed0c6dac2f11ece5401d0a2e3a Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:37 -0800 Date: Wed, 27 Jan 2016 22:29:37 -0800
Subject: [PATCH 26/44] Drivers: hv: vmbus: add a helper function to set a Subject: [PATCH 26/44] Drivers: hv: vmbus: add a helper function to set a

View File

@ -1,4 +1,4 @@
From 56ceb6b4fdbd45fa464702c98d8eb9b28bf8e431 Mon Sep 17 00:00:00 2001 From 332ee8dc89152134ccd2c7eae06a0dc13821205c Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:38 -0800 Date: Wed, 27 Jan 2016 22:29:38 -0800
Subject: [PATCH 27/44] Drivers: hv: vmbus: define the new offer type for Subject: [PATCH 27/44] Drivers: hv: vmbus: define the new offer type for

View File

@ -1,4 +1,4 @@
From e49651913b332152569808dc6b4fc7d8904eba11 Mon Sep 17 00:00:00 2001 From e8dc54b09565790a6ee0c21c53a3b1756261c437 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:39 -0800 Date: Wed, 27 Jan 2016 22:29:39 -0800
Subject: [PATCH 28/44] Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid Subject: [PATCH 28/44] Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid

View File

@ -1,4 +1,4 @@
From 48171ec2bb0182d8862199d6aa91fb1a346a457d Mon Sep 17 00:00:00 2001 From df742cbadcad1e5adcc447c923cddd841d1c8faf Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:40 -0800 Date: Wed, 27 Jan 2016 22:29:40 -0800
Subject: [PATCH 29/44] Drivers: hv: vmbus: define a new VMBus message type for Subject: [PATCH 29/44] Drivers: hv: vmbus: define a new VMBus message type for

View File

@ -1,4 +1,4 @@
From 26d21149ad207ad26242a83370638a13749cf644 Mon Sep 17 00:00:00 2001 From 4724c559cf0e5d1c82356e059a7d9b58559c37ff Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:41 -0800 Date: Wed, 27 Jan 2016 22:29:41 -0800
Subject: [PATCH 30/44] Drivers: hv: vmbus: add a hvsock flag in struct Subject: [PATCH 30/44] Drivers: hv: vmbus: add a hvsock flag in struct

View File

@ -1,4 +1,4 @@
From 298c9b07830f6b8947867b4747ac22322fbe2586 Mon Sep 17 00:00:00 2001 From 476fc7c2424506110f138ca0a1846a2d53abbdea Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:42 -0800 Date: Wed, 27 Jan 2016 22:29:42 -0800
Subject: [PATCH 31/44] Drivers: hv: vmbus: add a per-channel rescind callback Subject: [PATCH 31/44] Drivers: hv: vmbus: add a per-channel rescind callback

View File

@ -1,4 +1,4 @@
From a057c3602ea4b7c0bfbd607d8b1ef1f9c9416e76 Mon Sep 17 00:00:00 2001 From 9a44c2e4c6bf43133b3b0720ce03788f241a6687 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:43 -0800 Date: Wed, 27 Jan 2016 22:29:43 -0800
Subject: [PATCH 32/44] Drivers: hv: vmbus: add an API Subject: [PATCH 32/44] Drivers: hv: vmbus: add an API

View File

@ -1,4 +1,4 @@
From b0161c9dccfb6004195a0825a6f10754287be108 Mon Sep 17 00:00:00 2001 From 700f83603f2b35a799797f9f538b2796c00d132e Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com> From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:45 -0800 Date: Wed, 27 Jan 2016 22:29:45 -0800
Subject: [PATCH 33/44] Drivers: hv: vmbus: Give control over how the ring Subject: [PATCH 33/44] Drivers: hv: vmbus: Give control over how the ring

View File

@ -1,4 +1,4 @@
From 0cb1f746535b94073691230c6c888b88a926e056 Mon Sep 17 00:00:00 2001 From aa8592e8828e686184098a8f47a3e035528062ac Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Fri, 26 Feb 2016 15:13:16 -0800 Date: Fri, 26 Feb 2016 15:13:16 -0800
Subject: [PATCH 34/44] Drivers: hv: vmbus: avoid wait_for_completion() on Subject: [PATCH 34/44] Drivers: hv: vmbus: avoid wait_for_completion() on

View File

@ -1,4 +1,4 @@
From ce31567fc6100af796ca925dff6692c641191857 Mon Sep 17 00:00:00 2001 From 285a023864b8ca507229d44b0324c46ac811e019 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com> From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Fri, 26 Feb 2016 15:13:18 -0800 Date: Fri, 26 Feb 2016 15:13:18 -0800
Subject: [PATCH 35/44] Drivers: hv: vmbus: avoid unneeded compiler Subject: [PATCH 35/44] Drivers: hv: vmbus: avoid unneeded compiler

View File

@ -1,4 +1,4 @@
From 9533f10cc6a48d7f2affae1a929fce40aef99b9c Mon Sep 17 00:00:00 2001 From 07d32add1034937896be713083c10c00365a338a Mon Sep 17 00:00:00 2001
From: Tom Herbert <tom@herbertland.com> From: Tom Herbert <tom@herbertland.com>
Date: Mon, 7 Mar 2016 14:11:06 -0800 Date: Mon, 7 Mar 2016 14:11:06 -0800
Subject: [PATCH 36/44] kcm: Kernel Connection Multiplexor module Subject: [PATCH 36/44] kcm: Kernel Connection Multiplexor module

View File

@ -1,4 +1,4 @@
From bf754d67c2b1b9b5a3f3b07f992d74acbd1f53bc Mon Sep 17 00:00:00 2001 From 120cdcd571fbae88b4f2069f0730b8815e9608ce Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 21 Mar 2016 02:51:09 -0700 Date: Mon, 21 Mar 2016 02:51:09 -0700
Subject: [PATCH 37/44] net: add the AF_KCM entries to family name tables Subject: [PATCH 37/44] net: add the AF_KCM entries to family name tables

View File

@ -1,4 +1,4 @@
From db012a1c969a9e043904560a6413eacda9aa4963 Mon Sep 17 00:00:00 2001 From 414524da056efb9ad3941c004d839c7744f917a8 Mon Sep 17 00:00:00 2001
From: Courtney Cavin <courtney.cavin@sonymobile.com> From: Courtney Cavin <courtney.cavin@sonymobile.com>
Date: Wed, 27 Apr 2016 12:13:03 -0700 Date: Wed, 27 Apr 2016 12:13:03 -0700
Subject: [PATCH 38/44] net: Add Qualcomm IPC router Subject: [PATCH 38/44] net: Add Qualcomm IPC router

View File

@ -1,4 +1,4 @@
From 22558a29041769588d0653c97bb97b961b2747b3 Mon Sep 17 00:00:00 2001 From 11a83ef09e103b830dcb978dfccded4cc9772a79 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Sun, 15 May 2016 09:53:11 -0700 Date: Sun, 15 May 2016 09:53:11 -0700
Subject: [PATCH 39/44] hv_sock: introduce Hyper-V Sockets Subject: [PATCH 39/44] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From e4982ec384df123be9ed51a5f1b86475f90e13c7 Mon Sep 17 00:00:00 2001 From 74b2d25f22b1e81a95223255ad28f4522d3ebb96 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 21 Mar 2016 02:53:08 -0700 Date: Mon, 21 Mar 2016 02:53:08 -0700
Subject: [PATCH 40/44] net: add the AF_HYPERV entries to family name tables Subject: [PATCH 40/44] net: add the AF_HYPERV entries to family name tables

View File

@ -1,4 +1,4 @@
From 3d977da5bbe09b9b5210be7b0bc993361903a2d4 Mon Sep 17 00:00:00 2001 From e3f96f5db36343c6436af78a533dbbe249e65c6b Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Sat, 21 May 2016 16:55:50 +0800 Date: Sat, 21 May 2016 16:55:50 +0800
Subject: [PATCH 41/44] Drivers: hv: vmbus: fix the race when querying & Subject: [PATCH 41/44] Drivers: hv: vmbus: fix the race when querying &

View File

@ -1,4 +1,4 @@
From 973c574094d86d7c493f357ae1e92a01fdf44502 Mon Sep 17 00:00:00 2001 From dc04c8b54a7af915e0d91bdd0b26aa7469e35213 Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com> From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Mon, 23 May 2016 18:55:45 +0100 Date: Mon, 23 May 2016 18:55:45 +0100
Subject: [PATCH 42/44] vmbus: Don't spam the logs with unknown GUIDs Subject: [PATCH 42/44] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From 0c831954f862451e12e10dc30ef2f046f3231fe2 Mon Sep 17 00:00:00 2001 From 3288cdc152f465a53e8851d3f04cf61feceb7a6b Mon Sep 17 00:00:00 2001
From: James Bottomley <James.Bottomley@HansenPartnership.com> From: James Bottomley <James.Bottomley@HansenPartnership.com>
Date: Wed, 17 Feb 2016 16:49:38 -0800 Date: Wed, 17 Feb 2016 16:49:38 -0800
Subject: [PATCH 43/44] fs: add filp_clone_open API Subject: [PATCH 43/44] fs: add filp_clone_open API

View File

@ -1,4 +1,4 @@
From 28dacef9de967effc1717fb24f268af74329506b Mon Sep 17 00:00:00 2001 From 74ffff76b3ef41ea6fff355f93f41740a62f3369 Mon Sep 17 00:00:00 2001
From: James Bottomley <James.Bottomley@HansenPartnership.com> From: James Bottomley <James.Bottomley@HansenPartnership.com>
Date: Wed, 17 Feb 2016 16:51:16 -0800 Date: Wed, 17 Feb 2016 16:51:16 -0800
Subject: [PATCH 44/44] binfmt_misc: add persistent opened binary handler for Subject: [PATCH 44/44] binfmt_misc: add persistent opened binary handler for

View File

@ -1,4 +1,4 @@
From a1cd1090b8a3434dc58789faefb315ed7768caa1 Mon Sep 17 00:00:00 2001 From 4ae703e17e07a95332a6e0ad5806e17f25daf78f Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com> From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 2 Mar 2017 12:55:49 -0300 Date: Thu, 2 Mar 2017 12:55:49 -0300
Subject: [PATCH 01/13] tools build: Add test for sched_getcpu() Subject: [PATCH 01/13] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From bf769cbfa80b2cab125b74f91a96fed762ac77c7 Mon Sep 17 00:00:00 2001 From 5e6d4f7cb9880aa8466ff98e56690bd13fd54df6 Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com> From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 13 Oct 2016 17:12:35 -0300 Date: Thu, 13 Oct 2016 17:12:35 -0300
Subject: [PATCH 02/13] perf jit: Avoid returning garbage for a ret variable Subject: [PATCH 02/13] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From 945dfc376d76f8d0cf2ac99fb3d1234a5114c774 Mon Sep 17 00:00:00 2001 From dd53a1fc57f6a549aeb50dae4b4567690a16c120 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Sat, 23 Jul 2016 01:35:51 +0000 Date: Sat, 23 Jul 2016 01:35:51 +0000
Subject: [PATCH 03/13] hv_sock: introduce Hyper-V Sockets Subject: [PATCH 03/13] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From edc71eae7891daaa34c708a12fdc924bb02d12db Mon Sep 17 00:00:00 2001 From b85149ae2f7a39acd91f8847bfc5a7a188681681 Mon Sep 17 00:00:00 2001
From: Rolf Neugebauer <rolf.neugebauer@gmail.com> From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
Date: Mon, 23 May 2016 18:55:45 +0100 Date: Mon, 23 May 2016 18:55:45 +0100
Subject: [PATCH 04/13] vmbus: Don't spam the logs with unknown GUIDs Subject: [PATCH 04/13] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From 268a803b5bb6766d72d13882d3af768821c72eee Mon Sep 17 00:00:00 2001 From f6107bf72b7891d10d1d56bdf5316bfd91c177dc Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:07 -0800 Date: Sun, 6 Nov 2016 13:14:07 -0800
Subject: [PATCH 05/13] Drivers: hv: utils: Fix the mapping between host Subject: [PATCH 05/13] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From 5d954a47c46273cfd9bbaf95e37d3a158ece5d1b Mon Sep 17 00:00:00 2001 From b1fa05201756d5ce898c4ec183737041284624c7 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:10 -0800 Date: Sun, 6 Nov 2016 13:14:10 -0800
Subject: [PATCH 06/13] Drivers: hv: vss: Improve log messages. Subject: [PATCH 06/13] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From 3733172d128268bf248f91c1d72bf14025523359 Mon Sep 17 00:00:00 2001 From 1b1406809c1c2fdac0cb1fd2d85400dee09f2887 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sun, 6 Nov 2016 13:14:11 -0800 Date: Sun, 6 Nov 2016 13:14:11 -0800
Subject: [PATCH 07/13] Drivers: hv: vss: Operation timeouts should match host Subject: [PATCH 07/13] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From df9a902d0061fc83411d5d89135791a6cf3b780b Mon Sep 17 00:00:00 2001 From 66955115f0d8764a93c4ec9291d917d4a8be3e8f Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:17 -0700 Date: Sat, 28 Jan 2017 12:37:17 -0700
Subject: [PATCH 08/13] Drivers: hv: vmbus: Use all supported IC versions to Subject: [PATCH 08/13] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From e578aa3431b12c0ad3992e28b6dd9f64782e7863 Mon Sep 17 00:00:00 2001 From c6ad5884453c734b343c608ea8a504743549d836 Mon Sep 17 00:00:00 2001
From: Alex Ng <alexng@messages.microsoft.com> From: Alex Ng <alexng@messages.microsoft.com>
Date: Sat, 28 Jan 2017 12:37:18 -0700 Date: Sat, 28 Jan 2017 12:37:18 -0700
Subject: [PATCH 09/13] Drivers: hv: Log the negotiated IC versions. Subject: [PATCH 09/13] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From 5cfe3272373ea36e7cb2646cef043c44de4a7a30 Mon Sep 17 00:00:00 2001 From eb533e334d182ea553c138576788771e55f0f484 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Sun, 26 Mar 2017 16:42:20 +0800 Date: Sun, 26 Mar 2017 16:42:20 +0800
Subject: [PATCH 10/13] vmbus: fix missed ring events on boot Subject: [PATCH 10/13] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From bbed3e70b5330fac78de35e01881263c46b1d145 Mon Sep 17 00:00:00 2001 From 830ea2549499b58f3b49e304d84f79c1f377883e Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 29 Mar 2017 18:37:10 +0800 Date: Wed, 29 Mar 2017 18:37:10 +0800
Subject: [PATCH 11/13] vmbus: remove "goto error_clean_msglist" in Subject: [PATCH 11/13] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From 7a6cc7189e451ad4c7eca36eb7eb5e2cb4df57d0 Mon Sep 17 00:00:00 2001 From 958ee135863de8865c62920bdff7bbea4199bf44 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 24 Mar 2017 20:53:18 +0800 Date: Fri, 24 Mar 2017 20:53:18 +0800
Subject: [PATCH 12/13] vmbus: dynamically enqueue/dequeue the channel on Subject: [PATCH 12/13] vmbus: dynamically enqueue/dequeue the channel on

View File

@ -1,4 +1,4 @@
From b93d0f588d709fd7b34a1457c9246cdede24048b Mon Sep 17 00:00:00 2001 From 34b5cdf37eacf3a82a9f47d8728c13acc11baed7 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com> From: Dexuan Cui <decui@microsoft.com>
Date: Thu, 6 Jul 2017 21:37:11 +0000 Date: Thu, 6 Jul 2017 21:37:11 +0000
Subject: [PATCH 13/13] vmbus: fix the missed signaling in hv_signal_on_read() Subject: [PATCH 13/13] vmbus: fix the missed signaling in hv_signal_on_read()