Skip to content

Commit ca4d240

Browse files
committed
Test PR checker
selftests/bpf: Fix pyperf180 compilation failure with clang18 jira LE-2125 commit-author Yonghong Song <[email protected]> commit 100888f To workaround the issue, previously all 180 loop iterations are fully unrolled. The bpf macro __BPF_CPU_VERSION__ (implemented in clang18 recently) is used to avoid unrolling changes if cpu=v4. If __BPF_CPU_VERSION__ is not available and the compiler is clang18, the unrollng amount is unconditionally reduced. [1] llvm/llvm-project@1a2e77c Signed-off-by: Yonghong Song <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Tested-by: Alan Maguire <[email protected]> Link: https://lore.kernel.org/bpf/[email protected] (cherry picked from commit 100888f) Signed-off-by: Brett Mastbergen <[email protected]>
1 parent 06ae0bd commit ca4d240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/intel_txt.txt

+2
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,5 @@ any other macrocode and its correct operation is critical to the
225225
establishment of the DRTM. The process for determining the correct
226226
SINIT ACM for a system is documented in the SINIT-guide.txt file
227227
that is on the tboot SourceForge site under the SINIT ACM downloads.
228+
229+
Add a minor change to force PR checker

0 commit comments

Comments
 (0)