]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'skb-accessor-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 15:48:41 +0000 (11:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 15:48:41 +0000 (11:48 -0400)
commit99206a91599d4c1b1b2da33aac0a1a744e259378
tree41e0cfc0c640666a75ad07588df34addb18176d0
parent947953edb773f90aa2483afff24568161ae751e3
parentf92e0fdc1f191354fe655fe54c090fb28600c09c
Merge branch 'skb-accessor-cleanups'

Johannes Berg says:

====================
skb data accessors cleanup

Over night, Fengguang's bot told me that it compiled all of its many
various configurations successfully, and I had done allyesconfig on
x86_64 myself yesterday to iron out the things I missed.

So now I think I'm happy with it.

My tree was based on your

    commit c590f24159e3c10ee26b7070a3fb6fe74469c412
    Merge: ae868a39f1cc babf186f8726
    Author: David S. Miller <davem@davemloft.net>
    Date:   Thu Jun 15 14:31:56 2017 -0400

        Merge branch 'r8152-support-new-chips'

when the compilation tests happened, but I've reviewed the changes
coming into net-next in the meantime and didn't see any new usages
of skb data accessors having come in.
====================

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