]> git.baikalelectronics.ru Git - kernel.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)
commite3e06ab0fbe022ba070ad2be8bb0e411aef94482
tree96330527a988d410a850af86476f1f20ff0e0454
parente84dcf82abc39f371256a658c6c2fb7d97909087
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: b45d2c1579d1 ("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