mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
kernel: Update to 4.17.9/4.14.57/4.9.114/4.4.143
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
5ab7eaac89
commit
480a8bc860
@ -218,21 +218,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.17.8,4.17.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.17.9,4.17.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.57,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.56,4.14.x,,-dbg))
|
$(eval $(call kernel,4.14.57,4.14.x,,-dbg))
|
||||||
$(eval $(call kernel,4.14.53,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.53,4.14.x,-rt,))
|
||||||
$(eval $(call kernel,4.9.113,4.9.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.9.114,4.9.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.4.142,4.4.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.4.143,4.4.x,$(EXTRA),$(DEBUG)))
|
||||||
|
|
||||||
else ifeq ($(ARCH),aarch64)
|
else ifeq ($(ARCH),aarch64)
|
||||||
$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.17.9,4.17.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.57,4.14.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.53,4.14.x,-rt,))
|
$(eval $(call kernel,4.14.53,4.14.x,-rt,))
|
||||||
|
|
||||||
else ifeq ($(ARCH),s390x)
|
else ifeq ($(ARCH),s390x)
|
||||||
$(eval $(call kernel,4.17.8,4.17.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.17.9,4.17.x,$(EXTRA),$(DEBUG)))
|
||||||
$(eval $(call kernel,4.14.56,4.14.x,$(EXTRA),$(DEBUG)))
|
$(eval $(call kernel,4.14.57,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.56 Kernel Configuration
|
# Linux/arm64 4.14.57 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.56 Kernel Configuration
|
# Linux/s390 4.14.57 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.56 Kernel Configuration
|
# Linux/x86 4.14.57 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.17.8 Kernel Configuration
|
# Linux/arm64 4.17.9 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.17.8 Kernel Configuration
|
# Linux/s390 4.17.9 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.17.8 Kernel Configuration
|
# Linux/x86 4.17.9 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.4.142 Kernel Configuration
|
# Linux/x86 4.4.143 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.113 Kernel Configuration
|
# Linux/x86 4.9.114 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 468dd6dc1ba26abe85674bed3c0100cf025bf8ad Mon Sep 17 00:00:00 2001
|
From 791b12332b51f9497657110944da91a89bb77d4d 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 2394ce562f72f47b2a22c9143beea35e147dbed1 Mon Sep 17 00:00:00 2001
|
From 9724b51bba1eea8f2000f40893e04e1551d85ab7 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 61417530f2686b57aed9bda9789296fb319b777f Mon Sep 17 00:00:00 2001
|
From 0b1525e5815701be9384397ffd0e595947b58c3b 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 8d275b821f237313cc84e16e43f16fd4dc8720f2 Mon Sep 17 00:00:00 2001
|
From 6e9a48bf6010da78680095e3e91859c7acf2d47a 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 d07b9f77e5d32e0a26768b8c2fcbff906ae4043e Mon Sep 17 00:00:00 2001
|
From 678bd1b56f06cd77f709c91c64921fa0bfb943a8 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 4eef38eb70a76f06b13df1e5d4dee345cd97aee5 Mon Sep 17 00:00:00 2001
|
From d13313eeb0fa4622b6711e89177ddd219d83a08d 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 d76a7db6c6452e1dd7b0a2b90b9d4671beb2ddc6 Mon Sep 17 00:00:00 2001
|
From 07ad772f559fcb982dcb21d920a5511200b6c061 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 330a94e2ea2f7a69c1f6b5d8b4e9e4e87a29706e Mon Sep 17 00:00:00 2001
|
From e5ea9f15460012e4da14b54084c434de3d1c0546 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 83d8331d34051ca0a84acdb96ca680c00e1b8575 Mon Sep 17 00:00:00 2001
|
From f7b19d76c370933562491febd2d5136a419a276b 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 2fb50a69d519f0cea5fc9d57249209baab0a8aae Mon Sep 17 00:00:00 2001
|
From decde6f05eee83fb6327d82ae54217d02bb924c9 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 4499cd8fba30d21f5f7a8dbbe80b1aa0683a35e5 Mon Sep 17 00:00:00 2001
|
From 9452083211b1303b5b7dea9637eb1fbb67974f6a 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 d1676af74f7b652aa65251589fe77f39afe0d294 Mon Sep 17 00:00:00 2001
|
From 1e40d04fecdedb20a4e56964e67e60843f3cd3fb 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 a3fa3ab14a4d63ea5e3296b0f4b3156ea4ff3c18 Mon Sep 17 00:00:00 2001
|
From 5a029588284f0ec61f7a9ec20668ae943bedee9c 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 470767acae96386767cfe62e2485b7060d795a31 Mon Sep 17 00:00:00 2001
|
From da924fe741a5dddc9af87dd0ccd7f292ca28253f 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 f0f659d1ac144baf21fd0c4f496ea14d44d03128 Mon Sep 17 00:00:00 2001
|
From aa1a536cd395c0f186f305f0d963c2906ca1eef6 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 2df28f62fd3f1e3c6caa7ac597f08696de890485 Mon Sep 17 00:00:00 2001
|
From 3bf60b9323f783a1f5e799fef093740cc3782658 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 ddc0f331ece0033c4fe4b782c487b7c90494cfa3 Mon Sep 17 00:00:00 2001
|
From dea8f522c213fd73d7019c0040387054d49f7164 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 ebc864742c316550d17f42b74c7cea33607c6e0d Mon Sep 17 00:00:00 2001
|
From 0dcb1eb72da9f0988ed79e651f1d26dfd5a1b119 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 83660202476e950ee25d846ad1648de6d83c1b5a Mon Sep 17 00:00:00 2001
|
From c3dc144fe40a66aaca18850751ae527e40109bcf 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 883525a54d51feed2decd0759221e9a8ed4db98a Mon Sep 17 00:00:00 2001
|
From ca020e4136e1abeea2d632414799c50fe11bbf58 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 720513050e57e35460145f2fb5cac26cb03e04b2 Mon Sep 17 00:00:00 2001
|
From 1392a954e26d688d03373b5ad4f38752702aa9b0 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 de48e628eaf77c494148a96f12e431e93b886564 Mon Sep 17 00:00:00 2001
|
From 5afebf11a53295f0ce152f08f4603fc4ee9d4f32 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/12] tools build: Add test for sched_getcpu()
|
Subject: [PATCH 01/12] tools build: Add test for sched_getcpu()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a7466701fc3f4bafea74acedc0488a4091c886d6 Mon Sep 17 00:00:00 2001
|
From 3cfeca80cf507c22fd7611c71dc6bd44437b66b2 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/12] perf jit: Avoid returning garbage for a ret variable
|
Subject: [PATCH 02/12] perf jit: Avoid returning garbage for a ret variable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 11e955039cd832cfe1b35537f3f6dd10edb293da Mon Sep 17 00:00:00 2001
|
From 95547c5fb6bd9188568f08f5ec67d06fb1ec446e 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/12] hv_sock: introduce Hyper-V Sockets
|
Subject: [PATCH 03/12] hv_sock: introduce Hyper-V Sockets
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 51b83b71a2b1e09747db38701fe40a4f567f1836 Mon Sep 17 00:00:00 2001
|
From b1174ffda4cb052b0dd388c0ea160e39be1bd7b0 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/12] vmbus: Don't spam the logs with unknown GUIDs
|
Subject: [PATCH 04/12] vmbus: Don't spam the logs with unknown GUIDs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From b1cf0d58d1127dab50a2052ccdf82ee257db45c0 Mon Sep 17 00:00:00 2001
|
From 33566f656d0a3468ac53d0e71aea37f0d062b417 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/12] Drivers: hv: utils: Fix the mapping between host
|
Subject: [PATCH 05/12] Drivers: hv: utils: Fix the mapping between host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From aea60ced0aa8f38f7c07f222272679b77b26f0c1 Mon Sep 17 00:00:00 2001
|
From 0907b70f31dec84d859efc0cdfcd2f1801f201fa 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/12] Drivers: hv: vss: Improve log messages.
|
Subject: [PATCH 06/12] Drivers: hv: vss: Improve log messages.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 82cbfb81c425de2c1a5fb92bfb393944f776c14a Mon Sep 17 00:00:00 2001
|
From d040834c658b6c9a8cfb1b2033ad2f08fc7dfb5b 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/12] Drivers: hv: vss: Operation timeouts should match host
|
Subject: [PATCH 07/12] Drivers: hv: vss: Operation timeouts should match host
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From a957373873f373e68ae3e687ecb848923811bbe1 Mon Sep 17 00:00:00 2001
|
From e154a405495251e1757dc8f25d8549eb005f1324 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/12] Drivers: hv: vmbus: Use all supported IC versions to
|
Subject: [PATCH 08/12] Drivers: hv: vmbus: Use all supported IC versions to
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 0d7597ae8af570154ba77a843a47bbf9df898f9c Mon Sep 17 00:00:00 2001
|
From 9baf046f0f268b08b049fbf1fc88cca91d016004 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/12] Drivers: hv: Log the negotiated IC versions.
|
Subject: [PATCH 09/12] Drivers: hv: Log the negotiated IC versions.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 85fa63cb785bee776f1d136c6e415eb98e7bf72f Mon Sep 17 00:00:00 2001
|
From b4499d03d3c25d19c546713336b40ab3a628d770 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/12] vmbus: fix missed ring events on boot
|
Subject: [PATCH 10/12] vmbus: fix missed ring events on boot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 3835a250dda0ea59eeb2840b8496fd67220ee278 Mon Sep 17 00:00:00 2001
|
From c19bfb30fbc884f7b3d1280d8bb2d288a510ed6f 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/12] vmbus: remove "goto error_clean_msglist" in
|
Subject: [PATCH 11/12] vmbus: remove "goto error_clean_msglist" in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 79a467dfe4f7bf83ea17689bb53d9aac52022581 Mon Sep 17 00:00:00 2001
|
From 309f1abcb4ed1c456372931c1e4c7df51c63a194 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/12] vmbus: dynamically enqueue/dequeue the channel on
|
Subject: [PATCH 12/12] vmbus: dynamically enqueue/dequeue the channel on
|
||||||
|
Loading…
Reference in New Issue
Block a user