kernel: update to 4.19.24 on s390x#361
Conversation
ad2e30e to
216590b
Compare
|
Hi @tuan-hoang1 - thanks for raising. I think it would be helpful if you could split the commit into two separate ones: one for the USB removal and the other for the CFS_BANDWIDTH. |
216590b to
0fc8b6e
Compare
|
Updated, thanks @jodh-intel. |
|
Thanks @tuan-hoang1. Ideally that USB commit would mention USB in the commit title as the current "kernel: update to 4.19.24 on s390x" is a bit generic. |
0fc8b6e to
bbf32af
Compare
|
Thanks @jodh-intel, I updated it. |
|
Ping @kata-containers/packaging. |
|
/test |
grahamwhaley
left a comment
There was a problem hiding this comment.
lgtm
(/me notes 4.19.25 is out - I will PR a global update for that in a bit - it is a never ending chase :-) )
|
that 18.04 CI fail looks odd - nothing to do with this PR afaict, but something strange happened in the jenkins script - I'll prod a re-run, but the output looks like: I'm not sure that static-checks.sh invocation is quite right... let's see... |
|
@grahamwhaley I guess you meant 16.04 CI. Yeah it does not relate to this PR. |
|
Hi @tuan-hoang1 - well, CI line in the status says |
Remove CONFIG_USB_SUPPORT because s390x doesn't do USB. Fixes kata-containers#360 Signed-off-by: Tuan Hoang <tmhoang@linux.vnet.ibm.com>
Add CONFIG_CFS_BANDWIDTH so CPU hotplug feature works on s390x. Note that CPU hot-unplug does not work yet due to limitations in qemu s390x. Fixes kata-containers#360 Signed-off-by: Tuan Hoang <tmhoang@linux.vnet.ibm.com>
bbf32af to
7839a5c
Compare
|
@grahamwhaley would you mind mergin this one? I just rebased to master and pushed. |
|
As this only touches s390 files, which does not CI on this repo, no need to test. It also brings the s390 kernel up to date with our 4.19 default. force merging... |
Add CONFIG_CFS_BANDWIDTH so CPU hotplug feature works on s390x. Note
that CPU hot-unplug does not work yet due to limitation in qemu s390x.
Remove CONFIG_USB_SUPPORT because s390x doesn't do USB.
Fixes #360
Signed-off-by: Tuan Hoang tmhoang@linux.vnet.ibm.com