]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
random: add interrupt callback to VMBus IRQ handler
authorStephan Mueller <smueller@chronox.de>
Mon, 2 May 2016 06:14:34 +0000 (02:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Jun 2016 15:54:33 +0000 (11:54 -0400)
commit4b44f2d18a330565227a7348844493c59366171e
tree5a995230ac3e2e56bc3042385a2f585c31e9389d
parent9b4d008787f864f17d008c9c15bbe8a0f7e2fc24
random: add interrupt callback to VMBus IRQ handler

The Hyper-V Linux Integration Services use the VMBus implementation for
communication with the Hypervisor. VMBus registers its own interrupt
handler that completely bypasses the common Linux interrupt handling.
This implies that the interrupt entropy collector is not triggered.

This patch adds the interrupt entropy collection callback into the VMBus
interrupt handler function.

Cc: stable@kernel.org
Signed-off-by: Stephan Mueller <stephan.mueller@atsec.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
drivers/char/random.c
drivers/hv/vmbus_drv.c