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 <yonghong.song@linux.dev> 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 <yonghong.song@linux.dev> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Tested-by: Alan Maguire <alan.maguire@oracle.com> Link: https://lore.kernel.org/bpf/20231110193644.3130906-1-yonghong.song@linux.dev (cherry picked from commit 100888f) Signed-off-by: Brett Mastbergen <bmastbergen@ciq.com>
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

Lines changed: 2 additions & 0 deletions
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)