kernel: Update to 4.19.6/4.14.85/4.9.142/4.4.166

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-12-03 23:46:41 +00:00
parent 1d405ae5cf
commit 2b6a0e15bb
44 changed files with 53 additions and 53 deletions

View File

@ -262,21 +262,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.19.5,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.84,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.84,4.14.x,,-dbg))
$(eval $(call kernel,4.19.6,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.85,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.85,4.14.x,,-dbg))
$(eval $(call kernel,4.14.78,4.14.x,-rt,))
$(eval $(call kernel,4.9.141,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.165,4.4.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.9.142,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.166,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.19.5,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.84,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.6,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.85,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.78,4.14.x,-rt,))
else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.19.5,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.84,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.19.6,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.85,4.14.x,$(EXTRA),$(DEBUG)))
endif
# Target for kernel config

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.84 Kernel Configuration
# Linux/arm64 4.14.85 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.84 Kernel Configuration
# Linux/s390 4.14.85 Kernel Configuration
#
CONFIG_MMU=y
CONFIG_ZONE_DMA=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.84 Kernel Configuration
# Linux/x86 4.14.85 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.5 Kernel Configuration
# Linux/arm64 4.19.6 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.19.5 Kernel Configuration
# Linux/s390 4.19.6 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.5 Kernel Configuration
# Linux/x86 4.19.6 Kernel Configuration
#
#

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.165 Kernel Configuration
# Linux/x86 4.4.166 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.141 Kernel Configuration
# Linux/x86 4.9.142 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,4 +1,4 @@
From d69349d5803193643e8b51dc3ab84716945fd54e Mon Sep 17 00:00:00 2001
From f32f890d5840a09a0ad1f75020ae98469dfa0861 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

View File

@ -1,4 +1,4 @@
From c8c5c2f5adfb19f551b719a9ba341f2c8f798ed6 Mon Sep 17 00:00:00 2001
From b0ca0014114db47c46637260126e15c0ce861c7c 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()

View File

@ -1,4 +1,4 @@
From 409553598c33ae36190ff22b3064e517581fd6d8 Mon Sep 17 00:00:00 2001
From 32e581bbabdf801a930498f6b4684bd31518ae2f 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()

View File

@ -1,4 +1,4 @@
From 1c3674a329a79d309de572f06aae3fe55b2893cd Mon Sep 17 00:00:00 2001
From 1d7af8f0d6f6fbb49ed088756e6735a4bd4bb047 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()

View File

@ -1,4 +1,4 @@
From 125802b38865e4b5f981f07b2eb104035ff265a4 Mon Sep 17 00:00:00 2001
From b427a85bd5832b84662b21dfe3a3514053c9f39b 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()

View File

@ -1,4 +1,4 @@
From 7208f4f2be3f997da3b6818142963a4270f77b44 Mon Sep 17 00:00:00 2001
From 0caa89556b940d73aaa6b4e7a97c270bccd088f6 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()

View File

@ -1,4 +1,4 @@
From da04d489b8d3cb037d92a4463b0c16411d6bc1c5 Mon Sep 17 00:00:00 2001
From 15e756c14772ffbe19945e4b7ffae1f025f292c4 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()

View File

@ -1,4 +1,4 @@
From 0a8615e1a8462c5af3f5482af8bd751931b10834 Mon Sep 17 00:00:00 2001
From 254e5709c3d679d8e0c6da27a89b553d4a547595 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()

View File

@ -1,4 +1,4 @@
From 73b9865202f6f40382e4b97e47b2d3256f5752c2 Mon Sep 17 00:00:00 2001
From d781504ee8d58b669455fd42eec66d251347c21b 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()

View File

@ -1,4 +1,4 @@
From 1656387efbb9fb6a9c2fa189d7b62750c762aa5e Mon Sep 17 00:00:00 2001
From 7daf8f412d52863590bba5741b3f93ed81e04a86 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()

View File

@ -1,4 +1,4 @@
From af7826241b2b6844aee6e4a78f143ee4de03997c Mon Sep 17 00:00:00 2001
From 49ff76fd6bbe468e88c595ec3fafda69f1e50c0d 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()

View File

@ -1,4 +1,4 @@
From ff10eedecc44145751dfb6d324afd9e4edf7ecb5 Mon Sep 17 00:00:00 2001
From 3dae5ccf8270525bff36a98a51b2c1dadfbecaef 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()

View File

@ -1,4 +1,4 @@
From d10f66e966287a9e3f2fc057262aadfdc98aa147 Mon Sep 17 00:00:00 2001
From c80aee044345eec95d3f73cdbcbe6bf86ba7e7c8 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()

View File

@ -1,4 +1,4 @@
From 777bbe5362f09dd1ebb738a16de0a9103197f1cb Mon Sep 17 00:00:00 2001
From 2d82e4ffdafd725f714881fa5faa8d8fc85d9241 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()

View File

@ -1,4 +1,4 @@
From f7a0145f223ea1e888d7df1050b7f9376c804e0d Mon Sep 17 00:00:00 2001
From af6458230824090ccc8d5ca3157b465dd52e564a 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()

View File

@ -1,4 +1,4 @@
From 78ebf17b79c9d130595baf84a2e5d27642e81a00 Mon Sep 17 00:00:00 2001
From f9ee762c95e3cf95b3b997739b5baba32be1a4e6 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()

View File

@ -1,4 +1,4 @@
From 529458c652d44af8a8c41e038651c59c70a40fb8 Mon Sep 17 00:00:00 2001
From 34a2285cd5fa33c81bf735a8abe574a14a7004a4 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()

View File

@ -1,4 +1,4 @@
From 5089fa0c2446e16f232c95eefe9a6caf4aa7cdf3 Mon Sep 17 00:00:00 2001
From 2ea83e5703f2fd65e2c3404d0346234cf2d27677 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

View File

@ -1,4 +1,4 @@
From 3faf9d648e500b792ff4695a38f53cb70d864733 Mon Sep 17 00:00:00 2001
From 20f8173c37a177b84472ae99e57f7c95b9ec60fd 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

View File

@ -1,4 +1,4 @@
From d08db06c71c80ba374f351be9e4bd75e686ec8c7 Mon Sep 17 00:00:00 2001
From b9f4a6478b395ffbeddff9f673f95c733f71ed87 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

View File

@ -1,4 +1,4 @@
From 18b275412a3677f89628bd1da6275dbba3768f52 Mon Sep 17 00:00:00 2001
From daffb4833d09fe66b11ec3a5997b5f6b317a0242 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

View File

@ -1,4 +1,4 @@
From 67dc701462cf65ce7d69e7829f72e6e6a0430098 Mon Sep 17 00:00:00 2001
From cff0db48171a83a3f28cb2ff8e12fe8c7feebbad 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/14] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From cbe100482171ad0ca1282b6813a7943a86a2200f Mon Sep 17 00:00:00 2001
From ca66631eb4cf00289fd30f372dc914a37e860681 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/14] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From b767179d77cccfdca24c3abd6068561648a41854 Mon Sep 17 00:00:00 2001
From 439591a23a541299b205b00dd6501bd8c3efee72 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/14] hv_sock: introduce Hyper-V Sockets
@ -42,7 +42,7 @@ Origin: https://patchwork.kernel.org/patch/9244467/
create mode 100644 net/hv_sock/af_hvsock.c
diff --git a/MAINTAINERS b/MAINTAINERS
index 63cefa62324c..e64920219d88 100644
index 4f559f5b3a89..3eaa1c129f7d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5853,7 +5853,9 @@ F: drivers/pci/host/pci-hyperv.c

View File

@ -1,4 +1,4 @@
From 9ca968fd6a775b24dff37ee5b4d4f0a735c34915 Mon Sep 17 00:00:00 2001
From 72819f7db0f1a9ae545f22a1acf88feb83e51034 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/14] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From 4e3475c303ba69e99722884d46501f5ba6f78377 Mon Sep 17 00:00:00 2001
From 79c37155d0ce4185716be8deb0d1bbf0f6e381f6 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/14] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From 5e69a988c662aaeb8399356ef86cf099f8076434 Mon Sep 17 00:00:00 2001
From 36daeb30499426bbeff322a83ab89057d7b3c2ec 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/14] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From f8b8f1d3cb33c2d83489e2d948b15119df0ccfca Mon Sep 17 00:00:00 2001
From 5bf12a0561d3219291925fb55863ffc9dc27deb4 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/14] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From 164ded5f9d7cce64e738ba8515b6eb6703560535 Mon Sep 17 00:00:00 2001
From aa484186c43ec6c8ea6f907b8d49721fbb5660df 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/14] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From 4619f04544dedf34c1283e6f28d9f9ffc9f09071 Mon Sep 17 00:00:00 2001
From bf76053a2991ccea7c5da792283149c1ffbd964e 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/14] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From 2a51dcaf12782149c645171e9d82395912352e9c Mon Sep 17 00:00:00 2001
From 9a3b758e8c3c74fc7168e9d935d38bc3ef9cb5ac 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/14] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From c4479679d49068fd434780c3c338eb6b0369327d Mon Sep 17 00:00:00 2001
From f31ed1861b62921bb9bd74da1bd830ce3e29133e 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/14] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From fce205e336597601c7e6ab0ab985132d3ad469e4 Mon Sep 17 00:00:00 2001
From fa5d256364322f405350f49b2165589a279dc31c 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/14] vmbus: dynamically enqueue/dequeue the channel on

View File

@ -1,4 +1,4 @@
From ddc3f668f092694fc4500b92b7202e730bede6cd Mon Sep 17 00:00:00 2001
From 3620bc6e7306c2dea03c93061702d2626a799c28 Mon Sep 17 00:00:00 2001
From: Ido Schimmel <idosch@mellanox.com>
Date: Mon, 10 Apr 2017 14:59:27 +0300
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()

View File

@ -1,4 +1,4 @@
From 8dd5d15cd5d226b4017e5c1313e640a7924655b0 Mon Sep 17 00:00:00 2001
From dc9fe2f42edae47f5b1cbf7127476f4e25c3653f Mon Sep 17 00:00:00 2001
From: Xin Long <lucien.xin@gmail.com>
Date: Tue, 25 Apr 2017 22:58:37 +0800
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit