Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.9 backports 2021-07-15 (2) #16909

Closed

Conversation

joestringer
Copy link
Member

Once this PR is merged, you can update the PR labels via:

$ for pr in 16589 16804 15999; do contrib/backporting/set-labels.py $pr done 1.9; done

pchaigno and others added 3 commits July 15, 2021 11:10
[ upstream commit edf76fb ]

Mostly to pick up the latest commits on bpf-next, which fix
vulnerabilities but may increase complexity.

Signed-off-by: Paul Chaignon <paul@cilium.io>
Signed-off-by: Joe Stringer <joe@cilium.io>
[ upstream commit eea7f9c ]

Before this change, the backporting scripts would correctly push to the
user's remote, but the default remote for the backport branch was left
as origin (typically cilium/cilium).

This commit sets the backporting branch's remote to the user's remote,
so further pushes from the command line (e.g. after adding more commits
or rebasing) go by default to the correct remote.

Signed-off-by: Tom Payne <tom@isovalent.com>
Signed-off-by: Joe Stringer <joe@cilium.io>
[ upstream commit e3f9c61 ]

[ Backporter's notes: handle rename pkg/cgroups/cgroups{,_linux}.go ]

If cgroupv2 is not mounted, a logical mistake returns a error
even after a successful mount, which is silently ignored by
the caller function.

This commit fixes the logical mistake and takes care of print a warning
message if the cgroupv2 could not be mounted.

Fixes: cilium#15997

Signed-off-by: Joao Victorino <joao@accuknox.com>
Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer joestringer requested a review from a team as a code owner July 15, 2021 23:12
@joestringer joestringer added backport/1.9 kind/backports This PR provides functionality previously merged into master. labels Jul 15, 2021
@joestringer joestringer deleted the pr/v1.9-backport-2021-07-15-2 branch July 15, 2021 23:14
@joestringer joestringer restored the pr/v1.9-backport-2021-07-15-2 branch July 15, 2021 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants