mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
kernel: Update to 4.15.15/4.14.32/4.9.92/4.4.126
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
parent
de6725ad9d
commit
a5a685750d
@ -218,21 +218,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.15.14,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.31,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.31,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.15.15,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.32,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.32,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.91,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.125,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.92,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.126,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.15.14,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.31,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.15.15,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.32,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.15.14,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.31,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.15.15,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.32,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,-rt,))
|
||||
endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.31 Kernel Configuration
|
||||
# Linux/arm64 4.14.32 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.31 Kernel Configuration
|
||||
# Linux/s390 4.14.32 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.31 Kernel Configuration
|
||||
# Linux/x86 4.14.32 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.15.14 Kernel Configuration
|
||||
# Linux/arm64 4.15.15 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.15.14 Kernel Configuration
|
||||
# Linux/s390 4.15.15 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.15.14 Kernel Configuration
|
||||
# Linux/x86 4.15.15 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.125 Kernel Configuration
|
||||
# Linux/x86 4.4.126 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.91 Kernel Configuration
|
||||
# Linux/x86 4.9.92 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 57eeb02febfdf8e518622033933c530231882000 Mon Sep 17 00:00:00 2001
|
||||
From 5af1213ec329018c24ac7bc9d241a836eeb0f49c 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 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0a76952d210b52be8c9e9a67fc51e41ea2bc3353 Mon Sep 17 00:00:00 2001
|
||||
From 94a5ba1815c6f6ce1cfe5ee5983ce98caae8239b Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:00 -0700
|
||||
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b793c37c861660ee921fa8220f63b31d07e7db5f Mon Sep 17 00:00:00 2001
|
||||
From f05b1c7bc7aca4b783ff131facf2dd29b180fab9 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:01 -0700
|
||||
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From ac5bbed849c43b23a3abf5482e497fef4aec19eb Mon Sep 17 00:00:00 2001
|
||||
From 4500bba0388fa7ca2b02ebab5aa4acb99b3a6a6b Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:02 -0700
|
||||
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2607db9da89ac9469c34c515b0d72db6bc500fc1 Mon Sep 17 00:00:00 2001
|
||||
From f324a97d15fa5fb48c13770fba5ba812447f81c5 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:03 -0700
|
||||
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3c7982133b307eb89abea39348fdfc9043fafac7 Mon Sep 17 00:00:00 2001
|
||||
From f60210a090eb5f1b9f820d106bae7bb35ff05753 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:04 -0700
|
||||
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8cf5489a1cc89fef7d8d7ef84469eeae8a0af8eb Mon Sep 17 00:00:00 2001
|
||||
From e5f2c4668be12a397332584addb95eb315949e0b Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:05 -0700
|
||||
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From addfbb44af0b633a4859db46e2cfaaf921ce941a Mon Sep 17 00:00:00 2001
|
||||
From d6211b37dacf9d604c3fdea3cec0c1113af797f1 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:06 -0700
|
||||
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fe27a352683e4a5628a4669c27ada3d0219b0c93 Mon Sep 17 00:00:00 2001
|
||||
From b7331248004cb1abf3efc92af148670bbb942235 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:07 -0700
|
||||
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4861a8b79d8f7d26eb0e698aab6c2b2d42d72bcb Mon Sep 17 00:00:00 2001
|
||||
From f160f69fa768575311a29390ba2e0e9b661092da Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:08 -0700
|
||||
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9c23ad5a5a7c4954c6c276c45a693a6508d2f431 Mon Sep 17 00:00:00 2001
|
||||
From c1d1a714fd8c183f2f63e40de8c39a75b6b71121 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:09 -0700
|
||||
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 7d999d6a29e37e55068f7df2b8362829bf9481f0 Mon Sep 17 00:00:00 2001
|
||||
From 06a74db9d17ec7d748fcb401b03a6ac9e7ecfeb5 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:10 -0700
|
||||
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5caa6997eb218986d4bf81a64bfbb17028321d92 Mon Sep 17 00:00:00 2001
|
||||
From 5fb0615621dbcc6fd71bc7a1d58aab9a199d58af Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:11 -0700
|
||||
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 64f4f039754b39a6ac2d5d313a6f69e037875595 Mon Sep 17 00:00:00 2001
|
||||
From 11b021a948f483cd085842a6d60daaec85498ea4 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:12 -0700
|
||||
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2c32ca9ad7c90193fa3af7ce24e9c99aeb02f756 Mon Sep 17 00:00:00 2001
|
||||
From 426fddba65348dbcc55158b739ed6ef716b9c351 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:13 -0700
|
||||
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 33d68212b04a5042bc667ce1312b97e254cecfb0 Mon Sep 17 00:00:00 2001
|
||||
From 3cf3c29782819cd8111429859ea899d1fd0ed928 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:14 -0700
|
||||
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3827b75148ad9b65941b1a233e5ac08d8899af5d Mon Sep 17 00:00:00 2001
|
||||
From 27df2a547e017fb674d647dc59fff299edad9ac8 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:15 -0700
|
||||
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 42014bcc23d2628e30639b2bf019fefbae285300 Mon Sep 17 00:00:00 2001
|
||||
From 0766143fa1af0cea8956dbd896883caa4ec88fd3 Mon Sep 17 00:00:00 2001
|
||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||
Date: Sun, 29 Oct 2017 12:21:16 -0700
|
||||
Subject: [PATCH 18/21] hyper-v: trace channel events
|
||||
|
@ -1,4 +1,4 @@
|
||||
From cf07677161c5f502247a6a8714ca52d2493992c1 Mon Sep 17 00:00:00 2001
|
||||
From f261bbb32eeaa832325e8b948d620f38021b45b6 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
||||
Date: Tue, 12 Dec 2017 09:08:35 +0100
|
||||
Subject: [PATCH 19/21] serial: forbid 8250 on s390
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d483b358327749785513ad6ae17339efc6b994f7 Mon Sep 17 00:00:00 2001
|
||||
From 2bc62337f05e5746147bf47713f854e2d1b0b2b2 Mon Sep 17 00:00:00 2001
|
||||
From: Cathy Avery <cavery@redhat.com>
|
||||
Date: Tue, 31 Oct 2017 08:52:06 -0400
|
||||
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5ed449f366b6f4d6680a851e29accdc0f4d24227 Mon Sep 17 00:00:00 2001
|
||||
From 956827857c6d5dd8809a4c8ef9eab89fc6f97c0e Mon Sep 17 00:00:00 2001
|
||||
From: Long Li <longli@microsoft.com>
|
||||
Date: Tue, 31 Oct 2017 14:58:08 -0700
|
||||
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5f9bb33361d1eac28a4724933f74db2b12df5bbf Mon Sep 17 00:00:00 2001
|
||||
From 9dad9bb0ee9e232ee4dca59008aa161f4210906d Mon Sep 17 00:00:00 2001
|
||||
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
||||
Date: Tue, 12 Dec 2017 09:08:35 +0100
|
||||
Subject: [PATCH] serial: forbid 8250 on s390
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2570881f208cba39c5960a5093f5409ef080d324 Mon Sep 17 00:00:00 2001
|
||||
From 2290ea56716a72a9440ee3f22f72e46ea24b786f 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/12] tools build: Add test for sched_getcpu()
|
||||
|
@ -1,4 +1,4 @@
|
||||
From bdbd6f43eda1ef9a4b2dcc9faede661abc868afe Mon Sep 17 00:00:00 2001
|
||||
From 1476afa2a5aa5d68fcde5a084126d4a28d0666e2 Mon Sep 17 00:00:00 2001
|
||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
||||
Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0a694ef430b042aeda3164d20d3edbb67210312d Mon Sep 17 00:00:00 2001
|
||||
From dfd25b7b3eae5044f708d70dff60f2c943441cf2 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
||||
Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 759a72b13279b1ca5f0763063b0498da41cca02c Mon Sep 17 00:00:00 2001
|
||||
From 71ed863ea86a3eadba93475e0cc4890ca2907b0a 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 04/12] vmbus: Don't spam the logs with unknown GUIDs
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 78584f9af1299053bdc01599fa1d4e247c320db0 Mon Sep 17 00:00:00 2001
|
||||
From 74ef18f55e0c53a9c7c8f4a5e06f7370d2bddd2b 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 05/12] Drivers: hv: utils: Fix the mapping between host
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 880bad1426f534d447a5fd730afd7d98e9c7bb27 Mon Sep 17 00:00:00 2001
|
||||
From 1429e2fd404b7d5c289e41d88caf749568b412c8 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 06/12] Drivers: hv: vss: Improve log messages.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 748258b36f80963d84c8c0e577ff123f1667525a Mon Sep 17 00:00:00 2001
|
||||
From 98544b874d6a684ba4c92c341bdf4b1984e46b72 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 07/12] Drivers: hv: vss: Operation timeouts should match host
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9f2d2e884613254a9390d5cdd3b95f2a4328f651 Mon Sep 17 00:00:00 2001
|
||||
From c44b2e04b7ab0f8c76eead2e779adde3e54c6e32 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 08/12] Drivers: hv: vmbus: Use all supported IC versions to
|
||||
|
@ -1,4 +1,4 @@
|
||||
From c46be15607a9893fe8f113822c87d19d7d1230fb Mon Sep 17 00:00:00 2001
|
||||
From 1e179cc3ab7a5ff61fa1c714859a401514b6baf2 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 09/12] Drivers: hv: Log the negotiated IC versions.
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1f323177554f8948f3002060f693a9a20c888dbd Mon Sep 17 00:00:00 2001
|
||||
From c3f186a020bf646733e77c39c0ad4df022aca8e8 Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||
Subject: [PATCH 10/12] vmbus: fix missed ring events on boot
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f136f0a549604f76f8116f0547dc0c838504168f Mon Sep 17 00:00:00 2001
|
||||
From 1d9e4ebe73bea0a75520f1d268dc6c91dcfeb8bc Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||
Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 47196e3ed2696fcecb6ca903e2dd1967ce7b6af3 Mon Sep 17 00:00:00 2001
|
||||
From e5e2200a7f1deb52bc8241fe05df8fbfdceb811e Mon Sep 17 00:00:00 2001
|
||||
From: Dexuan Cui <decui@microsoft.com>
|
||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||
Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on
|
||||
|
Loading…
Reference in New Issue
Block a user