netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] drivers: net: Fix 64-bit statistics seqcount init
@ 2017-08-01 19:11 Florian Fainelli
  2017-08-01 19:11 ` [PATCH net 1/7] b44: Initialize 64-bit stats seqcount Florian Fainelli
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Florian Fainelli @ 2017-08-01 19:11 UTC (permalink / raw)
  To: netdev; +Cc: davem, edumazet, Florian Fainelli

Hi all,

This patch series fixes a bunch of drivers to have their 64-bit statistics
seqcount cookie be initialized correctly. Most of these drivers (except b44,
gtp) are probably used on 64-bit only hosts and so the lockdep splat might have
never been seen.

Florian Fainelli (7):
  b44: Initialize 64-bit stats seqcount
  i40e: Initialize 64-bit statistics TX ring seqcount
  ixgbe: Initialize 64-bit stats seqcounts
  nfp: Initialize RX and TX ring 64-bit stats seqcounts
  gtp: Initialize 64-bit per-cpu stats correctly
  netvsc: Initialize 64-bit stats seqcount
  ipvlan: Fix 64-bit statistics seqcount initialization

 drivers/net/ethernet/broadcom/b44.c                 | 1 +
 drivers/net/ethernet/intel/i40e/i40e_txrx.c         | 2 ++
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c   | 4 ++++
 drivers/net/ethernet/netronome/nfp/nfp_net_common.c | 2 ++
 drivers/net/gtp.c                                   | 2 +-
 drivers/net/hyperv/netvsc.c                         | 2 ++
 drivers/net/ipvlan/ipvlan_main.c                    | 2 +-
 7 files changed, 13 insertions(+), 2 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-08-02 10:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01 19:11 [PATCH net 0/7] drivers: net: Fix 64-bit statistics seqcount init Florian Fainelli
2017-08-01 19:11 ` [PATCH net 1/7] b44: Initialize 64-bit stats seqcount Florian Fainelli
2017-08-01 20:41   ` Michael Chan
2017-08-01 19:11 ` [PATCH net 2/7] i40e: Initialize 64-bit statistics TX ring seqcount Florian Fainelli
2017-08-01 19:11 ` [PATCH net 3/7] ixgbe: Initialize 64-bit stats seqcounts Florian Fainelli
2017-08-01 19:11 ` [PATCH net 4/7] nfp: Initialize RX and TX ring " Florian Fainelli
2017-08-01 20:04   ` Simon Horman
2017-08-01 19:11 ` [PATCH net 5/7] gtp: Initialize 64-bit per-cpu stats correctly Florian Fainelli
2017-08-02 10:46   ` Pablo Neira Ayuso
2017-08-01 19:11 ` [PATCH net 6/7] netvsc: Initialize 64-bit stats seqcount Florian Fainelli
2017-08-01 19:11 ` Florian Fainelli
2017-08-02  2:42   ` Stephen Hemminger
2017-08-01 19:11 ` [PATCH net 7/7] ipvlan: Fix 64-bit statistics seqcount initialization Florian Fainelli
2017-08-02  3:06 ` [PATCH net 0/7] drivers: net: Fix 64-bit statistics seqcount init David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).