]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 May 2015 18:24:28 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 May 2015 18:24:28 +0000 (11:24 -0700)
commit6e49ba1bb1deddd2da806284a37e7f3d3d711301
treeaa707aa3140bd7dc1853051c1c1a7bd9d280ebd4
parentd0af69886656a93a8c4e9b5bb8f1894a50cf2d8a
parentf36963c9d3f6f415732710da3acdd8608a9fa0e5
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux

Pull fixes for cpumask and modules from Rusty Russell:
 "** NOW WITH TESTING! **

  Two fixes which got lost in my recent distraction.  One is a weird
  cpumask function which needed to be rewritten, the other is a module
  bug which is cc:stable"

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
  cpumask_set_cpu_local_first => cpumask_local_spread, lament
  module: Call module notifier on failure after complete_formation()