WSL2-Linux-Kernel/drivers/net/ethernet/intel/ixgbevf
Sebastian Andrzej Siewior 0171f4e8d3 net: intel: Remove in_interrupt() warnings
in_interrupt() is ill defined and does not provide what the name
suggests. The usage especially in driver code is deprecated and a tree wide
effort to clean up and consolidate the (ab)usage of in_interrupt() and
related checks is happening.

In this case the checks cover only parts of the contexts in which these
functions cannot be called. They fail to detect preemption or interrupt
disabled invocations.

As the functions which are invoked from the various places contain already
a broad variety of checks (always enabled or debug option dependent) cover
all invalid conditions already, there is no point in having inconsistent
warnings in those drivers.

Just remove them.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-29 14:02:54 -07:00
..
Makefile ixgbe/ixgbevf: fix XFRM_ALGO dependency 2018-10-31 10:53:15 -07:00
defines.h ixgbevf: enable VF IPsec offload operations 2018-08-28 14:33:30 -07:00
ethtool.c net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ipsec.c xfrm: prefer secpath_set over secpath_dup 2018-12-19 11:21:38 -08:00
ipsec.h ixgbevf: add VF IPsec offload code 2018-08-28 14:33:26 -07:00
ixgbevf.h net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ixgbevf_main.c net: intel: Remove in_interrupt() warnings 2020-09-29 14:02:54 -07:00
mbx.c net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
mbx.h ixgbevf: add defines for IPsec offload request 2018-08-28 14:33:19 -07:00
regs.h net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00
vf.c ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
vf.h net: intel: Cleanup the copyright/license headers 2018-04-27 14:00:04 -04:00