diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2015-12-14 16:01:54 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-14 19:15:05 -0800 |
commit | 8599846d73997cdbccf63f23394d871cfad1e5e6 (patch) | |
tree | 71b9d87febd70d4f439c29ac0b88a3a749f1c4f4 /drivers/hv/hv.c | |
parent | 40f26f3168bf7a4da490db308dc0bd9f9923f41f (diff) | |
download | linux-8599846d73997cdbccf63f23394d871cfad1e5e6.tar.gz linux-8599846d73997cdbccf63f23394d871cfad1e5e6.tar.bz2 linux-8599846d73997cdbccf63f23394d871cfad1e5e6.zip |
Drivers: hv: vmbus: Fix a Host signaling bug
Currently we have two policies for deciding when to signal the host:
One based on the ring buffer state and the other based on what the
VMBUS client driver wants to do. Consider the case when the client
wants to explicitly control when to signal the host. In this case,
if the client were to defer signaling, we will not be able to signal
the host subsequently when the client does want to signal since the
ring buffer state will prevent the signaling. Implement logic to
have only one signaling policy in force for a given channel.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Tested-by: Haiyang Zhang <haiyangz@microsoft.com>
Cc: <stable@vger.kernel.org> # v4.2+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hv.c')
0 files changed, 0 insertions, 0 deletions