v4.19.52: patch and config update for v4.19.52 on AArch64#592
v4.19.52: patch and config update for v4.19.52 on AArch64#592gnawux merged 1 commit intokata-containers:masterfrom
Conversation
grahamwhaley
left a comment
There was a problem hiding this comment.
presuming HOTPLUG additions are deliberate,
lgtm
| # CONFIG_ACPI_DEBUG is not set | ||
| # CONFIG_ACPI_PCI_SLOT is not set | ||
| CONFIG_ACPI_CONTAINER=y | ||
| CONFIG_ACPI_HOTPLUG_MEMORY=y |
There was a problem hiding this comment.
I presume the HOTPLUG additions are deliberate. May want to add a note to the commit message, as they look like not just part of an update, but are an addition.
There was a problem hiding this comment.
yep, you just got me😱. I may need to split that to another commit...🤠
There was a problem hiding this comment.
There are several entries added in this patch. Do you have any explanation here @Pennyzct?
|
I could understand your feeling 🤔 I prefer to stick on 4.19 before next LTS kernel is released, however, I don't mind aarch64 have a different kernel version. |
|
@gnawux just imaging keep refining this whole big patch. it's killing me. dose everyone on board for AArch64 has different kernel version?? @egernst @jodh-intel @devimc @grahamwhaley |
I think this idea is a double-sword for you. It may help you avoid pick huge patches from non-LTS kernels, on the other hand, it might make others less care of ARM arch by some means. I can't tell if it is a better choice for you. |
|
@grahamwhaley could we set this PR as a dependency of CI of kata-containers/runtime#1817? |
|
@gnawux emmmmmmm, But I have memory hot-remove, DAX, cpu hotplug, kvm-ptp on the way. 😱🙃 |
Well, there was a PR for that kata-containers/runtime#1504 , but it got closed very recently due to 'inactivity', which maybe was not the right course of action.
Personally, I suspect the right path is to move to v5.x kernels with full config files, and carry on with the fragment support work in parallel - unless there is a focussed effort to land the fragment work rsn. |
@Pennyzct awesome, how about co-present a topic on OpenInfra Summit Shanghai this November on your excellent upstream work. |
|
/test |
|
@Pennyzct could you add a depens on kata-containers/runtime#1817 |
Update to newer stable kernel Fixes: kata-containers#1816 Depends-on: kata-containers/packaging#592 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
Update to newer stable kernel Fixes: kata-containers#1816 Depends-on: github.com/kata-containers/packaging#592 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
Update to newer stable kernel Fixes: kata-containers#1816 Depends-on: github.com/kata-containers/packaging#592 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
|
Hi~ @bergwolf @jcvenegas I have already added depends-on. ;) |
|
/test |
|
/retest |
|
checked the failure in the ARM test of kata-containers/runtime#1817, it is caused by lacking Let's merge this and kata-containers/runtime#1817 once the essential CIs are passed because this is a security related fix. |
|
CI failed at |
|
Hi~ @bergwolf while you are on children-happy hour, I have done the update. ;) |
|
Hi~ @grahamwhaley I'm too lazy to split a new one, I'm guilty😈, I just address HOTPLUG additions on this commit |
|
/test |
|
again |
we need to do patch and config update for v4.19.52 on AArch64. The config file adds a few configs involved with memory hot-plug support. Fixes: kata-containers#591 Depends-on: github.com/kata-containers/runtime#1817 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
|
/test |
|
finally passed, merge it |
Update to newer stable kernel Fixes: kata-containers#1816 Depends-on: github.com/kata-containers/packaging#592 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
Update to newer stable kernel Fixes: kata-containers#1816 Depends-on: github.com/kata-containers/packaging#592 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
|
Thanks @Pennyzct! |
|
@devimc, @gnawux - Relax guys 😎 Mistakes happen. Nobody got hurt right? I think we need to all focus on fixing the CI's so that a failure is a very unusual occurrence (/me looks sideways at kata-containers/osbuilder#265 as that is causing constant failures .... ;) But for now, can we take a deep breath, count to 10 and think about what we can do to fix this? |
|
@Pennyzct - do you have any calming emojis you can drop over here? 😉 |
|
Penny explained the snap-ci situation for me -- the snap-ci download the old kernel and will always fail for the PR. On the other hand, the 4.19.52 is a security update for a couple of CVEs, we can't wait for fixing all CIs. For a security update, we should merge it once it got enough On the other hand, one
Finally, as James stated, the only failed aarch64 case in runtime repo is the chrony one, we should solve that soon. Have a good weekend. |
|
Hi~ |
|
@gnawux Yeah, now that all the kernel update PRs are merged, let's roll out a series of new releases. |
Hi~ @egernst I have already done patch and config update for v4.19.52 on AArch64.