]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a46a259c868f01b84e01d98176cf9f21cc0d8e1
tree3e9f5f974c2cb5b9911382ee544a44652d7e8ee7
parent73e55e455d4a8633c2dccafb2939cf8ef76498e6
parent3d2c71df64821abc5f7ff19e84fb66da8da4d82c
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/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.