]> Gentwo Git Trees - linux/.git/commit
Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Nov 2025 19:37:40 +0000 (11:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Nov 2025 19:37:40 +0000 (11:37 -0800)
commit8b4a014e2865a970c18c1e9bba2b5c5a7322045f
treedc66b990f822405c43839b7f424c878d635ea570
parentd0309c054362a235077327b46f727bc48878a3bc
parentdd4adb986a86727ed8f56c48b6d0695f1e211e65
Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kselftest fix from Shuah Khan:
 "Fixes event-filter-function.tc tracing test failure caused when a
  first run to sample events triggers kmem_cache_free which interferes
  with the rest of the test.

  Fix this by calling sample_events twice to eliminate the
  kmem_cache_free related noise from the sampling"

* tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests/tracing: Run sample events to clear page cache events