Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Mar 2013 02:54:28 +0000 (18:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Mar 2013 02:54:28 +0000 (18:54 -0800)
commitd7b815d4daac154a029faf4e8b687a75530d43be
tree3e9f5f974c2cb5b9911382ee544a44652d7e8ee7
parent9da060d0ed571bbff434c4a1ef3e48db99a37ee0
parentf7f154f1246ccc5a0a7e9ce50932627d60a0c878
Merge tag 'fixes-for-linus' of git://git./linux/kernel/git/rusty/linux

Pull virtio hwrng fix from Rusty Russell:
 "Nasty side-effect of vmalloc'ing modules: their static vars cannot be
  put into scatterlists.  Jens has a check queued for this, so it
  shouldn't happen again.

  We could fix this in virtio_rng, but it's actually far easier to just
  do it in the core"

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
  hw_random: make buffer usable in scatterlist.