Commit 09f6b0c8 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'linux_kselftest-fixes-6.12-rc3' of...

Merge tag 'linux_kselftest-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kselftest fixes from Shuah Khan:
 "Fixes for build, run-time errors, and reporting errors:

   - ftrace: regression test for a kernel crash when running function
     graph tracing and then enabling function profiler.

   - rseq: fix for mm_cid test failure.

   - vDSO:
      - fixes to reporting skip and other error conditions
      - changes unconditionally build chacha and getrandom tests on all
        architectures to make it easier for them to run in CIs
      - build error when sched.h to bring in CLONE_NEWTIME define"

* tag 'linux_kselftest-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  ftrace/selftest: Test combination of function_graph tracer and function profiler
  selftests/rseq: Fix mm_cid test failure
  selftests: vDSO: Explicitly include sched.h
  selftests: vDSO: improve getrandom and chacha error messages
  selftests: vDSO: unconditionally build getrandom test
  selftests: vDSO: unconditionally build chacha test
parents 974099e4 4ee5ca9a
Loading
Loading
Loading
Loading

tools/arch/arm64/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/arm64/kernel/vdso
 No newline at end of file

tools/arch/loongarch/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/loongarch/vdso
 No newline at end of file

tools/arch/powerpc/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/powerpc/kernel/vdso
 No newline at end of file

tools/arch/s390/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/s390/kernel/vdso64
 No newline at end of file

tools/arch/x86/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/x86/entry/vdso/
 No newline at end of file
Loading