mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 23:47:11 +00:00
kernel: Update to 5.4.19/4.19.104/5.4.19
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -252,20 +252,20 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,5.4.9,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.99,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.99,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.104,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
|
||||
$(eval $(call kernel,4.14.168,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.171,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,5.4.9,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.99,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.59,4.19.x,-rt,))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,5.4.9,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.99,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,5.4.19,5.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.104,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.168 Kernel Configuration
|
||||
# Linux/x86 4.14.171 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.99 Kernel Configuration
|
||||
# Linux/arm64 4.19.104 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.19.99 Kernel Configuration
|
||||
# Linux/s390 4.19.104 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.99 Kernel Configuration
|
||||
# Linux/x86 4.19.104 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.4.9 Kernel Configuration
|
||||
# Linux/arm64 5.4.19 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 5.4.9 Kernel Configuration
|
||||
# Linux/s390 5.4.19 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 5.4.9 Kernel Configuration
|
||||
# Linux/x86 5.4.19 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@@ -1,4 +1,4 @@
|
||||
From 772f9ffee6426a82904d76bdc2061c9997eb7bb2 Mon Sep 17 00:00:00 2001
|
||||
From cc4294c196a451a91e413eb7afb1e0598000273b 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 1c1a3ff2d180fa7680b3c716a89284670a39e499 Mon Sep 17 00:00:00 2001
|
||||
From 1492249cd1539c8aa4db9e50074832b4459b77fd 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 bcc9505e001a4070bf4a931a3af3660eb46d8e41 Mon Sep 17 00:00:00 2001
|
||||
From f40fc467a8eb0c3efdba96c71f47cf3adfdabdae 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 818754df5e6b1e3db4ac811a15ddead3c6793858 Mon Sep 17 00:00:00 2001
|
||||
From 04c650249126339cf57f107a1359a79204f1545b 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 4deadbc752f3bb0a84516e09437b2dcd35e55fab Mon Sep 17 00:00:00 2001
|
||||
From 6dcd9834beffd604c120ad1d94ea79d4041c9b09 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 469229a9446ef1e5d3049a0fabf65f7fac42d3f3 Mon Sep 17 00:00:00 2001
|
||||
From 5f57c14badd2045ec6769a4a99fad002e4174914 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 4d3460034cdb687ce0d89649d5e33ca81fc4d619 Mon Sep 17 00:00:00 2001
|
||||
From 0edf47887dd929ae68990a9f84aa75be6e32d226 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 70e36f7ed9b51de772268a86aa6157038d24e387 Mon Sep 17 00:00:00 2001
|
||||
From 6d1f4526f9b36b8815637a99ad6f25c45088dcfb 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 46f121e5b122e0e48e9448ea5aeed15e706768b7 Mon Sep 17 00:00:00 2001
|
||||
From f03446d0e131d71ec981b40ba3172bb10930125b 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 bab8990084d1d283706b5b0a360a97e322688a4f Mon Sep 17 00:00:00 2001
|
||||
From 4d4f02903cfcd3e5ae1883f77413bba79184d73f 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 1d5cd7a15d54f2d5cfef538edae830990092c56e Mon Sep 17 00:00:00 2001
|
||||
From 224b58ab6375cdf5d1ea37721e291c3f9b057445 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 2679c561da260b15f73638bc84c01b1f3fcbf28f Mon Sep 17 00:00:00 2001
|
||||
From fbb158ba985fffb9b264dfa9740ae61ab029c53d 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 44891415d4c7a56f459dd72d2f6574e2fe58309e Mon Sep 17 00:00:00 2001
|
||||
From 759ec4d5e00f2f3c8e9a8c216752712ff72ea278 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 6237e6fb77e480f84a7ef04b3165398b241b4283 Mon Sep 17 00:00:00 2001
|
||||
From 0cd8a3269c0e08ab50582cdb6aaddfd13044395f 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 2b469713711781ce430d56e020556e88634b1677 Mon Sep 17 00:00:00 2001
|
||||
From f97ce15b1f52b119759e966141f3bb46aaf2e1c0 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 d5243e3a027acaef88c53a65132d5e5c0d122ef7 Mon Sep 17 00:00:00 2001
|
||||
From b408a2d33087caabf1d5d359a24ea2921fc1590e 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 0d81f02f6f9a8146dee1d638a278b1135ae77168 Mon Sep 17 00:00:00 2001
|
||||
From 58fc6d52cfe2fa26e34863dde948773173d918c8 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 8ed12aab763b0904a47c625bb17fb145e3020678 Mon Sep 17 00:00:00 2001
|
||||
From 339fbc00c47cfffe527284191c886931bc2404aa 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 1cdbd8647da5e1763e29220fcc9214d0492331f0 Mon Sep 17 00:00:00 2001
|
||||
From f7e0092c9ce2487bd34a9dcb90c452b20d6df891 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 be8f317e6ef533f8c274e7a2d84af70116f69ff8 Mon Sep 17 00:00:00 2001
|
||||
From 71bc9a88e17b1403f8090c469da8b24925f9fd2b 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 567d73124d0618e177c2c69279bc7fc9a6998fa4 Mon Sep 17 00:00:00 2001
|
||||
From bb70fe1cae8aeedd12edfc4197ea37a1a6cde4ec 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 14a3389e996e3ca85369322987debd915ab78e56 Mon Sep 17 00:00:00 2001
|
||||
From 508ecfc022b2de6f15e2a3623c82f4819feeb758 Mon Sep 17 00:00:00 2001
|
||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||
Date: Mon, 4 Feb 2019 15:48:03 -0300
|
||||
Subject: [PATCH 1/2] perf symbols: Add fallback definitions for
|
||||
|
@@ -1,4 +1,4 @@
|
||||
From 4e8a6948003989f314d84bb3dc548b85548b2c9d Mon Sep 17 00:00:00 2001
|
||||
From f9d6ddaaf4252734fe522ab3a72630f449928574 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Redfearn <matt.redfearn@mips.com>
|
||||
Date: Wed, 3 Jan 2018 09:57:30 +0000
|
||||
Subject: [PATCH 2/2] include/uapi/linux/swab: Fix potentially missing
|
||||
|
@@ -1,4 +1,4 @@
|
||||
From 35ebc3345acc433b0536eb450133a5252c8fe46b Mon Sep 17 00:00:00 2001
|
||||
From 25c77fe64622437dc707ee29f161f66a59504589 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Redfearn <matt.redfearn@mips.com>
|
||||
Date: Wed, 3 Jan 2018 09:57:30 +0000
|
||||
Subject: [PATCH] include/uapi/linux/swab: Fix potentially missing
|
||||
|
Reference in New Issue
Block a user