Update kernels to 5.1.15/4.19.56/4.14.131/4.9.184#3387
Update kernels to 5.1.15/4.19.56/4.14.131/4.9.184#3387justincormack merged 5 commits intolinuxkit:masterfrom
Conversation
|
Hmm, the containerd test failed: This was still using the older version |
|
Same failure with latest containerd: Haven't checked but I suspect some overlay changes between 4.19.52 and 4.19.56. @justincormack any idea? |
|
4.19.55 passes and 4.19.56 fails with the @crosbymichael should I file an issue on |
|
@justincormack new kernels are out but no changes to overlayfs. I don't have good viz if this is an issue with the kernel or containerd or the containerd test. One option would be in the short term to disable the containerd test...thoughts? |
|
Ya, let create an issue for this in containerd. |
|
containerd issue: containerd/containerd#3405 |
Signed-off-by: Rolf Neugebauer <[email protected]>
This skips 5.1.13 and 4.19.54 because the diff was a single commit. Signed-off-by: Rolf Neugebauer <[email protected]>
Signed-off-by: Rolf Neugebauer <[email protected]>
Note, this skips 4.14.130 and 4.9.183 as the diff is just one commit. Signed-off-by: Rolf Neugebauer <[email protected]>
Signed-off-by: Rolf Neugebauer <[email protected]>
|
force pushed a rebase now that the containerd bump containing the fix to the tests has been merged (#3403) |
This skips 5.1.13/4.19.54/4.14.130/4.9.183 as there is only one patch to the next version.
Also enable CONFIG_WIRELESS/CONFIG_WLAN for x86/arm64 kernels. resolves #3092