]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'net-Fix-64-bit-statistics-seqcount-init'
authorDavid S. Miller <davem@davemloft.net>
Wed, 2 Aug 2017 03:06:07 +0000 (20:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Aug 2017 03:06:07 +0000 (20:06 -0700)
commit12c5d0c0485fd03127e24848af0f0aff399d2db9
tree3d330c52a73b74f193162dbb8616bb8a248373da
parent1bff8a0c1f8c236209ee369b7952751c04eaa71a
parent87173cd6cf242f2340db187d82bd47a48fe5e5fe
Merge branch 'net-Fix-64-bit-statistics-seqcount-init'

Florian Fainelli says:

====================
drivers: net: Fix 64-bit statistics seqcount init

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>