aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
diff options
context:
space:
mode:
authorDexuan Cui <[email protected]>2019-05-07 07:46:55 +0000
committerSasha Levin <[email protected]>2019-08-20 12:49:57 -0400
commita9fc4340aee041dd186d1fb8f1b5d1e9caf28212 (patch)
tree306ef60e4cfe64f9a058dba56de7f402fc12dcf9 /drivers/net/ethernet/intel/igc
parent89eb4d8d25722a0a0194cf7fa47ba602e32a6da7 (diff)
Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE
In the case of X86_PAE, unsigned long is u32, but the physical address type should be u64. Due to the bug here, the netvsc driver can not load successfully, and sometimes the VM can panic due to memory corruption (the hypervisor writes data to the wrong location). Fixes: 6ba34171bcbd ("Drivers: hv: vmbus: Remove use of slow_virt_to_phys()") Cc: [email protected] Cc: Michael Kelley <[email protected]> Reported-and-tested-by: Juliana Rodrigueiro <[email protected]> Signed-off-by: Dexuan Cui <[email protected]> Reviewed-by: Michael Kelley <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
0 files changed, 0 insertions, 0 deletions