Skip to content

LoongArch, bpf: Set bpf_jit_bypass_spec_v1/v4() #9135

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

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions arch/loongarch/net/bpf_jit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,3 +1359,13 @@ bool bpf_jit_supports_subprog_tailcalls(void)
{
return true;
}

bool bpf_jit_bypass_spec_v1(void)
{
return true;
}

bool bpf_jit_bypass_spec_v4(void)
{
return true;
}
Loading