kernel: Update to 4.11.5/4.9.32/4.4.72

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-06-15 13:14:54 -07:00
parent ad3456d4d1
commit db2491cac3
74 changed files with 122 additions and 122 deletions

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
From 1d63d56461390883f4818f701c374a54379d7d21 Mon Sep 17 00:00:00 2001
From 0a4a8d69cb07100ac094b2895265dc5fcbce9539 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:12 -0600
Subject: [PATCH 03/14] vmbus: vmbus_open(): reset onchannel_callback on error

View File

@@ -1,4 +1,4 @@
From f5f0b3c2685ff47d3e7a019801819a20dd04f971 Mon Sep 17 00:00:00 2001
From 52ca5fae32b3f70fced17326b8ce8eee20114a8f Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:15 -0600
Subject: [PATCH 04/14] vmbus: add the matching tasklet_enable() in

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
From 2782da00ad2d3f24b9ba4c5418ebd50dff0fa00c Mon Sep 17 00:00:00 2001
From 56361b185e888458dd63123a3c5d2c2ed45dd5fd Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Fri, 5 May 2017 16:57:35 -0600
Subject: [PATCH 09/14] hv_sock: add the support of auto-loading

View File

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

View File

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

View File

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

View File

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

View File

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