]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'seccomp-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Sep 2025 00:44:09 +0000 (17:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Sep 2025 00:44:09 +0000 (17:44 -0700)
commita240a79d435ae7206a5c5101033f3f81d68bc3b4
tree3992a886dc4cefe57526fa00a4101f93ac5ce28f
parent50157eaa0c13bb5aac5cc45330bf055d95d4af57
parentb0c9bfbab925ac6385d4d06a134fd89cadf771fe
Merge tag 'seccomp-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp update from Kees Cook:

 - Fix race with WAIT_KILLABLE_RECV (Johannes Nixdorf)

* tag 'seccomp-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  selftests/seccomp: Add a test for the WAIT_KILLABLE_RECV fast reply race
  seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fast