]> 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)
commit5bb39f8f4c21882511f454b29be178923d529e28
tree3e9f5f974c2cb5b9911382ee544a44652d7e8ee7
parent853c8b759e201e1fc1f8b84280b5c792292061fc
parent2a44c9b9482da4003364376183f4bdcd3064230a
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.