mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
kernel: Update to 4.13.7
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
0df77e4858
commit
ddbdb0aad7
@ -172,8 +172,8 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.13.6,4.13.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.13.6,4.13.x,-dbg))
|
||||
$(eval $(call kernel,4.13.7,4.13.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.13.7,4.13.x,-dbg))
|
||||
$(eval $(call kernel,4.9.56,4.9.x,$(EXTRA)))
|
||||
$(eval $(call kernel,4.9.56,4.9.x,-dbg))
|
||||
$(eval $(call kernel,4.4.92,4.4.x,$(EXTRA)))
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.13.6 Kernel Configuration
|
||||
# Linux/arm64 4.13.7 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.13.6 Kernel Configuration
|
||||
# Linux/x86 4.13.7 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 88649f9b578f9d4a00f624e18c0524440ce97a0b Mon Sep 17 00:00:00 2001
|
||||
From 32d930447776aeddbdab9c4c24d9acbe67098965 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:12 -0600
|
||||
Subject: [PATCH 01/14] vmbus: vmbus_open(): reset onchannel_callback on error
|
||||
@ -30,5 +30,5 @@ index e57cc40cb768..6e172cdf42f7 100644
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(vmbus_open);
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 443c87acb6c5a538e3e3065fced1e3e5a5c0aae3 Mon Sep 17 00:00:00 2001
|
||||
From 863336a5284204bfda272c0c7970144c4bd8f35a Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:20 -0600
|
||||
Subject: [PATCH 02/14] vmbus: remove "goto error_clean_msglist" in
|
||||
@ -59,5 +59,5 @@ index 6e172cdf42f7..42498ecd0f02 100644
|
||||
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
|
||||
kfree(open_info);
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From dc99fa02f640b5f7719727e62d2f81f0d1c93868 Mon Sep 17 00:00:00 2001
|
||||
From bac4367149663cdb580ae6bee1a15ca854395064 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:23 -0600
|
||||
Subject: [PATCH 03/14] vmbus: dynamically enqueue/dequeue a channel on
|
||||
@ -185,5 +185,5 @@ index b7d7bbec74e0..f5d3e8c01401 100644
|
||||
|
||||
void vmbus_setevent(struct vmbus_channel *channel);
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fcb3e7f94e485a5bcd730784f056d6650093149c Mon Sep 17 00:00:00 2001
|
||||
From 886a260ec31ddd657712d84b8cb5d66abd9e5df5 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:26 -0600
|
||||
Subject: [PATCH 04/14] hv_sock: implements Hyper-V transport for Virtual
|
||||
@ -930,5 +930,5 @@ index 000000000000..fd89bf357617
|
||||
+MODULE_VERSION("1.0.0");
|
||||
+MODULE_LICENSE("GPL");
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 215417da38c0a88d9b2468304b414c8faa88cd10 Mon Sep 17 00:00:00 2001
|
||||
From cb8b16d2d15935600cfc913d06e4ecc77841e552 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:29 -0600
|
||||
Subject: [PATCH 05/14] 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.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 31695355b51ff9351e1beb1d334a3eeb996896f4 Mon Sep 17 00:00:00 2001
|
||||
From 276df3d16941a166c4f5861c13a94b72653b1a98 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 16:57:35 -0600
|
||||
Subject: [PATCH 06/14] 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.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d351b5ed3eafffe7dc31c2c75180782ca455ae31 Mon Sep 17 00:00:00 2001
|
||||
From 8eee8029ad369eadf16dbc624ab94f2ea87e9d75 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 5 May 2017 18:52:02 -0600
|
||||
Subject: [PATCH 07/14] tools: hv_sock: 2 simple test cases.
|
||||
@ -426,5 +426,5 @@ index 000000000000..fb4370c53152
|
||||
+ return -1;
|
||||
+}
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0fe8cb7ac4a6fb02e267b4e87b0e9102aa7bb92f Mon Sep 17 00:00:00 2001
|
||||
From 11983466d9578a836faa02d3a804256bc256168e Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Tue, 16 May 2017 22:14:03 +0800
|
||||
Subject: [PATCH 08/14] hvsock: fix a race in hvs_stream_dequeue()
|
||||
@ -109,5 +109,5 @@ index f465b0b662df..30154836acd0 100644
|
||||
case 1:
|
||||
ret = 1;
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8b8cd3d7e407fcd39648cea2fe030f4c2e505855 Mon Sep 17 00:00:00 2001
|
||||
From 23077b5178371414d69c8ffa6ac6ba3f262c7bcc Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 19 May 2017 21:49:59 +0800
|
||||
Subject: [PATCH 09/14] hvsock: fix vsock_dequeue/enqueue_accept race
|
||||
@ -45,5 +45,5 @@ index dfc8c51e4d74..b7b2c66d91fd 100644
|
||||
/* The caller will need a reference on the connected socket so we let
|
||||
* it call sock_put().
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From aaa233991131d32aaa04bb4bc5a2ebd6516fa992 Mon Sep 17 00:00:00 2001
|
||||
From 7bd189513f67317fde01c6504572869b79662d2a Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 21 Jun 2017 22:30:42 +0800
|
||||
Subject: [PATCH 10/14] hv-sock: a temporary workaround for the
|
||||
@ -129,5 +129,5 @@ index 30154836acd0..b8bf1446ae13 100644
|
||||
return 0;
|
||||
}
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 463ca8fab7225ac87f3b20915e45e44dfb5af592 Mon Sep 17 00:00:00 2001
|
||||
From 34c05c90d01f486171b3c413dd518933556047d3 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 28 Jun 2017 23:50:38 +0800
|
||||
Subject: [PATCH 11/14] vmbus: fix the missed signaling in hv_signal_on_read()
|
||||
@ -37,5 +37,5 @@ index f5d3e8c01401..cc28cd20256f 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d8592f2252894b71e4494f0ff88e44b6bcea3dca Mon Sep 17 00:00:00 2001
|
||||
From 61521024303e5db17a02ff1dface2e8bbd09a124 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 7 Jul 2017 09:15:29 +0800
|
||||
Subject: [PATCH 12/14] hv-sock: avoid double FINs if shutdown() is called
|
||||
@ -37,5 +37,5 @@ index b8bf1446ae13..50e4bc822c69 100644
|
||||
|
||||
/* It can't fail: see hvs_channel_writable_bytes(). */
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1f090eed1aaf9f1181e45a338b99878c6e494996 Mon Sep 17 00:00:00 2001
|
||||
From 29f65b5131fc8d4b4d74d53cc920855057b9b264 Mon Sep 17 00:00:00 2001
|
||||
From: Randy Dodgen <dodgen@google.com>
|
||||
Date: Thu, 24 Aug 2017 15:26:01 -0400
|
||||
Subject: [PATCH 13/14] ext4: fix fault handling when mounted with -o dax,ro
|
||||
@ -57,5 +57,5 @@ index 86ea1d92839a..197653ea6041 100644
|
||||
if (write) {
|
||||
sb_start_pagefault(sb);
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f0591ec41208c6e0d2a12334a6c846f01f2f4007 Mon Sep 17 00:00:00 2001
|
||||
From 5f286e341c45142bce526a323cc2ac2a3cafa04e Mon Sep 17 00:00:00 2001
|
||||
From: Cheng-mean Liu <soccerl@microsoft.com>
|
||||
Date: Tue, 11 Jul 2017 16:58:26 -0700
|
||||
Subject: [PATCH 14/14] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
||||
@ -24,5 +24,5 @@ index 3f03567631cb..e63c201ed1ef 100644
|
||||
|
||||
enum ars_masks {
|
||||
--
|
||||
2.14.1
|
||||
2.11.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user