mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
kernel: Update kernels to 5.1.2/5.0.16/4.19.43/4.14.119/4.9.176
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
13e232519b
commit
7cb48d2e82
@ -251,22 +251,22 @@ endef
|
|||||||
# Debug targets only for latest stable and LTS stable
|
# Debug targets only for latest stable and LTS stable
|
||||||
#
|
#
|
||||||
ifeq ($(ARCH),x86_64)
|
ifeq ($(ARCH),x86_64)
|
||||||
$(eval $(call kernel,5.1.1,5.1.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.1.2,5.1.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,5.0.15,5.0.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.0.16,5.0.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.43,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.42,4.19.x,,-dbg))
|
$(eval $(call kernel,4.19.43,4.19.x,,-dbg))
|
||||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||||
$(eval $(call kernel,4.14.118,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.119,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.9.175,4.9.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.9.176,4.9.x,$(EXTRA),$(DEBUG)))
|
||||||
|
|
||||||
else ifeq ($(ARCH),aarch64)
|
else ifeq ($(ARCH),aarch64)
|
||||||
$(eval $(call kernel,5.1.1,5.1.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.1.2,5.1.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.43,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),s390x)
|
else ifeq ($(ARCH),s390x)
|
||||||
$(eval $(call kernel,5.1.1,5.1.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,5.1.2,5.1.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.19.42,4.19.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.19.43,4.19.x,$(EXTRA),$(DEBUG)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Target for kernel config
|
# Target for kernel config
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.14.118 Kernel Configuration
|
# Linux/x86 4.14.119 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.19.42 Kernel Configuration
|
# Linux/arm64 4.19.43 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.19.42 Kernel Configuration
|
# Linux/s390 4.19.43 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.19.42 Kernel Configuration
|
# Linux/x86 4.19.43 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.9.175 Kernel Configuration
|
# Linux/x86 4.9.176 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 5.0.15 Kernel Configuration
|
# Linux/x86 5.0.16 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 5.1.1 Kernel Configuration
|
# Linux/arm64 5.1.2 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 5.1.1 Kernel Configuration
|
# Linux/s390 5.1.2 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 5.1.1 Kernel Configuration
|
# Linux/x86 5.1.2 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 7b8c22137d55040830e1c06e36d76f9756fb6c79 Mon Sep 17 00:00:00 2001
|
From 1db6f83ffca01fd904be83a00284749b6cc1c49f Mon Sep 17 00:00:00 2001
|
||||||
From: Cheng-mean Liu <soccerl@microsoft.com>
|
From: Cheng-mean Liu <soccerl@microsoft.com>
|
||||||
Date: Tue, 11 Jul 2017 16:58:26 -0700
|
Date: Tue, 11 Jul 2017 16:58:26 -0700
|
||||||
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
Subject: [PATCH 01/21] NVDIMM: reducded ND_MIN_NAMESPACE_SIZE from 4MB to 4KB
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 759f38d3d46fdb39dcd7c8ade7f678a006fc96fb Mon Sep 17 00:00:00 2001
|
From 3482f027ba5398a8794ae66168f739168642bf6b Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:00 -0700
|
Date: Sun, 29 Oct 2017 12:21:00 -0700
|
||||||
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()
|
Subject: [PATCH 02/21] hyper-v: trace vmbus_on_msg_dpc()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 3296e86a52dd72aa05aa17ebfec99c1f0b77c23e Mon Sep 17 00:00:00 2001
|
From 88b1a147653801d582043e2122128968131bcc20 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:01 -0700
|
Date: Sun, 29 Oct 2017 12:21:01 -0700
|
||||||
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
|
Subject: [PATCH 03/21] hyper-v: trace vmbus_on_message()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From d006566eed2ace1b7f59ff06928bd66b5ddda520 Mon Sep 17 00:00:00 2001
|
From 842ae30efa5b3ca355c3d26187f0aa5dd5143030 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:02 -0700
|
Date: Sun, 29 Oct 2017 12:21:02 -0700
|
||||||
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
|
Subject: [PATCH 04/21] hyper-v: trace vmbus_onoffer()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 0307646636cd69c7fc93c1176f60020873e39037 Mon Sep 17 00:00:00 2001
|
From b46953fe46937e13408442d662cd11437f3a1c34 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:03 -0700
|
Date: Sun, 29 Oct 2017 12:21:03 -0700
|
||||||
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
|
Subject: [PATCH 05/21] hyper-v: trace vmbus_onoffer_rescind()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 6486709c482851f50ec13bfb4cddb29fab716d48 Mon Sep 17 00:00:00 2001
|
From 94085f7bf7f807229f68b3d1f4acece4b148bdc5 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:04 -0700
|
Date: Sun, 29 Oct 2017 12:21:04 -0700
|
||||||
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
|
Subject: [PATCH 06/21] hyper-v: trace vmbus_onopen_result()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From dfc391e5e9449b1ef40061878933d93a2be22a6e Mon Sep 17 00:00:00 2001
|
From a7e37b5665ad97f493826fc259718ccdc19021c7 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:05 -0700
|
Date: Sun, 29 Oct 2017 12:21:05 -0700
|
||||||
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
|
Subject: [PATCH 07/21] hyper-v: trace vmbus_ongpadl_created()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 61553451755ae48103c9713715f21b9a3ad34ae3 Mon Sep 17 00:00:00 2001
|
From d7a8c39763c76e49a794b35f6b692289126d73a5 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:06 -0700
|
Date: Sun, 29 Oct 2017 12:21:06 -0700
|
||||||
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
|
Subject: [PATCH 08/21] hyper-v: trace vmbus_ongpadl_torndown()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 537d8cc82c5345b39f66b64bb6aee2e397b98df1 Mon Sep 17 00:00:00 2001
|
From 16be3963a8ee659146fa54eebebd8a41b6e4c994 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:07 -0700
|
Date: Sun, 29 Oct 2017 12:21:07 -0700
|
||||||
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
|
Subject: [PATCH 09/21] hyper-v: trace vmbus_onversion_response()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 06a63ade9a6946e21b933355292af17fb84a4541 Mon Sep 17 00:00:00 2001
|
From 095fe508e6dd10e488df85cfe0c8e6acf465583b Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:08 -0700
|
Date: Sun, 29 Oct 2017 12:21:08 -0700
|
||||||
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
|
Subject: [PATCH 10/21] hyper-v: trace vmbus_request_offers()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 940ff262abf6786806e4bb394c3eb9e162b42e2b Mon Sep 17 00:00:00 2001
|
From 3d75192aa73b29d7970ea5dcade20d578134c372 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:09 -0700
|
Date: Sun, 29 Oct 2017 12:21:09 -0700
|
||||||
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()
|
Subject: [PATCH 11/21] hyper-v: trace vmbus_open()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From ce11cd8e7fc3a52fd782c652f0d22c296ed0b176 Mon Sep 17 00:00:00 2001
|
From 9c3d2803e6e9e35c2e5750092f1d11e6c9bac9f0 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:10 -0700
|
Date: Sun, 29 Oct 2017 12:21:10 -0700
|
||||||
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()
|
Subject: [PATCH 12/21] hyper-v: trace vmbus_close_internal()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From e6b828944c5846bf93e740da063ee1816f4e9f9e Mon Sep 17 00:00:00 2001
|
From 9ec6b1667c1e33e1ba934a217dc380bc6d91721a Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:11 -0700
|
Date: Sun, 29 Oct 2017 12:21:11 -0700
|
||||||
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()
|
Subject: [PATCH 13/21] hyper-v: trace vmbus_establish_gpadl()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 3a8ef0215dc4ed24b59cb4d0e44fa9747cf47e0c Mon Sep 17 00:00:00 2001
|
From e9d6b2c3f2c65571317a452bdd1f456906040cad Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:12 -0700
|
Date: Sun, 29 Oct 2017 12:21:12 -0700
|
||||||
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()
|
Subject: [PATCH 14/21] hyper-v: trace vmbus_teardown_gpadl()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From afa8f05215c11b0157d0b94c3c0b3da31b8e62ca Mon Sep 17 00:00:00 2001
|
From ee66da1f42627007f24b5b0a8f5f702e8fdc6fd3 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:13 -0700
|
Date: Sun, 29 Oct 2017 12:21:13 -0700
|
||||||
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()
|
Subject: [PATCH 15/21] hyper-v: trace vmbus_negotiate_version()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 89c67e4acababaf025f2c5941f950ae53cc9c54b Mon Sep 17 00:00:00 2001
|
From 3acdd092780834cf8bf76206d16c727fb70c177e Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:14 -0700
|
Date: Sun, 29 Oct 2017 12:21:14 -0700
|
||||||
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
|
Subject: [PATCH 16/21] hyper-v: trace vmbus_release_relid()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From d224d810aa36b19eefb2881a8223d0d3eefaf0da Mon Sep 17 00:00:00 2001
|
From 281d38a7dea8fe8be33ec90f18a16fe91361d007 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:15 -0700
|
Date: Sun, 29 Oct 2017 12:21:15 -0700
|
||||||
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()
|
Subject: [PATCH 17/21] hyper-v: trace vmbus_send_tl_connect_request()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 5fbeb22da3071d0fb7ca85730c0ebabd7a817843 Mon Sep 17 00:00:00 2001
|
From bd95c47e0c71a5393a92fb5385546c66dc40d989 Mon Sep 17 00:00:00 2001
|
||||||
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
From: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
Date: Sun, 29 Oct 2017 12:21:16 -0700
|
Date: Sun, 29 Oct 2017 12:21:16 -0700
|
||||||
Subject: [PATCH 18/21] hyper-v: trace channel events
|
Subject: [PATCH 18/21] hyper-v: trace channel events
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 6ee8d886b197a674b1148805a6bdd2d6ef7c3618 Mon Sep 17 00:00:00 2001
|
From 6589b4727e2518cb5880b06c093141cdeb14781c Mon Sep 17 00:00:00 2001
|
||||||
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
From: Christian Borntraeger <borntraeger@de.ibm.com>
|
||||||
Date: Tue, 12 Dec 2017 09:08:35 +0100
|
Date: Tue, 12 Dec 2017 09:08:35 +0100
|
||||||
Subject: [PATCH 19/21] serial: forbid 8250 on s390
|
Subject: [PATCH 19/21] serial: forbid 8250 on s390
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 667790b565dd92f3936390a04ac695d399fe167e Mon Sep 17 00:00:00 2001
|
From 0aca49a044162cba429bfcbcd677678601319afe Mon Sep 17 00:00:00 2001
|
||||||
From: Cathy Avery <cavery@redhat.com>
|
From: Cathy Avery <cavery@redhat.com>
|
||||||
Date: Tue, 31 Oct 2017 08:52:06 -0400
|
Date: Tue, 31 Oct 2017 08:52:06 -0400
|
||||||
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
|
Subject: [PATCH 20/21] scsi: storvsc: Allow only one remove lun work item to
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From fd81a5ad8e5f47309dd388519d2a156cd603e6db Mon Sep 17 00:00:00 2001
|
From c1fa11c588ed2662d01e8f554e7729adf819b748 Mon Sep 17 00:00:00 2001
|
||||||
From: Long Li <longli@microsoft.com>
|
From: Long Li <longli@microsoft.com>
|
||||||
Date: Tue, 31 Oct 2017 14:58:08 -0700
|
Date: Tue, 31 Oct 2017 14:58:08 -0700
|
||||||
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
|
Subject: [PATCH 21/21] scsi: storvsc: Avoid excessive host scan on controller
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From b12e32d1f65218d63ec60e822645e032acb42d32 Mon Sep 17 00:00:00 2001
|
From a65dbef836576cee384c5058e1a0934dc751db7b Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
Date: Thu, 2 Mar 2017 12:55:49 -0300
|
||||||
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
|
Subject: [PATCH 01/14] tools build: Add test for sched_getcpu()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 74387e349de2e9f80e7c9b14ddf7f8e12f06b6ee Mon Sep 17 00:00:00 2001
|
From c2c5df98cb5cb0c4b46171b02d1a3b2b4a9a0b82 Mon Sep 17 00:00:00 2001
|
||||||
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
From: Arnaldo Carvalho de Melo <acme@redhat.com>
|
||||||
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
Date: Thu, 13 Oct 2016 17:12:35 -0300
|
||||||
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
|
Subject: [PATCH 02/14] perf jit: Avoid returning garbage for a ret variable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 2a70284cef5fa75af1de364d1c5d6c46753c12f8 Mon Sep 17 00:00:00 2001
|
From c1ec740ad32dfe851a060a4685b70820a94c4e31 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
Date: Sat, 23 Jul 2016 01:35:51 +0000
|
||||||
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
|
Subject: [PATCH 03/14] hv_sock: introduce Hyper-V Sockets
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 05dec8efc1a81a877d9103d30e4e9cc501e85ab1 Mon Sep 17 00:00:00 2001
|
From fec9b6820717f92e390e0757f4cb4e76027b205a Mon Sep 17 00:00:00 2001
|
||||||
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
From: Rolf Neugebauer <rolf.neugebauer@gmail.com>
|
||||||
Date: Mon, 23 May 2016 18:55:45 +0100
|
Date: Mon, 23 May 2016 18:55:45 +0100
|
||||||
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
|
Subject: [PATCH 04/14] vmbus: Don't spam the logs with unknown GUIDs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 4234ff8873563199b215c1bab4c5b0ad2fd0eee4 Mon Sep 17 00:00:00 2001
|
From 0c510d7006942837a090c6ba1db129510d89b433 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
Date: Sun, 6 Nov 2016 13:14:07 -0800
|
||||||
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
|
Subject: [PATCH 05/14] Drivers: hv: utils: Fix the mapping between host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 5afd06c08c2cf26c7ad3a7a16a57a2d0ae3435c0 Mon Sep 17 00:00:00 2001
|
From fa52b371df403444a95c7c5886992a099b4af9a9 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
Date: Sun, 6 Nov 2016 13:14:10 -0800
|
||||||
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
|
Subject: [PATCH 06/14] Drivers: hv: vss: Improve log messages.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 14828b401189faef1081249c469839e68f156008 Mon Sep 17 00:00:00 2001
|
From e64fe9b1179d75cf8c8e35ba2b07e98382e7d579 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
Date: Sun, 6 Nov 2016 13:14:11 -0800
|
||||||
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
|
Subject: [PATCH 07/14] Drivers: hv: vss: Operation timeouts should match host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From c15e0457ed3c7e4fb5bd07edf6b9737dbe4c1952 Mon Sep 17 00:00:00 2001
|
From a18147bbecca1bc3011f0790e7faae254b211098 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
Date: Sat, 28 Jan 2017 12:37:17 -0700
|
||||||
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
|
Subject: [PATCH 08/14] Drivers: hv: vmbus: Use all supported IC versions to
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 37f07295af5ab620480f9a4f1a41cfe7dd933d12 Mon Sep 17 00:00:00 2001
|
From a1989cfee0ea473c83aa78dbf72e50e3d95f6473 Mon Sep 17 00:00:00 2001
|
||||||
From: Alex Ng <alexng@messages.microsoft.com>
|
From: Alex Ng <alexng@messages.microsoft.com>
|
||||||
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
Date: Sat, 28 Jan 2017 12:37:18 -0700
|
||||||
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
|
Subject: [PATCH 09/14] Drivers: hv: Log the negotiated IC versions.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From d2bf4a7fcba3d25d916c9a807baed889de92d624 Mon Sep 17 00:00:00 2001
|
From 859b84af2078ac4a79cdffbde3b2c236dcf1d256 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
Date: Sun, 26 Mar 2017 16:42:20 +0800
|
||||||
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
|
Subject: [PATCH 10/14] vmbus: fix missed ring events on boot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From f93c4a56f1834d768bf6ea3ec2269c62eef6ca69 Mon Sep 17 00:00:00 2001
|
From 15705b882db3d301e05cd8c690e22583f920accf Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
Date: Wed, 29 Mar 2017 18:37:10 +0800
|
||||||
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
|
Subject: [PATCH 11/14] vmbus: remove "goto error_clean_msglist" in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 715eb7cb569fc8e04779558fe1ec6c96c28b075a Mon Sep 17 00:00:00 2001
|
From 9f0de7b65ee2d0f2f51f75510f0e9fa4fe7f09e1 Mon Sep 17 00:00:00 2001
|
||||||
From: Dexuan Cui <decui@microsoft.com>
|
From: Dexuan Cui <decui@microsoft.com>
|
||||||
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
Date: Fri, 24 Mar 2017 20:53:18 +0800
|
||||||
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
|
Subject: [PATCH 12/14] vmbus: dynamically enqueue/dequeue the channel on
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 0e99357195254a8307ac5cbfba7e60ad700b298c Mon Sep 17 00:00:00 2001
|
From c4e45e4953d1d533e373027c74a76e7490ad0ca7 Mon Sep 17 00:00:00 2001
|
||||||
From: Ido Schimmel <idosch@mellanox.com>
|
From: Ido Schimmel <idosch@mellanox.com>
|
||||||
Date: Mon, 10 Apr 2017 14:59:27 +0300
|
Date: Mon, 10 Apr 2017 14:59:27 +0300
|
||||||
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
|
Subject: [PATCH 13/14] bridge: implement missing ndo_uninit()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 894fcfb3e8eb8d39fc4d167253fab06add796f3e Mon Sep 17 00:00:00 2001
|
From fe0482b6b2c06aebd0211e43186db0bcd21079b9 Mon Sep 17 00:00:00 2001
|
||||||
From: Xin Long <lucien.xin@gmail.com>
|
From: Xin Long <lucien.xin@gmail.com>
|
||||||
Date: Tue, 25 Apr 2017 22:58:37 +0800
|
Date: Tue, 25 Apr 2017 22:58:37 +0800
|
||||||
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
|
Subject: [PATCH 14/14] bridge: move bridge multicast cleanup to ndo_uninit
|
||||||
|
Loading…
Reference in New Issue
Block a user