Skip to content

Commit

Permalink
Merge pull request #3239 from rn/kern-up
Browse files Browse the repository at this point in the history
Update kernels up to 4.19.6/4.14.85/4.9.142/4.4.166
  • Loading branch information
rn committed Dec 6, 2018
2 parents 9fbf50c + 2a1f90f commit 953e63e
Show file tree
Hide file tree
Showing 131 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion examples/aws.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/azure.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/cadvisor.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-for-mac.yml
@@ -1,6 +1,6 @@
# This is an example for building the open source components of Docker for Mac
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/vpnkit-expose-port:v0.6 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
Expand Down
2 changes: 1 addition & 1 deletion examples/docker.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/getty.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/hostmount-writeable-overlay.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/influxdb-os.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/logging.yml
@@ -1,6 +1,6 @@
# Simple example of using an external logging service
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/node_exporter.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/openstack.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/packet.arm64.yml
Expand Up @@ -5,7 +5,7 @@
# for arm64 then the 'ucode' line in the kernel section can be left
# out.
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyAMA0"
ucode: ""
onboot:
Expand Down
2 changes: 1 addition & 1 deletion examples/packet.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: console=ttyS1
ucode: intel-ucode.cpio
init:
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-os.yml
@@ -1,7 +1,7 @@
# Minimal YAML to run a redis server (used at DockerCon'17)
# connect: nc localhost 6379
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/scaleway.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/sshd.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/swap.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/vmware.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/vpnkit-forwarder.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/vsudd-containerd.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/vultr.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=ttyS0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
2 changes: 1 addition & 1 deletion examples/wireguard.yml
@@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.14.83
image: linuxkit/kernel:4.14.85
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
Expand Down
18 changes: 9 additions & 9 deletions kernel/Makefile
Expand Up @@ -262,21 +262,21 @@ endef
# Debug targets only for latest stable and LTS stable
#
ifeq ($(ARCH),x86_64)
$(eval $(call kernel,4.19.4,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.83,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.83,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.140,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.164,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.4,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.83,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.4,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.83,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
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.14.x-aarch64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.83 Kernel Configuration
# Linux/arm64 4.14.85 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.14.x-s390x
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.83 Kernel Configuration
# Linux/s390 4.14.85 Kernel Configuration
#
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.14.x-x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.83 Kernel Configuration
# Linux/x86 4.14.85 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.19.x-aarch64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.4 Kernel Configuration
# Linux/arm64 4.19.6 Kernel Configuration
#

#
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.19.x-s390x
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/s390 4.19.4 Kernel Configuration
# Linux/s390 4.19.6 Kernel Configuration
#

#
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.19.x-x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.4 Kernel Configuration
# Linux/x86 4.19.6 Kernel Configuration
#

#
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.4.x-x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.164 Kernel Configuration
# Linux/x86 4.4.166 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
Expand Down
2 changes: 1 addition & 1 deletion kernel/config-4.9.x-x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.140 Kernel Configuration
# Linux/x86 4.9.142 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
Expand Down
@@ -1,4 +1,4 @@
From da23490ee31aba4eaa207145a15c473ce7ad49d1 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
Expand Down
@@ -1,4 +1,4 @@
From 26dbdc5055a77d2a21f61336afa33d7eb905d4f6 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()
Expand Down
@@ -1,4 +1,4 @@
From efb394e1ec379a686f7a0a1dc4b2c0eeb7f627cd 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()
Expand Down
@@ -1,4 +1,4 @@
From 19f8ddef3a94d651f6daffa678fd4d8cf3ec756a 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()
Expand Down
@@ -1,4 +1,4 @@
From db2b78f5b6d24d0d8a315228fd5de0c5d6994ea4 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()
Expand Down
@@ -1,4 +1,4 @@
From 3e34c9a82cabc0bca648ed4e7d6808e4faa55262 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()
Expand Down
@@ -1,4 +1,4 @@
From cfd3d61dece2abc89ccab9fd06afa80015651a69 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()
Expand Down
@@ -1,4 +1,4 @@
From ca5ba9d1374e55f45edf18f18e9302e6da0d3241 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()
Expand Down
@@ -1,4 +1,4 @@
From dda0db63ef947ea2c405d4e21f6bf113fc3ac466 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()
Expand Down
@@ -1,4 +1,4 @@
From ee744c4fbd2ab13a78c7b078ea6b845aab359665 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()
Expand Down
2 changes: 1 addition & 1 deletion kernel/patches-4.14.x/0011-hyper-v-trace-vmbus_open.patch
@@ -1,4 +1,4 @@
From 569374d77f5e76329f230f887a901a62dc2600b4 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()
Expand Down
@@ -1,4 +1,4 @@
From 478afeda1c094b559d5c45f8a9480f2597c581fb 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()
Expand Down
@@ -1,4 +1,4 @@
From 0fd0620f5f38c23d830bf1bd94452aeaf01a1a30 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()
Expand Down
@@ -1,4 +1,4 @@
From d66db7c4291d7f68b0cc8b20eec95289391095a8 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()
Expand Down
@@ -1,4 +1,4 @@
From 6b1bd9e8f98440550d365c321ad5e55485b57158 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()
Expand Down
@@ -1,4 +1,4 @@
From 32de29d33d377e15f7cc7bce3a1446c1189e9462 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()
Expand Down
@@ -1,4 +1,4 @@
From 79f2ab9fbaf97ea09b567fd076e8bb4788380f67 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()
Expand Down
@@ -1,4 +1,4 @@
From 65a5117ac9bf92245408d9f585d56a8c4484bc26 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
Expand Down
@@ -1,4 +1,4 @@
From 1d11dd85482d4b89f69d5f4eb5e6779c473d77f0 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
Expand Down
@@ -1,4 +1,4 @@
From 0f79987b2a40b3ac738a9b488ad4b27574719de2 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
Expand Down
@@ -1,4 +1,4 @@
From 77c26ed129f71c0ae16d55fb452184b974e8fa06 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
Expand Down

0 comments on commit 953e63e

Please sign in to comment.