-
Notifications
You must be signed in to change notification settings - Fork 92
config: add kernel config v4.19.23 for arm64 #338
Conversation
oops, I need to unset all the modules, update asap! |
np, yeah, I see a few |
We really should consider adding some more tests to: Maybe a check for modules (might be a short-lived check), some sort of kernel config test if a PR changes files under |
@Pennyzct because you removed the patch, the current CI relying on 4.14 will not pass, right? |
we add the rough kernel config v4.19.23 for arm64, here we let 'make oldconfig'(setting default) to do the transformation from v4.14.X to v4.19.X. Fixes: kata-containers#337 Signed-off-by: Penny Zheng <[email protected]>
@sboeuf Noooo~ it's quite the opposite~. The current patch |
@grahamwhaley updated! all |
/test |
right, chicken and egg. really we could have done with patches having a version match range or something, but that adds more complexity, and @egernst is trying to get us away from that for kernels. nb. that 16.04 CI fail is afaict unrelated to this PR - we have just seen that on another unrelated item as well. |
We add the rough kernel config v4.19.23 for arm64, here we let
make oldconfig
(setting default) to do the transformation from v4.14.X to v4.19.X.Former kernel pach
0003-memory-hotplug-by-probe.patch
is applied only for v4.14.X, so deleting it here.We @jongwu will push another PR to land the new
0003-memory-hotplug-by-probe.patch
for v4.19.X after runtime/#1111 get merged firstly, since the new patch will broke current CI.@grahamwhaley @sboeuf