From: David S. Miller Date: Tue, 26 Apr 2016 16:00:50 +0000 (-0400) Subject: Merge branch 'nla_align-set-4' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c9f261d6e3b1084816e9e2df794a55df16e7387;p=linux-beck.git Merge branch 'nla_align-set-4' Nicolas Dichtel says: ==================== netlink: align attributes when needed (patchset #3) This is the continuation (series #3) of the work done to align netlink attributes when these attributes contain some 64-bit fields. It's the last patchset from what I've seen. The last user of nla_put_u64() is block/drbd. This module does not use standard netlink API (see all the stuff in include/linux/genl_magic_struct.h and include/linux/genl_magic_func.h). I didn't modify it because it's seems hard to do it whithout testing and fully understanding the context (for example, why include/linux/drbd_genl.h is not part of uapi?). Any thoughts? ==================== Signed-off-by: David S. Miller --- 9c9f261d6e3b1084816e9e2df794a55df16e7387