Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'rng-queue' of git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio

Pull virtio-rng update from Amit Shah:
"Add derating factor for use by hwrng core

Sending directly to you with the commit log changes Ted Ts'o pointed
out. Not sure if Rusty's back after his travel, but this already has
his s-o-b"

* 'rng-queue' of git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio:
virtio: rng: add derating factor for use by hwrng core

+1
+1
drivers/char/hw_random/virtio-rng.c
··· 116 116 .cleanup = virtio_cleanup, 117 117 .priv = (unsigned long)vi, 118 118 .name = vi->name, 119 + .quality = 1000, 119 120 }; 120 121 vdev->priv = vi; 121 122