Skip to content

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Nov 9, 2023

Updating golang.org/x/sys/unix to the recently released v0.14.0 will break the build because of the missing definition of BPF_F_KPROBE_MULTI_RETURN, see
golang/go#63969.

This was fixed upstream, so manually pull in the latest unreleased version to unblock #28994 and allow renovate to update other dependencies.

@tklauser tklauser added the release-note/misc This PR makes changes that have no direct user impact. label Nov 9, 2023
@tklauser tklauser requested a review from a team as a code owner November 9, 2023 08:31
@tklauser tklauser requested a review from rolinh November 9, 2023 08:31
Updating golang.org/x/sys/unix to the recently released v0.14.0 will
break the build because of the missing definition of
BPF_F_KPROBE_MULTI_RETURN, see
golang/go#63969.

This was fixed upstream, so manually pull in the latest unreleased
version to unblock #28994 and allow renovate to update other
dependencies.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser tklauser force-pushed the pr/tklauser/x-sys-master branch from ddab820 to 382608c Compare November 9, 2023 08:32
@tklauser
Copy link
Member Author

tklauser commented Nov 9, 2023

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 9, 2023
@tklauser tklauser merged commit ec5232f into main Nov 9, 2023
@tklauser tklauser deleted the pr/tklauser/x-sys-master branch November 9, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants