mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: Update to 4.16.4/4.14.36
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
c255821674
commit
865c6691b1
@ -218,21 +218,21 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.35,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.16.4,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.36,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.36,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.34,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.95,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.128,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.4,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.36,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.34,4.14.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.16.3,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.35,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.16.4,4.16.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.36,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.35 Kernel Configuration
|
||||
# Linux/arm64 4.14.36 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.35 Kernel Configuration
|
||||
# Linux/s390 4.14.36 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.35 Kernel Configuration
|
||||
# Linux/x86 4.14.36 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.16.3 Kernel Configuration
|
||||
# Linux/arm64 4.16.4 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.16.3 Kernel Configuration
|
||||
# Linux/s390 4.16.4 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.16.3 Kernel Configuration
|
||||
# Linux/x86 4.16.4 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a2b1b8e006a4142c6f06019c27e94866a7c3494a Mon Sep 17 00:00:00 2001
|
||||
From a88530ad6a74b86eb4d72faa430d8e1eda1a8cd5 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 adfa03f3affa1dd683670bb4d20da2326cd660d5 Mon Sep 17 00:00:00 2001
|
||||
From 8b912bae3cead1fb96cfd1ac90c8027e2d918b3b 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 c6b78817ceed6454b7b14792578b47954436b560 Mon Sep 17 00:00:00 2001
|
||||
From e3d729e2b8ffdb2c5d1168fc3c8537f64df6ff0d 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 21c4f25cbe28abae14333ad251e021f010f4815c Mon Sep 17 00:00:00 2001
|
||||
From e3cf40b7c28fe4466ca8ed37aaed4af73c1b8de9 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 992441221ee48cb33733fcce08b5d1c26f3c09fb Mon Sep 17 00:00:00 2001
|
||||
From 8da8e3e6435b5a9302f4ed8af79fcfd42417a91c 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 df2e6889633ee5cecce2b182957c95202a4d9d0f Mon Sep 17 00:00:00 2001
|
||||
From 14971cd42f00a570fa2b7bb864bdb668ad602118 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 efeddc886e7701f457f349c4963dd38abb8be362 Mon Sep 17 00:00:00 2001
|
||||
From 322fd3f0d060c4ad88105db20e0f674e09705953 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 f075231876107607074ad2fd16d47f0354f52fbe Mon Sep 17 00:00:00 2001
|
||||
From 8ca33875540e2df850e72d0475cb4ef5bcb99fa7 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 3909f3985c786885160c266e2b99edd80ae130d6 Mon Sep 17 00:00:00 2001
|
||||
From 1bed7ed54ec6178952266b5133b1b34de9327759 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 d6203f792e16e6c8ef739fa14af2a8e26f8de09b Mon Sep 17 00:00:00 2001
|
||||
From b83950342c22359b26abe7310729cc55f87c7272 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 9fbf19f0408020bacebab1e6a43baf02b91ffe5c Mon Sep 17 00:00:00 2001
|
||||
From dbfa2c57541ff00f8f1d9abdf0e2155dffbc8548 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 85ce57e5c4d282896e7e8345da006776930b88e5 Mon Sep 17 00:00:00 2001
|
||||
From dfef32f1283fc96ddafe4d386b99c552cafa2a34 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 6f2e98dcf8a098459baea5cccad9784f23afef68 Mon Sep 17 00:00:00 2001
|
||||
From a0e1fd5db2c34e28597115cb56424dbcecb6366d 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 82c4677a943e09de81ce96f9721b05384a5341f1 Mon Sep 17 00:00:00 2001
|
||||
From 4f901324eeb759d9dd78faad80cf5e7a16d1b486 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 17d55d48ca863c01287cd2a2b4495f11021b5ccc Mon Sep 17 00:00:00 2001
|
||||
From 1c22a490eef0317db4d8d3622b548fda3ffc90d6 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 805daa6211abb82ec8d07b117a8b535e10897fa1 Mon Sep 17 00:00:00 2001
|
||||
From bc65a8c90f516ea5e678fc05b2eb9af692851916 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 3978230e163096cced35d6a92666ace4752f12a1 Mon Sep 17 00:00:00 2001
|
||||
From 3d8ab7e2137b4425ae012d0929709ac873ea021b 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 154fa8378e8bdad70be2c1f0e379d859df477e11 Mon Sep 17 00:00:00 2001
|
||||
From 8933920e5d95effd194a2a1529586a1dc499eb99 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 53ed8173da8ccd6aa63befe016689f94da4ae460 Mon Sep 17 00:00:00 2001
|
||||
From 0efb495fedec521be5ada1a554d736cbb56a540b 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 9e709c61dffc43b1e44f1ecfda741d4869ed17f7 Mon Sep 17 00:00:00 2001
|
||||
From fdcfae0df3b3b47cefe06d1c8412f738dd0b2263 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 ac92e6752ff8cd5277c5ec638a336fe95f25ae3c Mon Sep 17 00:00:00 2001
|
||||
From c9a5c8c6a373c8ab2f3007b4dd8c2b45881e23d7 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
|
||||
|
Loading…
Reference in New Issue
Block a user