mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
kernel: Update to 4.18.14/4.14.76/4.9.133/4.4.160
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
4ed9e4f0d3
commit
40d223b654
@ -259,21 +259,21 @@ 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,4.18.13,4.18.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.18.14,4.18.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.75,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.75,4.14.x,,-dbg))
|
$(eval $(call kernel,4.14.76,4.14.x,,-dbg))
|
||||||
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
||||||
$(eval $(call kernel,4.9.132,4.9.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.9.133,4.9.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.4.159,4.4.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.4.160,4.4.x,$(EXTRA),$(DEBUG)))
|
||||||
|
|
||||||
else ifeq ($(ARCH),aarch64)
|
else ifeq ($(ARCH),aarch64)
|
||||||
$(eval $(call kernel,4.18.13,4.18.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.18.14,4.18.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.75,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.76,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.71,4.14.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),s390x)
|
else ifeq ($(ARCH),s390x)
|
||||||
$(eval $(call kernel,4.18.13,4.18.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.18.14,4.18.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.75,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.76,4.14.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/arm64 4.14.75 Kernel Configuration
|
# Linux/arm64 4.14.76 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.14.75 Kernel Configuration
|
# Linux/s390 4.14.76 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_MMU=y
|
CONFIG_MMU=y
|
||||||
CONFIG_ZONE_DMA=y
|
CONFIG_ZONE_DMA=y
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.14.75 Kernel Configuration
|
# Linux/x86 4.14.76 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.18.13 Kernel Configuration
|
# Linux/arm64 4.18.14 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/s390 4.18.13 Kernel Configuration
|
# Linux/s390 4.18.14 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.18.13 Kernel Configuration
|
# Linux/x86 4.18.14 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.4.159 Kernel Configuration
|
# Linux/x86 4.4.160 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 4.9.132 Kernel Configuration
|
# Linux/x86 4.9.133 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 0b785383f7519f3ec6ac9ea140cb20701d8daed5 Mon Sep 17 00:00:00 2001
|
From a5bbae650919a51fa6e04b5d92460c3c348c25fc 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 5733f107b211367f8cfa4ed13cfeaefceb9473af Mon Sep 17 00:00:00 2001
|
From 0e7b7c43bc3b203283b05383970894a4d2f93131 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 0901ae4921a474ed30122790b372825ef8b116a0 Mon Sep 17 00:00:00 2001
|
From 780a24eb0ee0c449efbbbe394e8ab0f7c770a4f7 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 204e6aa779e07f662000e273333407fe61905084 Mon Sep 17 00:00:00 2001
|
From 2f335c7cfe8e4778642449618d88fb37711ff5d6 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 87436e13c7288db2df74bb55ea621b475e0865d6 Mon Sep 17 00:00:00 2001
|
From fa5ed37739a83dbd33134fe353eb16d634dd3ac0 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 c4ccdc501d28aeae7afd19c0c955f663f1d50a8d Mon Sep 17 00:00:00 2001
|
From fb7f2c4ac947e83f04ee9e3879c961efa9e8d92d 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 667a560e1dc6c79b5f18869f0d9765888aa988fb Mon Sep 17 00:00:00 2001
|
From f04a016f53d497f4651fa0848f94b02410f326b6 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 4fc3dad4e6bdb23bfbb8a2c1c33ae69e5fc26616 Mon Sep 17 00:00:00 2001
|
From a937184b272e926b54eeeff898905609b8ffd154 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 cbca10b613f88c85adb3193d64695d8fadeda359 Mon Sep 17 00:00:00 2001
|
From c3281b198f06d4f806535f6346660b2f06c85770 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 7ad1a690e5fe21889830fdedc9cd8ea101573ad1 Mon Sep 17 00:00:00 2001
|
From 560ead0e33247bf3c1ccf42876fb3e2c189611c2 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 aeb1bed19a4351356e12f8cea4050501ed67f5cf Mon Sep 17 00:00:00 2001
|
From a9ce8464b23d3731574470e136556c490ddf9caf 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 0c0bfed730ea72f89513eb6164e7c8a5437ce926 Mon Sep 17 00:00:00 2001
|
From 78679bf3d398c719191976d3e7064d90429b0e81 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 cfe8a2874714e814dabaee8a859d8c398c536259 Mon Sep 17 00:00:00 2001
|
From 276aa0e6f3c60ad78d93705a28efe20bb7150815 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 75b5515f7445e7c5082f9c83c462375733af7c1a Mon Sep 17 00:00:00 2001
|
From 996b77b4b49418e13f22bd4ba69aa5d521076d18 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 488aca09eedae449671fc614951102aef8ab41de Mon Sep 17 00:00:00 2001
|
From 3aecbac2acf7052d3f9d96a2bd8dabf83809639c 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 87150093b3a0522008a2989a8ff6188f98d835f4 Mon Sep 17 00:00:00 2001
|
From 1ea29e2cdbcecd3842ad3ac351c0403d59da7511 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 045ae4e4ed6dd456b990238ab38b1f68169c006e Mon Sep 17 00:00:00 2001
|
From 5240aea95d6d0bbb7f066142b77ee6ea98615349 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 f37cfbeefebd889fcc767e938086e9bc0bad39cc Mon Sep 17 00:00:00 2001
|
From d2f64a0c3fe1403ce29890322f238310dad63f83 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 e0ce387f3e1a292b6e08171a327f2b7edd6c7cab Mon Sep 17 00:00:00 2001
|
From 60baadfb0193ddcb548bed991568bb53cadd3d81 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 01959092d71dc47dc6544558c27d915df6efed04 Mon Sep 17 00:00:00 2001
|
From af2fbf235fc85b9b177b160701c0524515b9019d 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 73e9a19bb81aa7f02f9a2923102127869fa2481c Mon Sep 17 00:00:00 2001
|
From d90a5a4e5b5ff239cfc33a3f667bf14944379520 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 40bb6ef756f88d05e06f3f0ca37570d84c347597 Mon Sep 17 00:00:00 2001
|
From adf0a2511ea17a1be537556890c4316bd6f6d259 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 c622aa8784eb4c9f2d56d5d8ac8905d6420d35ab Mon Sep 17 00:00:00 2001
|
From d274d736fd14baa0cd3d64518234661450822b75 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 068be0c8997087867ed60b5d5cd99246b06e3d9a Mon Sep 17 00:00:00 2001
|
From f3d2113e9a2057daa34812c967ba6f3c4c0ea534 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 c89f5ba1fb18ce8ae71c63e4fe3d8907b7fa94f7 Mon Sep 17 00:00:00 2001
|
From 443fdc26f8225e9f9c626b70110a340319d06859 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 ea58010d1fc8285acf4778a5713db7c0ff79a1ca Mon Sep 17 00:00:00 2001
|
From b85830baaa2c9cd61ae78f2ce8aa566764000eb7 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 ae2b11e5fb1574e6854b02a4125e6c5138cfa521 Mon Sep 17 00:00:00 2001
|
From c759e2fff50334ecfa6bbc9324566f8acac9e6c8 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 8504a88e8b2ff613916a43f9b327451c6fb7536b Mon Sep 17 00:00:00 2001
|
From 800746dfde7857c19b9e57e4233d08ddb401cf68 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 969be69204ef48cf6c9ac8441d8c2d0ce57ae557 Mon Sep 17 00:00:00 2001
|
From 18763e37ab6f57689e857ac3c7d7cbb767246f41 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 e9982942f14b83d0317a0a3b836b6b26346813b6 Mon Sep 17 00:00:00 2001
|
From 5c4ed2de818ca6d01aad0cc0c7017dc922cf442a 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 f0fbf61bba2cf9d32321cc88bc64e7d75b368964 Mon Sep 17 00:00:00 2001
|
From 0198ee911b6a21ed8d30969547d67c6d6914fbe0 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 296f52efb9500afbbc980685b677d47b26e1fb15 Mon Sep 17 00:00:00 2001
|
From 88462aafab2e997403cdbd518c85d99873ed8617 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 319ce48b7c17b4caa3448f34bc8a3d651eaa70ed Mon Sep 17 00:00:00 2001
|
From b1bd421217488a3d29f6447358c0980b1b7ff62d 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 07df92b36209b0d581509d4c60ada103cdee8d95 Mon Sep 17 00:00:00 2001
|
From 6c0e03e01cb76d48bcc627e7ef72fe1aa0487b73 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 797779db18b05ea4d98f3fc0f91e6e4c2f249647 Mon Sep 17 00:00:00 2001
|
From 2088233e0c97cc51d8f77d6c0ea1f4df03adcf86 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