]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'seccomp-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2021 01:12:18 +0000 (17:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Feb 2021 01:12:18 +0000 (17:12 -0800)
commit01471513a4566e2bd11cfef0518969506cbf29d9
treec620e6efef42ae5dadd161a5768e6b61e7b31d8a
parent20da713d538962ef5e19b4f5f1470c69f78b121b
parent7b2c3c9505cbb8f27feeb9b26cd6a31b3d5647ff
Merge tag 'seccomp-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp updates from Kees Cook:
 "Two small seccomp updates.

  This contains a fix for a build failure that went unnoticed for many
  years, and a memory barrier correction:

   - Fix a non-FILTER build failure for some architectures (Paul
     Cercueil)

   - Improve performance with correct memory barrier (wanghongzhe)"

* tag 'seccomp-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  seccomp: Improve performace by optimizing rmb()
  seccomp: Add missing return in non-void function