-
Notifications
You must be signed in to change notification settings - Fork 92
kernel: Add 4.19.8 config for x86 #278
kernel: Add 4.19.8 config for x86 #278
Conversation
@jcvenegas here is the configuration that we need after I have reused the one from 4.14.x. The only thing I had to say Both patches Should we bump all architectures to 4.19.8? I don't have the hardware to check that what I'm doing is okay for other archs... Let me know how we should proceed here. |
/cc @rbradford |
ping @kata-containers/kernel, @alicefr. |
Hi~@sboeuf |
For Arm64, we’re welcome 4.19.x ;) |
@Pennyzct 003 is s390 specific but it's applied to all arch. It could be that the patch doesn't apply to the 4.19. I need to check. The patch has been upstreamed since version 4.16 |
Otherwise I'll fix it and also generate the s390x configs :) |
I think that in the master branch we should just keep one set of configs & patches that applies to the kernel version specified in We have stable- branches to keep older config versions. The process should be:
|
@Pennyzct would it be OK to converge to this same kernel version for ARM? It would make life easier for packaging. |
@marcov should I open a PR for the s390 configs?I still need to test the kernel but I can do it quickly |
@alicefr I think so. If it's possible, do a Do you agree with this @sboeuf, @jodh-intel? |
CONFIG_CLKBLD_I8253=y | ||
CONFIG_MAILBOX=y | ||
CONFIG_PCC=y | ||
|
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.
as far as I know kata doesn't support modules, please remove them
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.
Oh yes you're right, I haven't noticed they've been added.
@sboeuf sorry for the late response for next PRs to avoid conflicts with patches and kernel versions we need to move them to its own directory 4.18.x/patches etc |
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.
Hi @sboeuf could you rename the file name from x86_64_kata_kvm_4.19.8 to x86_64_kata_kvm_4.19.x ?
b6cb804
to
b62b1dd
Compare
/test |
@jcvenegas @devimc comments addressed! |
@sboeuf Can you do a |
We want to make sure Kata runs on latest stable kernels so that it benefits from the latest features. For instance, in case of Kata relying on NEMU hypervisor, the recent kernel patches reworking the way timer calibration is handled are solving some boot latency issues. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
b62b1dd
to
9ec1ca7
Compare
Yes! Done! |
/test |
Resolve issues with markdown in this repo. Fixes #278. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
We want to make sure Kata runs on latest stable kernels so that it
benefits from the latest features.
For instance, in case of Kata relying on NEMU hypervisor, the recent
kernel patches reworking the way timer calibration is handled are
solving some boot latency issues.
Signed-off-by: Sebastien Boeuf sebastien.boeuf@intel.com