From: Benjamin Poirier <bpoir...@suse.com> Date: Wed, 17 May 2017 16:24:13 -0400
> Some statistics passed to ethtool are garbage because e1000e_get_stats64() > doesn't write them, for example: tx_heartbeat_errors. This leaks kernel > memory to userspace and confuses users. > > Do like ixgbe and use dev_get_stats() which first zeroes out > rtnl_link_stats64. > > Fixes: 5944701df90d ("net: remove useless memset's in drivers get_stats64") > Reported-by: Stefan Priebe <s.pri...@profihost.ag> > Signed-off-by: Benjamin Poirier <bpoir...@suse.com> Jeff, please be sure to pick this up, thanks.