summaryrefslogtreecommitdiff
path: root/xmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-12ioops: misc: add dup{,2}_or_die to ioopsDaniel Borkmann1-8/+0
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+151
'> authorAndrew Lutomirski <luto@kernel.org>2016-10-17 10:06:27 -0700 committerHerbert Xu <herbert@gondor.apana.org.au>2016-10-19 11:20:21 +0800 commit6d4952d9d9d4dc2bb9c0255d95a09405a1e958f7 (patch) treede7c243da39513abf015bca7993dff3245467729 /Documentation/IRQ-affinity.txt parent1001354ca34179f3db924eb66672442a173147dc (diff)
hwrng: core - Don't use a stack buffer in add_early_randomness()
hw_random carefully avoids using a stack buffer except in add_early_randomness(). This causes a crash in virtio_rng if CONFIG_VMAP_STACK=y. Reported-by: Matt Mullins <mmullins@mmlx.us> Tested-by: Matt Mullins <mmullins@mmlx.us> Fixes: d3cc7996473a ("hwrng: fetch randomness only after device init") Signed-off-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')