summaryrefslogtreecommitdiff
path: root/include/net/garp.h
diff options
context:
space:
mode:
authorJayaprakash Shanmugam <jayaprakash.shanmugam@intel.com>2016-11-28 16:06:00 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-02-02 22:41:40 -0800
commit11131e2b8e9454f79ebfc71e45fe246948ce4997 (patch)
treeb82f9ae8a58eba09cbec372ea1abde84907b97a6 /include/net/garp.h
parent52ea3e802047552a8c1ec8c42cad361ffd4ca09c (diff)
i40e: Remove FPK HyperV VF device ID
Requirement for VFs to use the VMBus has been removed that's why removing Hyper-V VF device ID. Change-ID: I84f0964f443ee0db3e5e444b5ace996eb71b8280 Signed-off-by: Jayaprakash Shanmugam <jayaprakash.shanmugam@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'include/net/garp.h')
0 files changed, 0 insertions, 0 deletions
handled by the existing test for VM_EXEC further down. That leaves us with catching the kernel attempts at executing user pages. We can catch that earlier, even before we do find_vma. It is never valid on powerpc for the kernel to take an exec fault to begin with. So fold that test with the existing test for the kernel faulting on kernel addresses to bail out early. Fixes: 1d18ad026844 ("powerpc/mm: Detect instruction fetch denied and report") Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'net/mac802154/rx.c')