]> asedeno.scripts.mit.edu Git - linux.git/commit
uio_hv_generic: use correct channel in isr
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 16 Apr 2018 18:19:26 +0000 (11:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 10:43:48 +0000 (12:43 +0200)
commit135db384a2efde3718fd551e3968e97fcb400c84
tree96330527a988d410a850af86476f1f20ff0e0454
parent9ab877a6ccf820483d79602bede0c1aa1da4d26a
uio_hv_generic: use correct channel in isr

Need to mask the correct sub-channel in the callback from VMBUS
isr.  Otherwise, can get in to infinite interrupt storm.

Fixes: 37b96a4931db ("uio_hv_generic: support sub-channels")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio_hv_generic.c