mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Update to 4.11.2/4.10.17/4.9.29/4.4.69
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
f7ae7e3c2a
commit
6f394920a7
@ -63,10 +63,10 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.11.1,4.11.x))
|
||||
$(eval $(call kernel,4.11.1,4.11.x,_dbg))
|
||||
$(eval $(call kernel,4.10.16,4.10.x))
|
||||
$(eval $(call kernel,4.10.16,4.10.x,_dbg))
|
||||
$(eval $(call kernel,4.9.28,4.9.x))
|
||||
$(eval $(call kernel,4.9.28,4.9.x,_dbg))
|
||||
$(eval $(call kernel,4.4.68,4.4.x))
|
||||
$(eval $(call kernel,4.11.2,4.11.x))
|
||||
$(eval $(call kernel,4.11.2,4.11.x,_dbg))
|
||||
$(eval $(call kernel,4.10.17,4.10.x))
|
||||
$(eval $(call kernel,4.10.17,4.10.x,_dbg))
|
||||
$(eval $(call kernel,4.9.29,4.9.x))
|
||||
$(eval $(call kernel,4.9.29,4.9.x,_dbg))
|
||||
$(eval $(call kernel,4.4.69,4.4.x))
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.10.16 Kernel Configuration
|
||||
# Linux/x86 4.10.17 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.11.1 Kernel Configuration
|
||||
# Linux/x86 4.11.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.68 Kernel Configuration
|
||||
# Linux/x86 4.4.69 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.28 Kernel Configuration
|
||||
# Linux/x86 4.9.29 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1833c605fb5a3a0a3dddfa6140b4a5e49f83cff7 Mon Sep 17 00:00:00 2001
|
||||
From 63fab9ed419e243582d1f7047c7382565b11cd4e Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Thu, 21 Jul 2016 16:04:38 -0600
|
||||
Subject: [PATCH 1/6] hv_sock: introduce Hyper-V Sockets
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 7121283229590bd71ee029ca2d3d8d911ae5df5a Mon Sep 17 00:00:00 2001
|
||||
From d9aa9429204658ccfc3563b99ea555207d3ce455 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 2/6] Drivers: hv: vmbus: Use all supported IC versions to
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c50e31e39cd2a8a22b6f73274dc273426f2fbe27 Mon Sep 17 00:00:00 2001
|
||||
From 3ed1bbf668019a7fdc4ec8e2f398552db9bd6b7e 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 3/6] Drivers: hv: Log the negotiated IC versions.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 47642ce2576b19ae2f8af06abca53f384e68a093 Mon Sep 17 00:00:00 2001
|
||||
From 6a0b3a8e2da9cb321723fbba5bb0c1783f99e985 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||
Subject: [PATCH 4/6] vmbus: fix missed ring events on boot
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5705c86bb815febb6b832bb4807b56641f08571b Mon Sep 17 00:00:00 2001
|
||||
From ddfa35f8ed42cd04e98144489a08ab9e56106529 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||
Subject: [PATCH 5/6] vmbus: remove "goto error_clean_msglist" in vmbus_open()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 936c95cca6082b6a3a5f1249bc554c53d27cc809 Mon Sep 17 00:00:00 2001
|
||||
From 939735a0c5e6a26d202fff4a636dab6c0e4f0b5e Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||
Subject: [PATCH 6/6] vmbus: dynamically enqueue/dequeue the channel on
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a1b252ef7f38e04a2f5c8218adab6c1689fc3418 Mon Sep 17 00:00:00 2001
|
||||
From 9dff166a5d0a91e8b22f41a8311ebdd946acde82 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0cf4173a76cf771d4d4406f48c59fcb85b5a5400 Mon Sep 17 00:00:00 2001
|
||||
From 3d8cba16cff3067b994bc9d6c42e079319c60849 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d1d1e90f2106c7048feab6a6da955fc2ed521896 Mon Sep 17 00:00:00 2001
|
||||
From 030c01786b4a2f4455620992b9525bcb106e3f03 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3fe617c0af23272071c320b295fb987f69f0ac77 Mon Sep 17 00:00:00 2001
|
||||
From 09e4c1df88f94b970cfaf9085a2b14740a24b3c4 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3809a76e095d648d7d99cb1822ce17844a22ad2a Mon Sep 17 00:00:00 2001
|
||||
From 1534bb3fb7b4875dac2e95e4be15b86a824a8ef3 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 189479e4a60fcdb92439aebd7a116f4ba0eede0d Mon Sep 17 00:00:00 2001
|
||||
From b68928a9eda59cd97dec9c325cbced771f069deb 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f467ed8a4c51eed215f9f8db32cad8f240a59a2e Mon Sep 17 00:00:00 2001
|
||||
From 8fe167786e3dd5013877a9fed27f889bcf3037f6 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1ee84d4b4cceac4c7f42573476c1253b06e8cdaf Mon Sep 17 00:00:00 2001
|
||||
From 611b0f2e0fb3498bc2cd11804209a649cdd26616 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d0e6020dd2b25f8880b8d25305c356cf4a22f12d Mon Sep 17 00:00:00 2001
|
||||
From 34b92f692e187b2fdf95e36d345a0237d8becdd2 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From af21a15283141bde0cb81c3749304f8cbbd7f5f4 Mon Sep 17 00:00:00 2001
|
||||
From 8ea775feead65de876c983b3d81d33dc5689eea2 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2f2216244f42c34e22b98934a4c3ea9453a9f5ea Mon Sep 17 00:00:00 2001
|
||||
From 4debff1c266c30a03f7408de803e22516de3b665 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9427423c8b60533c2c4bd2f45497404d0e6d9430 Mon Sep 17 00:00:00 2001
|
||||
From 09edc76615c9564bb4c5616316245bf686410dbf 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b287d7d9005185894b951c117b31dd220ab49a6a Mon Sep 17 00:00:00 2001
|
||||
From eca2de769f7061b37dc7663b9ef6819d6f7d9060 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6573cd78f66293e365fe857f88f7a33bc70311d8 Mon Sep 17 00:00:00 2001
|
||||
From 826a8b18cbdb1e6ef4aba5e2a763fe125bcce3e2 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 87deef632c589c5cb36da0115852c17abee56e8b Mon Sep 17 00:00:00 2001
|
||||
From 02b6902465a0c0afd6e5ff24652597b51a998dc0 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 644536c39f551226e828ee39da2dbb2dbf62f5dc Mon Sep 17 00:00:00 2001
|
||||
From a86d2e04fa71e0312e56ec1af09351ca8a710be7 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 7e9ae8d4d4b6ea1b9e2b452db472643c7603fb89 Mon Sep 17 00:00:00 2001
|
||||
From fc02e1d7311f0a584686aefef01a4ca16633733b 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9e55880e6084441e20a416c6a5a83bab5b19050e Mon Sep 17 00:00:00 2001
|
||||
From 4548af98cb058ff5a2ee9072dd15256a36bdf599 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 78f4dbabf379ceefb55f2a90057ad91764b1b342 Mon Sep 17 00:00:00 2001
|
||||
From b564caded18355493b8b52850cd85d548c19a0ba 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d529fcbaa5a271feb111013d0315222f85e98bf5 Mon Sep 17 00:00:00 2001
|
||||
From b518a431852d35eb354eac3e48de59074b42efda 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()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 894f1a374ef1f9a56c4addb2bd6a6e00c1e029c6 Mon Sep 17 00:00:00 2001
|
||||
From 461108e6d824dff78e7df62f504ef0d4022a8c92 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 658fd511b17f42e3e22593e1c3bf02c31d21ae25 Mon Sep 17 00:00:00 2001
|
||||
From 92ed216a35e1207802c2b4f15358081dc518a182 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ee2e34b771da87dd1c2878b5b8edd335ac11ca9d Mon Sep 17 00:00:00 2001
|
||||
From 022ec70b5d3de92275934fc53de3a5bea190c5a2 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 66dd92fd83426e68f8dad7b6b125c3b78c5b7bfb Mon Sep 17 00:00:00 2001
|
||||
From 2286eab041019ec9465314884263a1b361179e00 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 09bf0f5f53d557dce6b5a9c7939a34ffb1887c19 Mon Sep 17 00:00:00 2001
|
||||
From 378f5e112a2d7bb45fa8d18ba3a575a8a492435d 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 32ac7ef9a298722ef67ec41b6126bdc3550cae8b Mon Sep 17 00:00:00 2001
|
||||
From 9a5220af3230d5c8e3f9ca5f5776a413e6a2ad50 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 94514cfd6137bcb13e5764d55b086af67f7452f7 Mon Sep 17 00:00:00 2001
|
||||
From e70efa3edded5a3a8def4ee748add0afd3fc6c08 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 86c8b9a72c3c2444f3c9c2541c98960edf5854a9 Mon Sep 17 00:00:00 2001
|
||||
From 8546d6d24663e500239a3aadcac2b130cf97fcd1 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c615e4f6e4f9f2c365c85776e08b688aac022a74 Mon Sep 17 00:00:00 2001
|
||||
From e5c3c1e844cb2eb752d1d91a4ba8c59138709e8f 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0f98f5cf622daba815f2585e6044f934fad150d9 Mon Sep 17 00:00:00 2001
|
||||
From 6c8a14417d8558aa57eeed665f9b02f95055ac35 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 42f6f9f2262f2d267e4d9892b5cc5cf31fd1bbbe Mon Sep 17 00:00:00 2001
|
||||
From 900d8ce5f3e4632e4e1a5313d64b1b601a9bc6f2 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 05c46d8daec63955f820ac36cfe1e054bdbfcea1 Mon Sep 17 00:00:00 2001
|
||||
From c8d85df77d3150d8027d6c110e2338ef26b29599 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2f76d2d03c1117d870b7600489b98cdc3dc09ec2 Mon Sep 17 00:00:00 2001
|
||||
From afd40558672aafa1446a07fe833cacf79ca648a0 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 96fc83235a2817384bc4bb9ca976e4105c1eb491 Mon Sep 17 00:00:00 2001
|
||||
From 8db676e90043e2cfee637e88263599374ff5eae3 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b236273735597c35caa2b6be0b620ac80c6690c9 Mon Sep 17 00:00:00 2001
|
||||
From 6b55081496d336466fee8b3ff3834511dd805579 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b7408d671cfe6afbd214fb8bee3f782b1707e677 Mon Sep 17 00:00:00 2001
|
||||
From f60bd71e57c997c1ef8a069685b7eb1215f389f7 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b631acf597bb1c37d7eaefa2ecaf8a4bc8d83f71 Mon Sep 17 00:00:00 2001
|
||||
From f277f093a9fdd03a85515de61b51469a643e46b3 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b8911da102f0dd4cde4cd3bd657bca4caec42189 Mon Sep 17 00:00:00 2001
|
||||
From 1c0737a662bbe3fa5b3960ae7bc7015a33d1654e 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 467363bdf898a4b072ee91f467ba9f5b339e2dd4 Mon Sep 17 00:00:00 2001
|
||||
From 910a2c8ae5497ee416ead2e1b97926283c81d552 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 6345338be2282a1e00bb4d0869fcd7f2c8c8cfb3 Mon Sep 17 00:00:00 2001
|
||||
From 19836bd5b39fcba7e82cc4b1dddf4839c27e4fcb 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e393d1e195de412ffef84fa773632ff3cbfeb847 Mon Sep 17 00:00:00 2001
|
||||
From 6712e637a32441f678518c91c57ab07ab8f2f5c7 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fb64db37380882a953c26292764c3c84af582863 Mon Sep 17 00:00:00 2001
|
||||
From 6147b4721f393f134381f700783cd1518fa518c9 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0cddac74fa6f8bd57f78beabeec979bfcffff6a6 Mon Sep 17 00:00:00 2001
|
||||
From 203d8203fb1c023e95a88ae381512b69335da1c3 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c22fa21ff3c7eac8ab8dcbb11bfda39f44fa02b5 Mon Sep 17 00:00:00 2001
|
||||
From 8d5c25b35c78aeca9ad0987ce9bb82a55c78a211 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1ab630277861c2cd29af6a09031315284c27c70d Mon Sep 17 00:00:00 2001
|
||||
From 9cbb2612c617f9b52c4abe663d13ba9ad9883471 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4f4f9c037bf5b8dfb69ea1c7264ce743d2b5e994 Mon Sep 17 00:00:00 2001
|
||||
From dc75e76d31a09836722cf4d84133c03a9702c0f3 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9668f6d095d4ecfd5a96e2fb86b0089bc9f3a3d9 Mon Sep 17 00:00:00 2001
|
||||
From d7437a8ff8bac21698817cb83ea12f7edec223b9 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 993f9295461b805859547525ca9aaa27378392ad Mon Sep 17 00:00:00 2001
|
||||
From c6f60f4e564594ca1b075ca61dc11ab7c328c065 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f380c662f5a5018a2ff1c64a85273dc9924fff19 Mon Sep 17 00:00:00 2001
|
||||
From cce43f7eee4da74c2b8acd41c98f1be98d6c6654 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3e6d0d6321f65f7d9598efce91f050235aecdd69 Mon Sep 17 00:00:00 2001
|
||||
From 3da1fa2cbe8cf858d9ed2c7cc91087c658ad9129 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 &
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 66d35045bcc079caa4c7bed49a93eeba14737db7 Mon Sep 17 00:00:00 2001
|
||||
From 79f687ff2de4273fcb619d97ded093fd872ab0d4 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3d6e3842206e6deb0859410e8954aca6bcd88a1d Mon Sep 17 00:00:00 2001
|
||||
From f25da962628fd5e2d11fdd73165d55671b699472 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ec4091175b8bbb37f1c460d2ef419b1cc59af7d2 Mon Sep 17 00:00:00 2001
|
||||
From 0896ad7873f0f5759f36a87fcf2452a4c177e05c 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8c4e99c8b5686efa70ca46aea0ec6ba7de489c86 Mon Sep 17 00:00:00 2001
|
||||
From ff78da4733842deae316fc45a475bddee46cd109 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 43b90bff8334b8d4df02f1832df2510ede671bd1 Mon Sep 17 00:00:00 2001
|
||||
From d7993ed3b74094426984ba2c3f6832471fdcb591 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 83b5940282a6afe82fa26fd4cab93e88d705ec86 Mon Sep 17 00:00:00 2001
|
||||
From 9d910a0c60eb7b71c291f352146b1379344cb446 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b370e69e9fce43cfeec7704adb70adbbc9f81806 Mon Sep 17 00:00:00 2001
|
||||
From 29e4615d6801fada6f4d971ee96135f886696358 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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a33a84158f9f16747d3f6608b7c4e9f1769802e0 Mon Sep 17 00:00:00 2001
|
||||
From fdf7688d00da0f09e6006beff92164bff6419cc0 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 18bbea8bb178648186dfcf70f57f6ddfd7ca1151 Mon Sep 17 00:00:00 2001
|
||||
From c3a0dd0d3b5782363490038f2ef89bcfeef5cb83 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 32a6b98612216b754fb89fc3a69b13acdd566eb8 Mon Sep 17 00:00:00 2001
|
||||
From c1959b317c5bbb87ed2f059f5bcf890f97fc8ee6 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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d7c92ad3b3d30f4d790a651070d71fa8a0e5923f Mon Sep 17 00:00:00 2001
|
||||
From 7f2e5e42d66f4fee04583042bde0a429bdee6731 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2e1b50493f08cc2b0c40b02caff57a9b33c25687 Mon Sep 17 00:00:00 2001
|
||||
From bc241d095a4013fb9f4d6e7be0c5282768e347f5 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 93a84f69a13df0a695747daccd5c8d95b4880736 Mon Sep 17 00:00:00 2001
|
||||
From d8d7ba9914f6f60a6a4ff8d1e3fbb8f0a704b530 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
|
||||
|
Loading…
Reference in New Issue
Block a user