]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nla_align-set-2'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2016 19:09:12 +0000 (15:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2016 19:09:12 +0000 (15:09 -0400)
commit8bcb60a6f092eff7fe0364927df7cb55ea04e595
treef3a8e41d923583b0df37b48898be106eadf70671
parent3de9fe4449c71ca706e740d1728572d4b85a5571
parent3eac057cfa135c5da023f0713bc9aa7e67f845c7
Merge branch 'nla_align-set-2'

Nicolas Dichtel says:

====================
netlink: align attributes when needed (patchset #2)

This is the continuation (series #2) of the work done to align netlink
attributes when these attributes contain some 64-bit fields.

In patch #3, I didn't modify the function ila_encap_nlsize(). I was waiting
feedback for this patch: http://patchwork.ozlabs.org/patch/613766/
If it's approved, there will be an update to switch nla_total_size() to
nla_total_size_64bit() after the merge of net in net-next.
====================

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