-
Notifications
You must be signed in to change notification settings - Fork 374
Conversation
/test |
@grahamwhaley @chavafg
|
@sboeuf great seems that all now is tested as expected, @grahamwhaley so will need to find somebody to get find the regression in the kernel. We could check quickly the difference on the configs from 4.14 to 4.19 to make sure we did not let something added last time. |
any update here? :) |
Hi @Pennyzct, all. Yeah, I was running up the metrics report comparing kernels 4.14.67 against 4.19.10.
So, we get a boot time win, but take a fair hit on footprint/density. I'll see if I can grab the kernel config files used/generated in the packaging build process to see if we've picked up any new default CONFIG=y type items that may be affecting us. |
I grabbed the configs for 4.14 and 4.19 (as configured/built by our tests/.ci and packaging scripts), sorted them, diffed them, and grep'd for As ever, I think the only way currently to understand what the config files and differences mean is to go through the diff one line at a time by hand. But, this does raise back up the 'kernel config fragment' discussion as per kata-containers/packaging#234 I'll have a pass at hand view/diffing the configs and see if anything pops out. |
@grahamwhaley thanks for the detailed update!!! It looks like that quite a bit of work need to be done, especially view/diffing the 57 enabled difference. btw, |
Any update on this folks? |
Nominally stuck due to footprint increase, and now potentially tied to kata-containers/packaging#314 I think. |
Added dnm due to dependency. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed with @grahamwhaley
Due to https://nvd.nist.gov/vuln/detail/CVE-2018-16880
We should not merge this before the fix is merged into 4.19.y. (we guess it would be 4.19.19)
update: should be 4.19.20
update: The fix for CVE-2018-16880 is merged into ref: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-4.19.y |
Thanks @gnawux for tracking this! |
Looks like 4.19.20 is out - https://www.kernel.org/ @sboeuf - can you refresh this PR to 4.19.20 pls, and let's run the CIs and get this in... |
@grahamwhaley ok I'll take care of that today! |
@grahamwhaley updated! |
Thank you @sboeuf |
/test |
/test we had a bunch of CI fails, but it looks like a variety of network/service unavail issues, maybe not this PR. Try again... |
I think we have the DNM label due to #973 (making kernel versions arch dependant) - but, I'd like us to land this one first and then tackle #973 again if we need to. @jodh-intel wdyt - can we drop DNM from here and try to land this (once CIs are happy etc., of course....) |
Hi @Pennyzct - ARM CI failed to install Docker on this PR (first run after the ARM CI fix merge??). I'll leave it for you to maybe diagnose, and let you restart it if you need:
|
Mostly good. k8s fail on 16.04 - @sboeuf @chavafg - something we know about already??, before we re-nudge that one:
|
@grahamwhaley nothing that I'm aware of. Maybe @chavafg or @GabyCT have more inputs? |
seems like it is good now, btw I have seen that failure on some other jobs, I'll investigate, but definitely not related to this. |
@grahamwhaley ahhhh. So sorry, my bad.😭 We logged into the ARM CI and tried to fix the mount issue tests/#1191 and it kinds of accidentally broke the docker cgroup mounting point. |
I couldn't retrigger ARM CI last time, and i will try it again. ;) |
@Pennyzct recursive unmount PR merged - I've re-triggered the ARM build - but, we might need two builds to clear the mounts... we'll see... |
@grahamwhaley @Pennyzct
We're missing a config file for 4.19.X for ARM. @Pennyzct could you please submit one? |
Hi~ @sboeuf @grahamwhaley I and my colleague @jongwu will fire an issue to add a 4.19.X config file for ARM asap. Furthermore, extra kernel patches like |
@Pennyzct you should probably leave the 4.14 config for now, as the current CIs will test against that (until this PR lands). We can have a config file cleanup later on. |
This PR fixes #618 |
/test |
We need to bump the kernel version from 4.14.67 to 4.19.24 in order to follow the recent kernel config bump. Fixes kata-containers#618 Fixes kata-containers#1029 Signed-off-by: Sebastien Boeuf <[email protected]>
/test |
Waiting on kata-containers/packaging#338 I believe... and then we can refire the ARM (and the failing fedora which is unrelated to that PR) I think... |
ARM config file just merged in packaging - going to nudge the ARM CI to see what happens... |
@egernst @grahamwhaley ARM CI passed, should we merge now? |
Yes. yes yes - let's merge.... let me just check there are no 'do not do this' messages in my inbox, and then I'll come do it... |
I hear no objections - we know why the metrics CI fails ... let's merge it |
We need to bump the kernel version from 4.14.67 to 4.19.24 in order
to follow the recent kernel config bump.
Fixes #618
Fixes #1029
Signed-off-by: Sebastien Boeuf [email protected]