mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Update to 4.15.12/4.14.29/4.9.89/4.4.123
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
parent
2dd0c9f63d
commit
208811355a
@ -218,22 +218,22 @@ endef
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.15.11,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.28,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.28,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.15.12,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.24,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.88,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.122,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.89,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.4.123,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
$(eval $(call kernel,4.15.11,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.28,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.15.12,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.24,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.9.88,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.89,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.15.11,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.28,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.15.12,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.28 Kernel Configuration
|
||||
# Linux/arm64 4.14.29 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.14.28 Kernel Configuration
|
||||
# Linux/s390 4.14.29 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.28 Kernel Configuration
|
||||
# Linux/x86 4.14.29 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.15.11 Kernel Configuration
|
||||
# Linux/arm64 4.15.12 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.15.11 Kernel Configuration
|
||||
# Linux/s390 4.15.12 Kernel Configuration
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_ZONE_DMA=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.15.11 Kernel Configuration
|
||||
# Linux/x86 4.15.12 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.4.122 Kernel Configuration
|
||||
# Linux/x86 4.4.123 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.9.88 Kernel Configuration
|
||||
# Linux/arm64 4.9.89 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.9.88 Kernel Configuration
|
||||
# Linux/x86 4.9.89 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9e6fb8fa75239b9806b4242297c80cc7c310cb10 Mon Sep 17 00:00:00 2001
|
||||
From f2dfc3322844833fff0e355605881c7057a6ff34 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/19] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
||||
@ -24,5 +24,5 @@ index 3f03567631cb..e63c201ed1ef 100644
|
||||
|
||||
enum ars_masks {
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 3b2d530710e5be30e256d5aa1ebae0703ab38da6 Mon Sep 17 00:00:00 2001
|
||||
From 39acaefe663f3f9baf52bfe8353cdb185ec6e391 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/19] hyper-v: trace vmbus_on_msg_dpc()
|
||||
@ -107,5 +107,5 @@ index 2cd134dd94d2..9687e462fd43 100644
|
||||
WARN_ONCE(1, "unknown msgtype=%d\n", hdr->msgtype);
|
||||
goto msg_handled;
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From dd95b7b338da2bab4991d5f0b56fa2774886a562 Mon Sep 17 00:00:00 2001
|
||||
From 597a62a851affc0eb02402f5cfdd9d07f1e7ae87 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/19] hyper-v: trace vmbus_on_message()
|
||||
@ -45,5 +45,5 @@ index 9c2772922c76..d432aba5df8a 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b99df6af791f4f2ec66697a7dfff2af34870ff2e Mon Sep 17 00:00:00 2001
|
||||
From 8db9f715df104300b0df6f6709e82ef4f9aa26a5 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/19] hyper-v: trace vmbus_onoffer()
|
||||
@ -76,5 +76,5 @@ index d432aba5df8a..488b873b563e 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2187f51e26e56dc580ac19ccd63b57f368eb2b6a Mon Sep 17 00:00:00 2001
|
||||
From 0c6347ab475d34df2815cea98f0ebaa2fe5f6e3b 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/19] hyper-v: trace vmbus_onoffer_rescind()
|
||||
@ -47,5 +47,5 @@ index 488b873b563e..dbbed1d1f327 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 2710d816e5254612a92e928f855799cb700ae4f8 Mon Sep 17 00:00:00 2001
|
||||
From 11ba0cc0131faac0d5e1e9ec30a5545156c2e636 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/19] hyper-v: trace vmbus_onopen_result()
|
||||
@ -56,5 +56,5 @@ index dbbed1d1f327..9757c19d1c08 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b6b44fa770e22a9d7746c7f8efab180925a1d35b Mon Sep 17 00:00:00 2001
|
||||
From 46a7efc184320188f4b867c84777b5fcd564783c 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/19] hyper-v: trace vmbus_ongpadl_created()
|
||||
@ -56,5 +56,5 @@ index 9757c19d1c08..20734b7b341b 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 7f6baef301fc0f4cf6e30484073ea4386575d3e4 Mon Sep 17 00:00:00 2001
|
||||
From 92412b339cf3f5aad7a2423349451db5fcfac9fd 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/19] hyper-v: trace vmbus_ongpadl_torndown()
|
||||
@ -47,5 +47,5 @@ index 20734b7b341b..84c08cdf7235 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0fca0d45b7ce47dd3c19fde841daa1ba934bb6ff Mon Sep 17 00:00:00 2001
|
||||
From f887dce3b758deb4dece07f8e3ea2a00f80cdc31 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/19] hyper-v: trace vmbus_onversion_response()
|
||||
@ -51,5 +51,5 @@ index 84c08cdf7235..2a046547107f 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 53b28d61e855cb8b432021544d75fa7bb2c2eb20 Mon Sep 17 00:00:00 2001
|
||||
From e44a4b4f6301dcdb3d790efe097e4bb23c68d9c0 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/19] hyper-v: trace vmbus_request_offers()
|
||||
@ -51,5 +51,5 @@ index 2a046547107f..566ac0f2fe56 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fdb1d52d99c85bfee9f075a6b916dd5cab5b7201 Mon Sep 17 00:00:00 2001
|
||||
From 2a62f25b008f45a8eb264146ae40d4658ee4d6d8 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/19] hyper-v: trace vmbus_open()
|
||||
@ -66,5 +66,5 @@ index 566ac0f2fe56..38fedb803bd8 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b3687399ac3979384b967ac9b4369bf06669a8c9 Mon Sep 17 00:00:00 2001
|
||||
From e69671031bc85350f16fcc0f73d162758fa9af6b 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/19] hyper-v: trace vmbus_close_internal()
|
||||
@ -54,5 +54,5 @@ index 38fedb803bd8..302bd4e964f0 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8378185cbad396f933b97e13ba03793e3cb1b5b1 Mon Sep 17 00:00:00 2001
|
||||
From 5023216570a427cf25fb782219054eae334346ed 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/19] hyper-v: trace vmbus_establish_gpadl()
|
||||
@ -92,5 +92,5 @@ index 302bd4e964f0..978e70bdc7c5 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d0d9bd3f1d426e25098c14671fac766d557c951e Mon Sep 17 00:00:00 2001
|
||||
From d00717f5e5c55048a95ba543e5e4f3ce6c57906f 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/19] hyper-v: trace vmbus_teardown_gpadl()
|
||||
@ -57,5 +57,5 @@ index 978e70bdc7c5..cd33a52ef27f 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e7c4b06f8552556f3ef3538257ff631d71e4d691 Mon Sep 17 00:00:00 2001
|
||||
From d9d5329a9ecce6afa0fc25a0f560c473ae52de4a 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/19] hyper-v: trace vmbus_negotiate_version()
|
||||
@ -66,5 +66,5 @@ index cd33a52ef27f..f06284d64a8c 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a8d841250cf5d87864833b44931f053b828e4053 Mon Sep 17 00:00:00 2001
|
||||
From 03890ec76a01397d8fba82ca606d77873e0504ce 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/19] hyper-v: trace vmbus_release_relid()
|
||||
@ -64,5 +64,5 @@ index f06284d64a8c..f0e437c3522f 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From aba183386c58ef438f297c636e9cce2aab466e5d Mon Sep 17 00:00:00 2001
|
||||
From 540f25fed2376bfb7e4d2f144c7b453b9eb4660a 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/19] hyper-v: trace vmbus_send_tl_connect_request()
|
||||
@ -70,5 +70,5 @@ index f0e437c3522f..5382d9630306 100644
|
||||
#define TRACE_INCLUDE_PATH .
|
||||
#undef TRACE_INCLUDE_FILE
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 87f64fbb47f44c9e05e1a01052fd3bb74579190c Mon Sep 17 00:00:00 2001
|
||||
From b3776f6e8c1b0ab39c222cbe473ae42399a52783 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/19] hyper-v: trace channel events
|
||||
@ -97,5 +97,5 @@ index 9687e462fd43..27d5efd696ad 100644
|
||||
case HV_CALL_ISR:
|
||||
vmbus_channel_isr(channel);
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From dce0d5fd0fee3486847ce4dd58c73b210668fc62 Mon Sep 17 00:00:00 2001
|
||||
From 661a5c31d4ca7222b9576b43508fcb22df5adc2f 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/19] serial: forbid 8250 on s390
|
||||
@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644
|
||||
---help---
|
||||
This selects whether you want to include the driver for the standard
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e1f267325f956405e2e8004e45833d3dfcea84ae Mon Sep 17 00:00:00 2001
|
||||
From 38779a8c70a41e599b0a8c5e187feb0e6bb9a589 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
|
||||
@ -31,5 +31,5 @@ index a5c0ef1e7695..16b1496e6105 100644
|
||||
---help---
|
||||
This selects whether you want to include the driver for the standard
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 51034cb762c585aabddb2fb7bab4a25de91851c5 Mon Sep 17 00:00:00 2001
|
||||
From 3df181871d3998b60ead402386625dd9ced0978d 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()
|
||||
@ -146,5 +146,5 @@ index 43899e0d6fa1..c3b180254f91 100644
|
||||
|
||||
int is_printable_array(char *p, unsigned int len);
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 5ed21ae24d8c240b9049c2f33c7fa41bddd6b0ee Mon Sep 17 00:00:00 2001
|
||||
From 085e1b3a8433471aa8db070fe682875e27edeb5a 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
|
||||
@ -66,5 +66,5 @@ index 95f0884aae02..f3ed3c963c71 100644
|
||||
while ((jr = jit_get_next_entry(jd))) {
|
||||
switch(jr->prefix.id) {
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From b9ec1c4fae27c873d10d4cfa8d391aca5eaefe31 Mon Sep 17 00:00:00 2001
|
||||
From b59ddcff5004b135df4a2dbc8872b980e694c555 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
|
||||
@ -1787,5 +1787,5 @@ index 000000000000..331d3759f5cb
|
||||
+MODULE_DESCRIPTION("Hyper-V Sockets");
|
||||
+MODULE_LICENSE("Dual BSD/GPL");
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8dcabcc699cc5a01dcf7e172c369d8f4b75cc98d Mon Sep 17 00:00:00 2001
|
||||
From 24b0cb36bcf8d7ab539a84c89975911020eda978 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
|
||||
@ -26,5 +26,5 @@ index d8bc4b910192..8df02f3ca0b2 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 7fc8017d994465c4359ca75f9dc34aa301c35950 Mon Sep 17 00:00:00 2001
|
||||
From daf1c9fbb8a50c9e65c3719804a18b3310555acd 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
|
||||
@ -44,5 +44,5 @@ index bcd06306f3e8..e7707747f56d 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 88fe64e4b36adb34935bd28528053593daef333a Mon Sep 17 00:00:00 2001
|
||||
From bdd6c6a2208c8afae5a8ff0442b4dc90b24fb6f9 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.
|
||||
@ -101,5 +101,5 @@ index a6707133c297..5c95ba1e2ecf 100644
|
||||
return 0;
|
||||
}
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From dd7f171e675f58361f88e4cdeba9492bdb2340c1 Mon Sep 17 00:00:00 2001
|
||||
From cbdf366165ac60ca7ca84f8ba14d33594f661375 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
|
||||
@ -44,5 +44,5 @@ index 5c95ba1e2ecf..eee238cc60bd 100644
|
||||
rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL);
|
||||
if (rc) {
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 8822d73230ebe55bdd501ece757a82b4ccfceb1e Mon Sep 17 00:00:00 2001
|
||||
From 0ba28ee78672a16d5ea5ef036d7e928568629e3c 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
|
||||
@ -488,5 +488,5 @@ index c9af8369b4f7..7df9eb8f0cf7 100644
|
||||
void hv_event_tasklet_disable(struct vmbus_channel *channel);
|
||||
void hv_event_tasklet_enable(struct vmbus_channel *channel);
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1ae45baa9406320b4a3b13e53ebd17a66169f296 Mon Sep 17 00:00:00 2001
|
||||
From d9e7acb44bf39ef20d126e5cf3c9b020c0939b46 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.
|
||||
@ -114,5 +114,5 @@ index f3797c07be10..89440c2eb346 100644
|
||||
hb_srv_version & 0xFFFF);
|
||||
}
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1b1925f3637b673e1bc08eda5490b94d9a887564 Mon Sep 17 00:00:00 2001
|
||||
From df074b06d86ee023e7949f2066c6acad5cb32501 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
|
||||
@ -52,5 +52,5 @@ index e7949b64bfbc..2fe024e86209 100644
|
||||
|
||||
void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid)
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 20785f80a4e42edac8cb26e590433a5c89b5c5aa Mon Sep 17 00:00:00 2001
|
||||
From dea4a36da7a089aef2dd720ddb560eac02a32939 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
|
||||
@ -56,5 +56,5 @@ index 1606e7f08f4b..1caed01954f6 100644
|
||||
vmbus_teardown_gpadl(newchannel, newchannel->ringbuffer_gpadlhandle);
|
||||
kfree(open_info);
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From aa854816a2157f63db8efe5a74ac991f935cd0d4 Mon Sep 17 00:00:00 2001
|
||||
From e87904df07737c1f0d91cdfa81e26dca8120296a 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
|
||||
@ -173,5 +173,5 @@ index 7df9eb8f0cf7..a87757cf277b 100644
|
||||
|
||||
void vmbus_setevent(struct vmbus_channel *channel);
|
||||
--
|
||||
2.16.0
|
||||
2.11.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user