diff options
author | Dongli Zhang <dongli.zhang@oracle.com> | 2016-10-31 06:38:29 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-10-31 21:05:32 +0100 |
commit | 87557efc27f6a50140fb20df06a917f368ce3c66 (patch) | |
tree | 655648d282d40aac011d0adfa08ef362c97bde05 /net | |
parent | Merge tag 'wireless-drivers-for-davem-2016-10-30' of git://git.kernel.org/pub... (diff) | |
download | linux-87557efc27f6a50140fb20df06a917f368ce3c66.tar.xz linux-87557efc27f6a50140fb20df06a917f368ce3c66.zip |
xen-netfront: do not cast grant table reference to signed short
While grant reference is of type uint32_t, xen-netfront erroneously casts
it to signed short in BUG_ON().
This would lead to the xen domU panic during boot-up or migration when it
is attached with lots of paravirtual devices.
Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions