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

contrib/fuzz: fix broken OSS-Fuzz build #7288

Closed
wants to merge 1 commit into from

Conversation

AdamKorcz
Copy link
Contributor

A broken fuzzer in an old version of github.com/cilium/ebpf breaks the OSS-Fuzz build. This PR fixes that by using the latest version of the dependency which does not have the broken fuzzer.

Signed-off-by: AdamKorcz Adam@adalogics.com

Signed-off-by: AdamKorcz <Adam@adalogics.com>
@k8s-ci-robot
Copy link

Hi @AdamKorcz. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@@ -49,8 +49,7 @@ mv temp-go/go/* /root/.go/
cd $SRC/containerd

go mod tidy
rm vendor/github.com/cilium/ebpf/internal/btf/fuzz.go
rm /root/go/pkg/mod/github.com/cilium/ebpf@v0.7.0/internal/btf/fuzz.go
go get github.com/cilium/ebpf@latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this get a specific version so it doesn't break later?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kzys
Copy link
Member

kzys commented Aug 16, 2022

We should upgrade containerd/cgroups instead of patching that in this shell script.

containerd/cgroups#241

kzys added a commit to kzys/containerd that referenced this pull request Aug 16, 2022
The fuzzer is broken and it breaks OSS-Fuzz according to containerd#7288.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
kzys added a commit to kzys/containerd that referenced this pull request Aug 17, 2022
The fuzzer is broken and it breaks OSS-Fuzz according to containerd#7288.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
kzys added a commit to kzys/containerd that referenced this pull request Aug 17, 2022
The fuzzer is broken and it breaks OSS-Fuzz according to containerd#7288.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
@estesp
Copy link
Member

estesp commented Aug 18, 2022

this needs a rebase after #7304 was merged (conflicts with changes to the oss_fuzz_build.sh script)

actually; I see now that this change is superseded by #7304 so I think we can close this PR as it should be fixed.

@estesp
Copy link
Member

estesp commented Aug 18, 2022

Closing per fix in #7304

@estesp estesp closed this Aug 18, 2022
vvejell1 pushed a commit to vvejell1/containerd that referenced this pull request Nov 4, 2022
The fuzzer is broken and it breaks OSS-Fuzz according to containerd#7288.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
jsturtevant pushed a commit to jsturtevant/containerd that referenced this pull request Sep 21, 2023
The fuzzer is broken and it breaks OSS-Fuzz according to containerd#7288.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants