mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Update to 4.17.13/4.14.61/4.9.118/4.4.146
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
2e32902c98
commit
ac48c843e0
@ -218,21 +218,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.17.12,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.60,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.60,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.17.13,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.61,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.61,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.59,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.117,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.145,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.118,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.146,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.17.12,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.60,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.17.13,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.61,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.59,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.17.12,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.60,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.17.13,4.17.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.61,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.60 Kernel Configuration
|
||||
# Linux/arm64 4.14.61 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.60 Kernel Configuration
|
||||
# Linux/s390 4.14.61 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.60 Kernel Configuration
|
||||
# Linux/x86 4.14.61 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.17.12 Kernel Configuration
|
||||
# Linux/arm64 4.17.13 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.17.12 Kernel Configuration
|
||||
# Linux/s390 4.17.13 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.17.12 Kernel Configuration
|
||||
# Linux/x86 4.17.13 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.145 Kernel Configuration
|
||||
# Linux/x86 4.4.146 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.117 Kernel Configuration
|
||||
# Linux/x86 4.9.118 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 221ac7248223818591874803225a021588bcb540 Mon Sep 17 00:00:00 2001
|
||||
From f684a9476c4d40443ca1fbe954e946dbf40e2d99 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 84b3a7eb6b0a0722623785ede49a197dc1f431ce Mon Sep 17 00:00:00 2001
|
||||
From b518a6977beb07d350011654c2f3a795bec71bef 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 948a0b1aa1e4b0494c15ab7a594af4b0f5a69a13 Mon Sep 17 00:00:00 2001
|
||||
From ac4e5f0d75d39e8900b6273875f224e219bf27b4 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 26e5c3b2df839af27a04421c5d15da2e9d7c6d0b Mon Sep 17 00:00:00 2001
|
||||
From 2a5bcdc3cc08858e9292304073297742dca32cd1 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 0d6217b666d9398edfc765cf27f52017c0e2c1a2 Mon Sep 17 00:00:00 2001
|
||||
From d4197d14bdb83cb23c5cffb91a54e04b96160c9d 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 9c8fcd80d48281c5e021ed97db836dd397065ab0 Mon Sep 17 00:00:00 2001
|
||||
From dbe5c106ba5de432682240f94cd48d0f90a755dc 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 87b6f1de8ac94717039aaf8fbd8383d705a671d1 Mon Sep 17 00:00:00 2001
|
||||
From 0d5bec78bec45edf0e3b3c57c0f320d8a019b7a0 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 bd2353d253e838eeb9bff4dc8b237d4fd9350e75 Mon Sep 17 00:00:00 2001
|
||||
From 568bdf6d7dcfcc184982fe64dafedb1bfb5347c5 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 27d602f24e6043e8541e9c3c6199efe5795ff06f Mon Sep 17 00:00:00 2001
|
||||
From d6e468e983df1218999f830fd17b475c1ace2f20 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 cd448111c7e4e0b99ea1d47a2403f005afa3bfbe Mon Sep 17 00:00:00 2001
|
||||
From 27ba7b32c2cd27897576b5b2827cad6527d13ff3 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 b87608ab687550026402f238acbf61d5fc41820b Mon Sep 17 00:00:00 2001
|
||||
From 99afc08e62d55b69e75de5ae49272aa25dd2275e 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 1bd0771b1740d9893e309acf1d3bf4a9e9ef01c0 Mon Sep 17 00:00:00 2001
|
||||
From 8370048792fa9db331f2d1a5f4300df12a655818 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 e7f571e2f8af6144b006ff9a97653a0e851faed2 Mon Sep 17 00:00:00 2001
|
||||
From 5b8001466b1b2d861fcb366f810ffbb6370dc44e 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 edaf50d60132889f66612adfa2252b61c5c1f45c Mon Sep 17 00:00:00 2001
|
||||
From e64a1f7f820070d0edc04149aaec212514a4a9b2 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 ab2969908c20b312b63928e04b2c1d102e119a9d Mon Sep 17 00:00:00 2001
|
||||
From dd4703d6bfad5f3b3b5e782a8acbf91f18f77300 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 1b23e8eca50d93b6e9a477d26bbd3a6b7d49d0ea Mon Sep 17 00:00:00 2001
|
||||
From e40c2cd76d1ee4cde0bc222dddb833ee3fb79ac2 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 e2b0de9eabfb280684c6a983c5f3bdc973ceb780 Mon Sep 17 00:00:00 2001
|
||||
From 7cb51fbd062a15d921536a3eb949406c5c663bda 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 0511a3b43848373dd72c1085f576106695d4d026 Mon Sep 17 00:00:00 2001
|
||||
From 8930231ecf956d8f95f592fef18b31d3bdfa399a 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 c41edd1517ca6f970c69e6370a782c3b6be43263 Mon Sep 17 00:00:00 2001
|
||||
From 45e34fb74e8505da7752abcd901c9958a8697157 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 27c43870d11a9349ec81aa2339461130ab731a4f Mon Sep 17 00:00:00 2001
|
||||
From abdc475a887b7b24181401481a84fa499b8b1c12 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 f34de6fe37cf518837ef6592cbcf3890161a017f Mon Sep 17 00:00:00 2001
|
||||
From 2259c19b9733b1f0b6cd7080ba079fc67345032f 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 ae4b758d0931f8094f2c0a8625e3cd1559a661f5 Mon Sep 17 00:00:00 2001
|
||||
From 88349139e19388d58700886fe995812a0c187f1c 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 d1128679b35d380182f8229c991ae0a42b9bfe83 Mon Sep 17 00:00:00 2001
|
||||
From aef76d09bbe0c5c0a0e7a216c053cf57debf17f2 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 05d2e26b14aaa07efd4565c1e9e43cbb036412e3 Mon Sep 17 00:00:00 2001
|
||||
From 4424d213072c0bb5626d415273754d125e81a5cd 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 68ff415142ca9b4ea15874852233b953408b75fb Mon Sep 17 00:00:00 2001
|
||||
From 4ed3b6844831f34c12653e1258261f30b4741a6e 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 4ed0d2019da13f76137684446ab88f8dc7a74ec7 Mon Sep 17 00:00:00 2001
|
||||
From d491c009e23b650f8e3bd40684a650170fdc09fd 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 48e7ac3a2830b8360bb6d976d3fae1f9fb3fd712 Mon Sep 17 00:00:00 2001
|
||||
From cc482adb6b2012ac01d70f959af1eeae9829bdc4 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 344fc491c78fd28931f2c378fef5d87a3f45f0da Mon Sep 17 00:00:00 2001
|
||||
From 08db822f45afe48be8993b91e8b1f384fe181091 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 9780629e1252cc4edfcaa8554afdddec70a9489e Mon Sep 17 00:00:00 2001
|
||||
From fcbd4dd224a57c26871a26db47e63be10e050177 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 38b89a1b9db8861208569511f31dddb737019ff8 Mon Sep 17 00:00:00 2001
|
||||
From b5173275c481fafe220690ad561026ace7a6cf06 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 939d01b1639d1835de5d71bb8a774e4562f0e12d Mon Sep 17 00:00:00 2001
|
||||
From 2a61e4ba803e6cb74a29b8f29cf783000796c118 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 8f0c2f3e85627d2aeade3bf6f0b27e7ae4618620 Mon Sep 17 00:00:00 2001
|
||||
From 9d13ba1f7ea6206dd46c74a1bd7dc22a2efbd663 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 629c6cf6215f8a56ff949985e2b8fdc4c15551b6 Mon Sep 17 00:00:00 2001
|
||||
From 28f03bfff2298fa756a03d8860a2f6846414875a 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