]> Git Repo - linux.git/commitdiff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
authorLinus Torvalds <[email protected]>
Thu, 14 Aug 2014 16:09:48 +0000 (10:09 -0600)
committerLinus Torvalds <[email protected]>
Thu, 14 Aug 2014 16:09:48 +0000 (10:09 -0600)
Pull seccomp fix from James Morris.

BUG(!spin_is_locked()) really doesn't work very well in UP
configurations without any actual spinlock state.  Which is very much
why we have that "assert_spin_lock()" function for this.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock


Trivial merge
This page took 0.054129 seconds and 4 git commands to generate.