diff options
| author | Nathan Chancellor <[email protected]> | 2024-01-11 20:16:48 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2024-01-23 22:40:22 +0000 |
| commit | f067074bafd5060428211ee7bb8a3f86ff6bc58d (patch) | |
| tree | a96fdd2853f261cfeee38c8df26e64bb6f09c40e /tools/testing/selftests/bpf/prog_tests/xdpwall.c | |
| parent | selftests/bpf: detect testing prog flags support (diff) | |
| download | kernel-f067074bafd5060428211ee7bb8a3f86ff6bc58d.tar.gz kernel-f067074bafd5060428211ee7bb8a3f86ff6bc58d.zip | |
selftests/bpf: Update LLVM Phabricator links
reviews.llvm.org was LLVM's Phabricator instances for code review. It
has been abandoned in favor of GitHub pull requests. While the majority
of links in the kernel sources still work because of the work Fangrui
has done turning the dynamic Phabricator instance into a static archive,
there are some issues with that work, so preemptively convert all the
links in the kernel sources to point to the commit on GitHub.
Most of the commits have the corresponding differential review link in
the commit message itself so there should not be any loss of fidelity in
the relevant information.
Additionally, fix a typo in the xdpwall.c print ("LLMV" -> "LLVM") while
in the area.
Link: https://discourse.llvm.org/t/update-on-github-pull-requests/71540/172
Acked-by: Yonghong Song <[email protected]>
Signed-off-by: Nathan Chancellor <[email protected]>
Link: https://lore.kernel.org/r/20240111-bpf-update-llvm-phabricator-links-v2-1-9a7ae976bd64@kernel.org
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/xdpwall.c')
| -rw-r--r-- | tools/testing/selftests/bpf/prog_tests/xdpwall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/xdpwall.c b/tools/testing/selftests/bpf/prog_tests/xdpwall.c index f3927829a55a..4599154c8e9b 100644 --- a/tools/testing/selftests/bpf/prog_tests/xdpwall.c +++ b/tools/testing/selftests/bpf/prog_tests/xdpwall.c @@ -9,7 +9,7 @@ void test_xdpwall(void) struct xdpwall *skel; skel = xdpwall__open_and_load(); - ASSERT_OK_PTR(skel, "Does LLMV have https://reviews.llvm.org/D109073?"); + ASSERT_OK_PTR(skel, "Does LLVM have https://github.com/llvm/llvm-project/commit/ea72b0319d7b0f0c2fcf41d121afa5d031b319d5?"); xdpwall__destroy(skel); } |
