kernel: Update to 4.11.9/4.9.36/4.4.76

Added a new patch to the 4.11 and 4.9 kernels based on a patch
submitted to stable: https://patchwork.kernel.org/patch/9829039/

This patch fixes a off-by-one error in the VMBus code.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-07-07 18:11:05 +01:00
parent aef63caa36
commit aa9b718d8a
76 changed files with 198 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
From 85644aee027b10b8681aa0290b1a28edb6efb6f2 Mon Sep 17 00:00:00 2001
From 7c2b9d64116a27cd32eae737fe43d3315256a93d 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/12] Drivers: hv: vss: Improve log messages.
Subject: [PATCH 06/13] Drivers: hv: vss: Improve log messages.
Adding log messages to help troubleshoot error cases and transaction
handling.