]> git.karo-electronics.de Git - linux-beck.git/commit
Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 May 2012 00:34:09 +0000 (17:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 May 2012 00:34:09 +0000 (17:34 -0700)
commitfb827ec68446c83e9e8754fa9b55aed27ecc4661
treee953aedce01fa1c90a8e7b591e40310c3c1e7447
parentd5b4bb4d103cd601d8009f2d3a7e44586c9ae7cc
parentef26a5a6eadb7cd0637e1e9e246cd42505b8ec8c
Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus

Pull module patches from Rusty Russell, who really sells them:
 "Three trivial patches of no real utility.  Modules are boring."

But to make things slightly more exciting, he adds:
 "Fortunately David Howells is looking to change this, with his module
  signing patchset.  But that's for next merge window...

  Cheers,
  Rusty."

* tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus:
  Guard check in module loader against integer overflow
  modpost: use proper kernel style for autogenerated files
  modpost: Stop grab_file() from leaking filedescriptors if fstat() fails