Merge pull request #3252 from rn/kern-up

Update kernels to 4.19.12/4.14.90/4.9.147/4.4.169
This commit is contained in:
Justin Cormack 2018-12-23 10:08:47 +00:00 committed by GitHub
commit 1616b18fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
132 changed files with 159 additions and 153 deletions

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,6 +1,6 @@
# This is an example for building the open source components of Docker for Mac # This is an example for building the open source components of Docker for Mac
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/vpnkit-expose-port:v0.6 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - linuxkit/vpnkit-expose-port:v0.6 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,6 +1,6 @@
# Simple example of using an external logging service # Simple example of using an external logging service
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -5,7 +5,7 @@
# for arm64 then the 'ucode' line in the kernel section can be left # for arm64 then the 'ucode' line in the kernel section can be left
# out. # out.
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyAMA0" cmdline: "console=ttyAMA0"
ucode: "" ucode: ""
onboot: onboot:

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: console=ttyS1 cmdline: console=ttyS1
ucode: intel-ucode.cpio ucode: intel-ucode.cpio
init: init:

View File

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

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0" cmdline: "console=tty0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -262,21 +262,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.19.11,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.12,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.90,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,4.14.x,,-dbg)) $(eval $(call kernel,4.14.90,4.14.x,,-dbg))
$(eval $(call kernel,4.14.78,4.14.x,-rt,)) $(eval $(call kernel,4.14.78,4.14.x,-rt,))
$(eval $(call kernel,4.9.146,4.9.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.9.147,4.9.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.4.168,4.4.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.4.169,4.4.x,$(EXTRA),$(DEBUG)))
else ifeq ($(ARCH),aarch64) else ifeq ($(ARCH),aarch64)
$(eval $(call kernel,4.19.11,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.12,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.90,4.14.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.78,4.14.x,-rt,)) $(eval $(call kernel,4.14.78,4.14.x,-rt,))
else ifeq ($(ARCH),s390x) else ifeq ($(ARCH),s390x)
$(eval $(call kernel,4.19.11,4.19.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.19.12,4.19.x,$(EXTRA),$(DEBUG)))
$(eval $(call kernel,4.14.89,4.14.x,$(EXTRA),$(DEBUG))) $(eval $(call kernel,4.14.90,4.14.x,$(EXTRA),$(DEBUG)))
endif endif
# Target for kernel config # Target for kernel config

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.14.89 Kernel Configuration # Linux/arm64 4.14.90 Kernel Configuration
# #
CONFIG_ARM64=y CONFIG_ARM64=y
CONFIG_64BIT=y CONFIG_64BIT=y
@ -1841,7 +1841,10 @@ CONFIG_MLX5_ESWITCH=y
# CONFIG_NET_VENDOR_MYRI is not set # CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set # CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set # CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETRONOME is not set CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NFP=m
CONFIG_NFP_APP_FLOWER=y
# CONFIG_NFP_DEBUG is not set
# CONFIG_NET_VENDOR_NVIDIA is not set # CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set # CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set # CONFIG_ETHOC is not set
@ -3758,7 +3761,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 4.14.89 Kernel Configuration # Linux/s390 4.14.90 Kernel Configuration
# #
CONFIG_MMU=y CONFIG_MMU=y
CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA=y
@ -2788,7 +2788,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.14.89 Kernel Configuration # Linux/x86 4.14.90 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y
@ -1968,7 +1968,10 @@ CONFIG_MLX5_ESWITCH=y
# CONFIG_NET_VENDOR_MYRI is not set # CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set # CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set # CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETRONOME is not set CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NFP=m
CONFIG_NFP_APP_FLOWER=y
# CONFIG_NFP_DEBUG is not set
# CONFIG_NET_VENDOR_NVIDIA is not set # CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set # CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set # CONFIG_ETHOC is not set
@ -3541,7 +3544,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.11 Kernel Configuration # Linux/arm64 4.19.12 Kernel Configuration
# #
# #
@ -2008,7 +2008,11 @@ CONFIG_NET_VENDOR_MICROSEMI=y
# CONFIG_FEALNX is not set # CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set # CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETERION is not set # CONFIG_NET_VENDOR_NETERION is not set
# CONFIG_NET_VENDOR_NETRONOME is not set CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NFP=m
CONFIG_NFP_APP_FLOWER=y
CONFIG_NFP_APP_ABM_NIC=y
# CONFIG_NFP_DEBUG is not set
# CONFIG_NET_VENDOR_NI is not set # CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NVIDIA is not set # CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set # CONFIG_NET_VENDOR_OKI is not set
@ -3901,7 +3905,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_ALLOW_INSECURE_LEGACY is not set # CONFIG_CIFS_ALLOW_INSECURE_LEGACY is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/s390 4.19.11 Kernel Configuration # Linux/s390 4.19.12 Kernel Configuration
# #
# #
@ -2867,7 +2867,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_ALLOW_INSECURE_LEGACY is not set # CONFIG_CIFS_ALLOW_INSECURE_LEGACY is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.11 Kernel Configuration # Linux/x86 4.19.12 Kernel Configuration
# #
# #
@ -2080,7 +2080,11 @@ CONFIG_NET_VENDOR_MICROSEMI=y
# CONFIG_FEALNX is not set # CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set # CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETERION is not set # CONFIG_NET_VENDOR_NETERION is not set
# CONFIG_NET_VENDOR_NETRONOME is not set CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NFP=m
CONFIG_NFP_APP_FLOWER=y
CONFIG_NFP_APP_ABM_NIC=y
# CONFIG_NFP_DEBUG is not set
# CONFIG_NET_VENDOR_NI is not set # CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NVIDIA is not set # CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set # CONFIG_NET_VENDOR_OKI is not set
@ -3636,7 +3640,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_ALLOW_INSECURE_LEGACY is not set # CONFIG_CIFS_ALLOW_INSECURE_LEGACY is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.4.168 Kernel Configuration # Linux/x86 4.4.169 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y
@ -3167,7 +3167,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.146 Kernel Configuration # Linux/x86 4.9.147 Kernel Configuration
# #
CONFIG_64BIT=y CONFIG_64BIT=y
CONFIG_X86_64=y CONFIG_X86_64=y
@ -3337,7 +3337,6 @@ CONFIG_CIFS=y
# CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set # CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set # CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_DEBUG2 is not set

View File

@ -1,4 +1,4 @@
From 81bb859205b4a121c26b5aca4f54fcfae34ace3e Mon Sep 17 00:00:00 2001 From 5d3ca2c565a8ab6e7ed167f6febcd27d3a760368 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

View File

@ -1,4 +1,4 @@
From 7f1255f3329714f856178c2711ebf334370d6a06 Mon Sep 17 00:00:00 2001 From 65b71280680880287f5efb6484d1d3f4eaa7cd63 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()

View File

@ -1,4 +1,4 @@
From 2c62a4b3bfca283c8cc187f038bed18550862824 Mon Sep 17 00:00:00 2001 From 328f427f0740b1e47b4b6b19545af057f91c6df8 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()

View File

@ -1,4 +1,4 @@
From 7f6e1dd36d3ca990bac57f44977ae57a62301814 Mon Sep 17 00:00:00 2001 From e169af86131d97e03158e905e4d3423d78922450 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()

View File

@ -1,4 +1,4 @@
From bb3a7f5e150258903ee262e8a91873bd68394b16 Mon Sep 17 00:00:00 2001 From eb8df0f352287ba75a9fef79435cfaab262b1fb4 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()

View File

@ -1,4 +1,4 @@
From 1432ccf34722756e3381215ecdfe00baa5f8c16b Mon Sep 17 00:00:00 2001 From 38802f5833f9655c78c177bc6bd8588d5c99777e 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()

View File

@ -1,4 +1,4 @@
From 5b3975821abfc74abdebc84c7e1cc4c9df7c81df Mon Sep 17 00:00:00 2001 From 5da9e75bf288f23013ff2426af0e1c1489c55e78 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()

View File

@ -1,4 +1,4 @@
From fd149af11bee82efa6af6dbdd4cacbe4b38eaf03 Mon Sep 17 00:00:00 2001 From aa0895955712d5acb8f190345c7ad08950936be2 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()

View File

@ -1,4 +1,4 @@
From ea8d71492ca7880f1f681c9a14441844d69726d3 Mon Sep 17 00:00:00 2001 From 9a6db9e6bb36218aa584eea99240f4a38acf75f9 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()

View File

@ -1,4 +1,4 @@
From 75c15dd8dc12ab095ed84d0ece4f21ff1bde8af7 Mon Sep 17 00:00:00 2001 From dc6129387f2e73199b3e2a05760ae21d7073ed51 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()

View File

@ -1,4 +1,4 @@
From fbb35d8ba6d1ac57bd75d72e86ae1de445351d30 Mon Sep 17 00:00:00 2001 From 7077104ffac0cffd393a1abbbf99c1996838a87e 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()

View File

@ -1,4 +1,4 @@
From a63d48c041f5ef48e715aa83a13fa243725061a4 Mon Sep 17 00:00:00 2001 From 9da047a1ff6a4d0303be40a7fc6c31fc09aca034 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()

View File

@ -1,4 +1,4 @@
From f135f8aeac416a7303580cc2d93afbb9a7b19a14 Mon Sep 17 00:00:00 2001 From dff94b7581cc7a20f5f7f92beb38e00f109afa0d 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()

View File

@ -1,4 +1,4 @@
From a7526016823857b554f83f5ce12e50a1c841104e Mon Sep 17 00:00:00 2001 From cc1650d2b9cdc3bf38464057ea4660e29df2f5cf 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()

View File

@ -1,4 +1,4 @@
From 8d23310770c577d8b1172f2da7ddf240d08eaac4 Mon Sep 17 00:00:00 2001 From b1239b23cb3fa2709cc6826c60e1ca2c131bf0f2 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()

View File

@ -1,4 +1,4 @@
From 014e9ff7bfc501914ca54d5f2963a92cd4e9f692 Mon Sep 17 00:00:00 2001 From 2bc3bafc6b88bb21a578f65a2f5e714f3d8a94bd 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()

View File

@ -1,4 +1,4 @@
From 3f836dd9b1f6fa32d89679d033938924e7a88cdb Mon Sep 17 00:00:00 2001 From a6bc4240b40dada7124f6c6d072ab3a100b39fd5 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()

View File

@ -1,4 +1,4 @@
From 531302f49e145244aba495bc18fadc2fe08a1fc9 Mon Sep 17 00:00:00 2001 From a871d2979b16093c0a4b8cdc7249a2f811be96a4 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

View File

@ -1,4 +1,4 @@
From 98f1f0570b4231f007e3ade2fc2c2e7e66128b29 Mon Sep 17 00:00:00 2001 From 97da2c7d3243385fe5b45e0a36d524dca8da0052 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

View File

@ -1,4 +1,4 @@
From e0fcabcc4795b5f67b59a693991b179262342a0a Mon Sep 17 00:00:00 2001 From 85bdf72c9e559b9f92206e8677826662c470fc44 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

View File

@ -1,4 +1,4 @@
From ffecd9d4d3aa48b7b6d64dcd96200a1ddb2b348e Mon Sep 17 00:00:00 2001 From baaa82e3ed2c683311e44c12d03bb8060207580d 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

View File

@ -1,4 +1,4 @@
From e301c97e074c394b8161ae11470aa90374ac447c Mon Sep 17 00:00:00 2001 From d01ebe8c45a075820248ca88ebf9aa4b46000401 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()

View File

@ -1,4 +1,4 @@
From 4e953359322bca1cd65ced6e6ba7e397e9de8406 Mon Sep 17 00:00:00 2001 From 8c6c9a46071b8cd445e2f5cdb8fb673dac9ede10 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

View File

@ -1,4 +1,4 @@
From ca65c9afd72ff56df9e284494e794290902c54ca Mon Sep 17 00:00:00 2001 From c8c47f17b42033d0c5108cb5a49efd3d74d025aa 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

View File

@ -1,4 +1,4 @@
From c42616b43608ea2412763655b9125bfa357b38e2 Mon Sep 17 00:00:00 2001 From a82ddcde266c99b1ee05380121f13678c98e1bd3 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

View File

@ -1,4 +1,4 @@
From 89c83844eebd9f7d38d741ba1b6e448c328c7692 Mon Sep 17 00:00:00 2001 From 7710b4847f48713d193a70a0de7e63af5e007fda 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

View File

@ -1,4 +1,4 @@
From 2c5a03300be9be203366b4d8e9e1ddb186f65a90 Mon Sep 17 00:00:00 2001 From 42c238c484b451a9714db28cef4a8ee580cc1f62 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.

View File

@ -1,4 +1,4 @@
From 6ecfe50934feea89d304acd19844e0af3520a5e6 Mon Sep 17 00:00:00 2001 From 451c18cad95f9a2ea4373738127246c5ea0ce6e2 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

View File

@ -1,4 +1,4 @@
From a12a079b53f99a0abacb76f56b4e796eae2f6b8c Mon Sep 17 00:00:00 2001 From 180b07fbace1dc5498c7dffcaa07f2cdbfe3bdc6 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

View File

@ -1,4 +1,4 @@
From ea7f046463c5b52fab336d7e9b05be0fbad7aede Mon Sep 17 00:00:00 2001 From c57b1b3279176a688aca550affb1e3945dcaf0c5 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.

View File

@ -1,4 +1,4 @@
From 3d8c1857504847d2ed07b462924192b6086ee897 Mon Sep 17 00:00:00 2001 From 54e2b58cb95009cd748b45eeb28229ac82ddbc29 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

View File

@ -1,4 +1,4 @@
From 68b41956e2e9b037140c48515ec16547c1793f2d Mon Sep 17 00:00:00 2001 From d09cfbbf6634891ccb3c4af3ad0f608a968e067d 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

View File

@ -1,4 +1,4 @@
From 8093bde24f0bce6c5ebd856f5000e796434c7c6e Mon Sep 17 00:00:00 2001 From 5ed16f7e947a9a8b634edbe48c6f3fd960cd9a62 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

View File

@ -1,4 +1,4 @@
From 036397c172d8d3a0b2909e77b4b507c6d1c4630c Mon Sep 17 00:00:00 2001 From 41db1cc6a6be272cd46c53d5d9c3a60c107b9c56 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()

View File

@ -1,4 +1,4 @@
From 5a37c0a2e8e35228076a8550fde8abbbb7517c1e Mon Sep 17 00:00:00 2001 From cfc0872ee582ec66872c9cca964e876b1595b794 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

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.4.168 image: linuxkit/kernel:4.4.169
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.9.146 image: linuxkit/kernel:4.9.147
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.19.11 image: linuxkit/kernel:4.19.12
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for # In the last stage, it creates a package, which can be used for
# testing. # testing.
FROM linuxkit/kernel:4.4.168 AS ksrc FROM linuxkit/kernel:4.4.169 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT trap clean_up EXIT
# Make sure we have the latest kernel image # Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.4.168 docker pull linuxkit/kernel:4.4.169
# Build a package # Build a package
docker build -t ${IMAGE_NAME} . docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.4.168 image: linuxkit/kernel:4.4.169
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for # In the last stage, it creates a package, which can be used for
# testing. # testing.
FROM linuxkit/kernel:4.9.146 AS ksrc FROM linuxkit/kernel:4.9.147 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT trap clean_up EXIT
# Make sure we have the latest kernel image # Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.9.146 docker pull linuxkit/kernel:4.9.147
# Build a package # Build a package
docker build -t ${IMAGE_NAME} . docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.9.146 image: linuxkit/kernel:4.9.147
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for # In the last stage, it creates a package, which can be used for
# testing. # testing.
FROM linuxkit/kernel:4.14.89 AS ksrc FROM linuxkit/kernel:4.14.90 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT trap clean_up EXIT
# Make sure we have the latest kernel image # Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.14.89 docker pull linuxkit/kernel:4.14.90
# Build a package # Build a package
docker build -t ${IMAGE_NAME} . docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.14.89 image: linuxkit/kernel:4.14.90
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

View File

@ -3,7 +3,7 @@
# In the last stage, it creates a package, which can be used for # In the last stage, it creates a package, which can be used for
# testing. # testing.
FROM linuxkit/kernel:4.19.11 AS ksrc FROM linuxkit/kernel:4.19.12 AS ksrc
# Extract headers and compile module # Extract headers and compile module
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build

View File

@ -19,7 +19,7 @@ clean_up() {
trap clean_up EXIT trap clean_up EXIT
# Make sure we have the latest kernel image # Make sure we have the latest kernel image
docker pull linuxkit/kernel:4.19.11 docker pull linuxkit/kernel:4.19.12
# Build a package # Build a package
docker build -t ${IMAGE_NAME} . docker build -t ${IMAGE_NAME} .

View File

@ -1,5 +1,5 @@
kernel: kernel:
image: linuxkit/kernel:4.19.11 image: linuxkit/kernel:4.19.12
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1

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