linux_dsm_epyc7002/drivers/net/ethernet/qlogic
Arnd Bergmann b2dfcb3f83 netxen: remove timespec usage
netxen_collect_minidump() evidently just wants to get a monotonic
timestamp. Using jiffies_to_timespec(jiffies, &ts) is not
appropriate here, since it will overflow after 2^32 jiffies,
which may be as short as 49 days of uptime.

ktime_get_seconds() is the correct interface here.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-11-30 09:26:31 -05:00
..
netxen netxen: remove timespec usage 2017-11-30 09:26:31 -05:00
qed qed: use kzalloc instead of kmalloc and memset 2017-11-16 10:49:00 +09:00
qede net: bpf: rename ndo_xdp to ndo_bpf 2017-11-05 22:26:18 +09:00
qlcnic License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qlge Merge branch 'akpm' (patches from Andrew) 2017-11-15 19:42:40 -08:00
Kconfig qed: Fix iWARP out of order flow 2017-10-19 12:46:43 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qla3xxx.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
qla3xxx.h