provision: add patch to fix cpumask regression breaking kubelet#284
provision: add patch to fix cpumask regression breaking kubelet#284
Conversation
|
build-netnext |
twpayne
left a comment
There was a problem hiding this comment.
LGTM. We could consider making the process of applying patches a bit more generic (rather than using the one-off application of a single patch here), but based on YAGNI we should only do that if we do actually need it. Hopefully this fix is temporary and can be removed soon.
I was considering making this more generic, but in practice we hopefully won't need to keep manual kernel patches for long. So I figured it's probably not worth investing too much time. In case this comes up again we could still reconsider an make this a bit more generic. |
8427266 to
c8db715
Compare
|
build-netnext (fixed syntax error in |
pchaigno
left a comment
There was a problem hiding this comment.
LGTM!
(fixed syntax error in
cilium-ubuntu-next.json, luckly before the build was actually running sweat_smile)
FYI, scheduling a new Jenkins build cancelled the previous one anyway :-)
Add a patch [1] to the bpf-next kernel build which fixes a regression which causes kubelet to error out on startup. See [2] and following comments for details. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c86a2d9058c5a4a05d20ef89e699b7a6b2c89da6 [2] cilium/cilium#17394 (comment) Suggested-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Tobias Klauser <tobias@cilium.io>
c8db715 to
c6221d4
Compare
|
build-netnext |
Add a patch [1] to the bpf-next kernel build which fixes a regression
which causes kubelet to error out on startup.
See [2] and following comments for details.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c86a2d9058c5a4a05d20ef89e699b7a6b2c89da6
[2] cilium/cilium#17394 (comment)
Suggested-by: Daniel Borkmann daniel@iogearbox.net
Signed-off-by: Tobias Klauser tobias@cilium.io