Merge pull request #2482 from rn/kernels

Update kernels and enable iSCSI
This commit is contained in:
Rolf Neugebauer 2017-09-04 20:36:11 +01:00 committed by GitHub
commit 54c2d6e61c
264 changed files with 325 additions and 291 deletions

View File

@ -1,6 +1,6 @@
# This is a blueprint for building the open source components of Docker for Mac
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/vpnkit-expose-port:fa4ab4ac78b83fe392e39b861b4114c3bb02d170 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS1"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,7 +1,7 @@
# Minimal YAML to run a redis server (used at DockerCon'17)
# connect: nc localhost 6379
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:a120ad6aead3fe583eaa20e9b75a05ac1b3487da AS kernel-build
FROM linuxkit/alpine:349a817bdd6b293ca623ab97acf5377ccdeac7d2 AS kernel-build
RUN apk add \
argp-standalone \
automake \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:a120ad6aead3fe583eaa20e9b75a05ac1b3487da AS kernel-build
FROM linuxkit/alpine:349a817bdd6b293ca623ab97acf5377ccdeac7d2 AS kernel-build
RUN apk add \
argp-standalone \
build-base \

View File

@ -151,9 +151,9 @@ endef
#
$(eval $(call kernel,4.12.9,4.12.x,$(EXTRA)))
$(eval $(call kernel,4.12.9,4.12.x,-dbg))
$(eval $(call kernel,4.9.46,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.46,4.9.x,-dbg))
$(eval $(call kernel,4.4.85,4.4.x,$(EXTRA)))
$(eval $(call kernel,4.9.47,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.47,4.9.x,-dbg))
$(eval $(call kernel,4.4.86,4.4.x,$(EXTRA)))
# Target for kernel config
kconfig: | sources

View File

@ -139,7 +139,7 @@ CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_RDMA=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
@ -147,7 +147,7 @@ CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
# CONFIG_CGROUP_BPF is not set
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_CHECKPOINT_RESTORE=y
@ -295,7 +295,7 @@ CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_ZONED is not set
CONFIG_BLK_DEV_THROTTLING=y
@ -1472,14 +1472,14 @@ CONFIG_CHR_DEV_SG=y
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
# CONFIG_SCSI_SAS_ATA is not set
CONFIG_SCSI_SAS_HOST_SMP=y
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
@ -1646,7 +1646,9 @@ CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set

View File

@ -160,7 +160,7 @@ CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_RDMA=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
@ -168,7 +168,7 @@ CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
# CONFIG_CGROUP_BPF is not set
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_CHECKPOINT_RESTORE=y
@ -349,7 +349,7 @@ CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_ZONED is not set
CONFIG_BLK_DEV_THROTTLING=y
@ -1602,12 +1602,12 @@ CONFIG_CHR_DEV_SG=y
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
@ -1774,7 +1774,9 @@ CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.85 Kernel Configuration
# Linux/arm64 4.4.86 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
@ -252,7 +252,7 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set
@ -1304,14 +1304,14 @@ CONFIG_CHR_DEV_SG=y
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
# CONFIG_SCSI_SAS_ATA is not set
CONFIG_SCSI_SAS_HOST_SMP=y
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
@ -1475,7 +1475,9 @@ CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.85 Kernel Configuration
# Linux/x86 4.4.86 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -310,7 +310,7 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set
@ -1448,12 +1448,12 @@ CONFIG_CHR_DEV_SG=y
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
@ -1619,7 +1619,9 @@ CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.9.46 Kernel Configuration
# Linux/arm64 4.9.47 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
@ -279,7 +279,7 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set
@ -1399,14 +1399,14 @@ CONFIG_CHR_DEV_SG=y
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
# CONFIG_SCSI_SAS_ATA is not set
CONFIG_SCSI_SAS_HOST_SMP=y
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
@ -1573,7 +1573,9 @@ CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.46 Kernel Configuration
# Linux/x86 4.9.47 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -333,7 +333,7 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set
@ -1535,12 +1535,12 @@ CONFIG_CHR_DEV_SG=y
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
@ -1707,7 +1707,9 @@ CONFIG_DM_THIN_PROVISIONING=y
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set

View File

@ -1,4 +1,4 @@
From a6f4305e0280fd77f451c2e971a4de92d11b3521 Mon Sep 17 00:00:00 2001
From e15f0ba4cc2c6e90e3df8fd5cf68b249e98f1238 Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 17 Dec 2015 16:53:43 +0800
Subject: [PATCH 01/44] virtio: make find_vqs() checkpatch.pl-friendly

View File

@ -1,4 +1,4 @@
From ffef2b33dd5d476d868021f521929727b5bd039c Mon Sep 17 00:00:00 2001
From 2d2d186219d3028a65361a9c355c2e5776ec9d52 Mon Sep 17 00:00:00 2001
From: Julia Lawall <julia.lawall@lip6.fr>
Date: Sat, 21 Nov 2015 18:39:17 +0100
Subject: [PATCH 02/44] VSOCK: constify vmci_transport_notify_ops structures

View File

@ -1,4 +1,4 @@
From 2437440fb2b15ee662bbd6525da9265cdf4d6cb4 Mon Sep 17 00:00:00 2001
From 0aa8d7a54dbeaec81ac29a91d90b725b2b3503a7 Mon Sep 17 00:00:00 2001
From: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
Date: Tue, 22 Mar 2016 17:05:52 +0100
Subject: [PATCH 03/44] AF_VSOCK: Shrink the area influenced by prepare_to_wait

View File

@ -1,4 +1,4 @@
From 72c82ea37b8c87fc3255f8e2b64467e29d0c5029 Mon Sep 17 00:00:00 2001
From 14785a58e3ec37f50e0ae1f194f0e99513532247 Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 23 Jun 2016 16:28:58 +0100
Subject: [PATCH 04/44] vsock: make listener child lock ordering explicit

View File

@ -1,4 +1,4 @@
From 857a7818daecb33ab323bdbde5904cb4a84562bd Mon Sep 17 00:00:00 2001
From 0f547faa60fdc449369b4ec1ed9e8795d51a09ad Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 28 Jul 2016 15:36:30 +0100
Subject: [PATCH 05/44] VSOCK: transport-specific vsock_transport functions

View File

@ -1,4 +1,4 @@
From 70e1784588eb3419302e2c2624113f26e1909fa7 Mon Sep 17 00:00:00 2001
From dcb200593140294b1b255df7c903a145f55ee907 Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 28 Jul 2016 15:36:31 +0100
Subject: [PATCH 06/44] VSOCK: defer sock removal to transports

View File

@ -1,4 +1,4 @@
From 3343045f1118cd74301ec14fefb6c4e2e5729f29 Mon Sep 17 00:00:00 2001
From 20fb174bd881e585d0d31a309ba6dcb32de19c2c Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:32 +0100
Subject: [PATCH 07/44] VSOCK: Introduce virtio_vsock_common.ko

View File

@ -1,4 +1,4 @@
From b6536ff2cd16ff2d262173f1c20d5f57283bc00f Mon Sep 17 00:00:00 2001
From 646e0b33f143174a446a03777e39c224dc38ad2d Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:33 +0100
Subject: [PATCH 08/44] VSOCK: Introduce virtio_transport.ko

View File

@ -1,4 +1,4 @@
From 83c8618c5b60fa732decdf6f066ef1f7bf2e69e3 Mon Sep 17 00:00:00 2001
From eca6b8d7e1d57a560e76ba7f6a5a569c032b0096 Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:34 +0100
Subject: [PATCH 09/44] VSOCK: Introduce vhost_vsock.ko

View File

@ -1,4 +1,4 @@
From 0eb00968941264eb6ca1d8351a924d61fb1c6e2f Mon Sep 17 00:00:00 2001
From 3aa706305abb08dedecc22b357e950ce8b0bdb50 Mon Sep 17 00:00:00 2001
From: Asias He <asias@redhat.com>
Date: Thu, 28 Jul 2016 15:36:35 +0100
Subject: [PATCH 10/44] VSOCK: Add Makefile and Kconfig

View File

@ -1,4 +1,4 @@
From 3e78d07c80589c7bd4ced1d1319acbcfda5eff3e Mon Sep 17 00:00:00 2001
From 318fd2478d15a076486c2e88fdbf5a14e61226b0 Mon Sep 17 00:00:00 2001
From: Wei Yongjun <weiyj.lk@gmail.com>
Date: Tue, 2 Aug 2016 13:50:42 +0000
Subject: [PATCH 11/44] VSOCK: Use kvfree()

View File

@ -1,4 +1,4 @@
From 349eb6796389c91ac5d1b6f263de27221f64b9f7 Mon Sep 17 00:00:00 2001
From e4c47e988bba8e40e95f96fb39bf67d5626f12e5 Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu, 4 Aug 2016 14:52:53 +0100
Subject: [PATCH 12/44] vhost/vsock: fix vhost virtio_vsock_pkt use-after-free

View File

@ -1,4 +1,4 @@
From 0d8b0d165bf743a257c2d1be1a90594c24655a93 Mon Sep 17 00:00:00 2001
From 1c35f04d2283220e8046289c9d49dcdc9389ca46 Mon Sep 17 00:00:00 2001
From: Stefan Hajnoczi <stefanha@redhat.com>
Date: Fri, 5 Aug 2016 13:52:09 +0100
Subject: [PATCH 13/44] virtio-vsock: fix include guard typo

View File

@ -1,4 +1,4 @@
From ea39240884fe4a2d5cdf42ede45caa14c45dbc5a Mon Sep 17 00:00:00 2001
From 2b9b2243041eda726c440151fedfa43c60631331 Mon Sep 17 00:00:00 2001
From: Gerard Garcia <ggarcia@deic.uab.cat>
Date: Wed, 10 Aug 2016 17:24:34 +0200
Subject: [PATCH 14/44] vhost/vsock: drop space available check for TX vq

View File

@ -1,4 +1,4 @@
From 287efffd5d6627072e55d693adda220a8f03a95e Mon Sep 17 00:00:00 2001
From 70d47033e25ba0564d1fd9101e8dc4fadf187c73 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campbell@docker.com>
Date: Mon, 4 Apr 2016 14:50:10 +0100
Subject: [PATCH 15/44] VSOCK: Only allow host network namespace to use

View File

@ -1,4 +1,4 @@
From 2405ec3f5163d5b09e1594b97d03a4ab7cdd3293 Mon Sep 17 00:00:00 2001
From 24ba7a05b73aa058f05260c029bb9a248a1531ec Mon Sep 17 00:00:00 2001
From: Jake Oshins <jakeo@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:41 -0800
Subject: [PATCH 16/44] drivers:hv: Define the channel type for Hyper-V PCI

View File

@ -1,4 +1,4 @@
From 57e28df85fa0b44ceb794fe4d6897eef95a3f8f9 Mon Sep 17 00:00:00 2001
From 1980970b0fe4db8f69880217e84efa2a6ef26e21 Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:43 -0800
Subject: [PATCH 17/44] Drivers: hv: vmbus: Use uuid_le type consistently

View File

@ -1,4 +1,4 @@
From ecde22060d79439853841b3a2acb8f032c65892a Mon Sep 17 00:00:00 2001
From d68ab216f5a52fa6ef5c505a20829d28d3b737dd Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:44 -0800
Subject: [PATCH 18/44] Drivers: hv: vmbus: Use uuid_le_cmp() for comparing

View File

@ -1,4 +1,4 @@
From 9e4fb17fcdaca436f0e219c446009276ec37a67d Mon Sep 17 00:00:00 2001
From 14145bf4be3c9281ff81474d08fa9164e44efc97 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:48 -0800
Subject: [PATCH 19/44] Drivers: hv: vmbus: do sanity check of channel state in

View File

@ -1,4 +1,4 @@
From a82cc6df5c47e839dc40b57e00c5a6ab7daa6040 Mon Sep 17 00:00:00 2001
From 82819e5177700f814a052e910b71af37600b345f Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:50 -0800
Subject: [PATCH 20/44] Drivers: hv: vmbus: release relid on error in

View File

@ -1,4 +1,4 @@
From 5dbc7d473ac1c203057b141c54371245e3a90b89 Mon Sep 17 00:00:00 2001
From 5a575918c34e7ebaa6273c2c1417cca7a8e8045e Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 14 Dec 2015 16:01:51 -0800
Subject: [PATCH 21/44] Drivers: hv: vmbus: channge

View File

@ -1,4 +1,4 @@
From f879b7cb85fa3cc8efc576ecfd4eec9631178ec5 Mon Sep 17 00:00:00 2001
From 28cde335573943aa8b443aa8793196742e0d95f7 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Mon, 14 Dec 2015 19:02:00 -0800
Subject: [PATCH 22/44] Drivers: hv: remove code duplication between

View File

@ -1,4 +1,4 @@
From 4506804ea13ae320e74a4adc4a9fcb11d2d0673c Mon Sep 17 00:00:00 2001
From ff7fccac3b631a5cc284a2290f5708c36504187f Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 21 Dec 2015 12:21:22 -0800
Subject: [PATCH 23/44] Drivers: hv: vmbus: fix the building warning with

View File

@ -1,4 +1,4 @@
From d3565a7cbfc2d53d4e0c82555049e01678216eff Mon Sep 17 00:00:00 2001
From edc5dca25e76c9e2a036eee1cc5293f797e7444c Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Tue, 15 Dec 2015 16:27:27 -0800
Subject: [PATCH 24/44] Drivers: hv: vmbus: Treat Fibre Channel devices as

View File

@ -1,4 +1,4 @@
From 933273468e8c74b2a02d980c595e4cd8c4f87240 Mon Sep 17 00:00:00 2001
From eb6ba466bc283177d9c309f23dbfce4e0a8c03dc Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Fri, 25 Dec 2015 20:00:30 -0800
Subject: [PATCH 25/44] Drivers: hv: vmbus: Add vendor and device atttributes

View File

@ -1,4 +1,4 @@
From ce82b43fda64cda36b320d87200f755806446fcb Mon Sep 17 00:00:00 2001
From 0e85a04724946e9bf7f9bc31f6b7ca7f1c30978b Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:37 -0800
Subject: [PATCH 26/44] Drivers: hv: vmbus: add a helper function to set a

View File

@ -1,4 +1,4 @@
From 1b3eaafaa172b0c0699709a2f0dc5edf37366d18 Mon Sep 17 00:00:00 2001
From 6919106517706c30a88e9e55bd16b6507c6c2196 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:38 -0800
Subject: [PATCH 27/44] Drivers: hv: vmbus: define the new offer type for

View File

@ -1,4 +1,4 @@
From 472156d278e915300e178cd29a7a5fdec7d39071 Mon Sep 17 00:00:00 2001
From 5d6bb7e0766f75ba9f569849d40e649dab7f95f5 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:39 -0800
Subject: [PATCH 28/44] Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid

View File

@ -1,4 +1,4 @@
From cf0f206d7ab3290d730d70a51393e76d659e4dab Mon Sep 17 00:00:00 2001
From 3a57beb42d61ed07798f1e8d0d10462838d88be2 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:40 -0800
Subject: [PATCH 29/44] Drivers: hv: vmbus: define a new VMBus message type for

View File

@ -1,4 +1,4 @@
From d5d6e9b507e4cee5774bd25f3a349de7dd903e49 Mon Sep 17 00:00:00 2001
From 2eb5698442a7c5580fa74b85cd107817b3b0fa15 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:41 -0800
Subject: [PATCH 30/44] Drivers: hv: vmbus: add a hvsock flag in struct

View File

@ -1,4 +1,4 @@
From c8df1c0d147024e9431555b0e9720c81a1a9a6d6 Mon Sep 17 00:00:00 2001
From 7257e470957ecadaa2944a0fa07899a98894d377 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:42 -0800
Subject: [PATCH 31/44] Drivers: hv: vmbus: add a per-channel rescind callback

View File

@ -1,4 +1,4 @@
From 53950b10d244fe38e19421ef88bb411ba42dfe3d Mon Sep 17 00:00:00 2001
From b3ad68052e7d7e253ddfa96e8edbf6276897beac Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:43 -0800
Subject: [PATCH 32/44] Drivers: hv: vmbus: add an API

View File

@ -1,4 +1,4 @@
From 3121f4506f592c753cb3810cd9fc85dca2c53ff5 Mon Sep 17 00:00:00 2001
From c90012b089f941ae8e94552f91c4808d983c24c5 Mon Sep 17 00:00:00 2001
From: "K. Y. Srinivasan" <kys@microsoft.com>
Date: Wed, 27 Jan 2016 22:29:45 -0800
Subject: [PATCH 33/44] Drivers: hv: vmbus: Give control over how the ring

View File

@ -1,4 +1,4 @@
From edb9a8c8d1199ddc65569ccc042816a4d4679cbb Mon Sep 17 00:00:00 2001
From 2a98a748f217a10f8ca3166a65e2c7277ea11772 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Fri, 26 Feb 2016 15:13:16 -0800
Subject: [PATCH 34/44] Drivers: hv: vmbus: avoid wait_for_completion() on

View File

@ -1,4 +1,4 @@
From 3b3872af9271ed5c23ad8e5530c8c287a7dad5c9 Mon Sep 17 00:00:00 2001
From dff1d36a1a3bb826016c798fd3d5e895b04c36d7 Mon Sep 17 00:00:00 2001
From: Vitaly Kuznetsov <vkuznets@redhat.com>
Date: Fri, 26 Feb 2016 15:13:18 -0800
Subject: [PATCH 35/44] Drivers: hv: vmbus: avoid unneeded compiler

View File

@ -1,4 +1,4 @@
From 0ab8491a58d88f1ebb6fb118c54a9d1ce1c85ded Mon Sep 17 00:00:00 2001
From c8194d9e371c5442607a39850927d93fe60944be Mon Sep 17 00:00:00 2001
From: Tom Herbert <tom@herbertland.com>
Date: Mon, 7 Mar 2016 14:11:06 -0800
Subject: [PATCH 36/44] kcm: Kernel Connection Multiplexor module

View File

@ -1,4 +1,4 @@
From a1f70843a68eb87cf1a8825ff462286556f40e55 Mon Sep 17 00:00:00 2001
From 4d2a552afd59321508b8a39ebd0d42bc53778b7b Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 21 Mar 2016 02:51:09 -0700
Subject: [PATCH 37/44] net: add the AF_KCM entries to family name tables

View File

@ -1,4 +1,4 @@
From a542cc96883295d0cffb47dd2dd75b8564ea567f Mon Sep 17 00:00:00 2001
From b6654c9dc7d118d0350984b6ef6bbbbfb3c3d61c Mon Sep 17 00:00:00 2001
From: Courtney Cavin <courtney.cavin@sonymobile.com>
Date: Wed, 27 Apr 2016 12:13:03 -0700
Subject: [PATCH 38/44] net: Add Qualcomm IPC router

View File

@ -1,4 +1,4 @@
From 2859073f57e612f5242ffb2b8829411d5a9b19f5 Mon Sep 17 00:00:00 2001
From db1b7ea878ba27da7a480bbe2d0aac6c9e0b8f77 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sun, 15 May 2016 09:53:11 -0700
Subject: [PATCH 39/44] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From 013cb588a5dc50e8f5a6be8b2573f92b08a80e98 Mon Sep 17 00:00:00 2001
From a0a62b2bab8658a814f5e4ccffe4c8ab49acebb5 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Mon, 21 Mar 2016 02:53:08 -0700
Subject: [PATCH 40/44] net: add the AF_HYPERV entries to family name tables

View File

@ -1,4 +1,4 @@
From 20fc465d9027a0571dc4903321836ed0b957ec39 Mon Sep 17 00:00:00 2001
From e223526025352d043f04113837ea1f4dee8f4c4b Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Sat, 21 May 2016 16:55:50 +0800
Subject: [PATCH 41/44] Drivers: hv: vmbus: fix the race when querying &

View File

@ -1,4 +1,4 @@
From f46af309fd5418c77cd18184f2e239880cd46f9a Mon Sep 17 00:00:00 2001
From 2d83978104fc4398db85be990b12095fd2990582 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 42/44] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From ba909c25e249651395c2826802eb4fa650e3c510 Mon Sep 17 00:00:00 2001
From 6c6af3f6d349c98ae74cdbe6bff0d7c989eaf4ac Mon Sep 17 00:00:00 2001
From: James Bottomley <James.Bottomley@HansenPartnership.com>
Date: Wed, 17 Feb 2016 16:49:38 -0800
Subject: [PATCH 43/44] fs: add filp_clone_open API

View File

@ -1,4 +1,4 @@
From 4fa319e795c641456c96c2d966d8ec76747f2871 Mon Sep 17 00:00:00 2001
From 986953b680520ec31d6fc267612e2ca9add4f7ba Mon Sep 17 00:00:00 2001
From: James Bottomley <James.Bottomley@HansenPartnership.com>
Date: Wed, 17 Feb 2016 16:51:16 -0800
Subject: [PATCH 44/44] binfmt_misc: add persistent opened binary handler for

View File

@ -1,4 +1,4 @@
From 47de76d9f030e70ac8e5f42d9e498481eecedb42 Mon Sep 17 00:00:00 2001
From 82513849152e09e4c2b789afcd50760cfcd73861 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/13] tools build: Add test for sched_getcpu()

View File

@ -1,4 +1,4 @@
From da5a40d1d0d8fc760d70fb4e2329b5168d824598 Mon Sep 17 00:00:00 2001
From cdba73f3689154310c4e4675850c5994201e60dc 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/13] perf jit: Avoid returning garbage for a ret variable

View File

@ -1,4 +1,4 @@
From 6146808b173170479e89ac9237c499dced36ea81 Mon Sep 17 00:00:00 2001
From 0a423edf54fdf9591872e8fa99bcf1b35ef81273 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/13] hv_sock: introduce Hyper-V Sockets

View File

@ -1,4 +1,4 @@
From e502374ae9c5b5d1cffe0b8fa7a7b14534b7fbb1 Mon Sep 17 00:00:00 2001
From 3947c7fb3cb9031e249ae475029743b822ecaf86 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/13] vmbus: Don't spam the logs with unknown GUIDs

View File

@ -1,4 +1,4 @@
From eb65b7a4edd8b72ba922c32bf1d9b997b974a276 Mon Sep 17 00:00:00 2001
From 6411688b9d7124c51666eb3b22a12b04c78920d8 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/13] Drivers: hv: utils: Fix the mapping between host

View File

@ -1,4 +1,4 @@
From 4da45246d17432034de4774b183320f20db322a6 Mon Sep 17 00:00:00 2001
From 391dcd4cc173cc30cce7a48ca3ea6df3847eb0e5 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/13] Drivers: hv: vss: Improve log messages.

View File

@ -1,4 +1,4 @@
From 4f0fd69acfc6917614130bcacbd6ea85059172d9 Mon Sep 17 00:00:00 2001
From 39f53ff631d4400b236b42edd320bf6ed8df3a90 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/13] Drivers: hv: vss: Operation timeouts should match host

View File

@ -1,4 +1,4 @@
From f48dc0763bdf80fef255fc2aa5d32dd105671069 Mon Sep 17 00:00:00 2001
From c95b3453d2a3b598137004cb9766cbe245fc6d08 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/13] Drivers: hv: vmbus: Use all supported IC versions to

View File

@ -1,4 +1,4 @@
From bc49cf7880800b1109e32ad42fe900f0a48f6c23 Mon Sep 17 00:00:00 2001
From e05f39a87b29105f2a9f3e28761f6f8b9e7b7be3 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/13] Drivers: hv: Log the negotiated IC versions.

View File

@ -1,4 +1,4 @@
From 0229185f781c9705faa82f7a39afc66c1a9341be Mon Sep 17 00:00:00 2001
From 2293d7aeb2df78f0828752e15e183facb541de6d 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/13] vmbus: fix missed ring events on boot

View File

@ -1,4 +1,4 @@
From 4f5040387a5cf098a230c71edc40a3a13c123c6e Mon Sep 17 00:00:00 2001
From a5c4c993a0d1116559a523ce76c63d36ae840627 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/13] vmbus: remove "goto error_clean_msglist" in

View File

@ -1,4 +1,4 @@
From 8d06c10253862ca788f2c886e3bfb1fec6737924 Mon Sep 17 00:00:00 2001
From 5932f5ecba46c493e907b494bb5f222a1b822832 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/13] vmbus: dynamically enqueue/dequeue the channel on

View File

@ -1,4 +1,4 @@
From 44b7489e07ad45b1ffe3d5190ea759b8d395e23e Mon Sep 17 00:00:00 2001
From 00a9ccd0ebb2cb84bcf13b1c0712f8571fde69e5 Mon Sep 17 00:00:00 2001
From: Dexuan Cui <decui@microsoft.com>
Date: Thu, 6 Jul 2017 21:37:11 +0000
Subject: [PATCH 13/13] vmbus: fix the missed signaling in hv_signal_on_read()

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0 console=tty0 page_poison=1"
init:
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0 console=tty0 page_poison=1"
init:
- linuxkit/init:12348442d56c2ee9abf13ff38dff2e36b515bd1e # with runc, logwrite, startmemlogd

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

View File

@ -1,5 +1,5 @@
kernel:
image: linuxkit/kernel:4.9.46
image: linuxkit/kernel:4.9.47
cmdline: "console=ttyS0"
init:
- linuxkit/init:6d11a1f9d299d3425e78cce80dfba8b236d20412

Some files were not shown because too many files have changed in this diff Show More