From: Eric Dumazet <eric.duma...@gmail.com> Date: Mon, 05 Mar 2018 11:41:13 -0800
> From: Eric Dumazet <eduma...@google.com> > > Marek reported a LOCKDEP issue occurring on 32bit host, > that we tracked down to the fact that usbnet could either > run from soft or hard irqs. > > This patch adds u64_stats_update_begin_irqsave() and > u64_stats_update_end_irqrestore() helpers to solve this case. ... > Fixes: c8b5d129ee29 ("net: usbnet: support 64bit stats") > Signed-off-by: Eric Dumazet <eduma...@google.com> > Reported-by: Marek Szyprowski <m.szyprow...@samsung.com> > Cc: Greg Ungerer <g...@linux-m68k.org> Applied and queued up for -stable, thanks Eric.