From: David S. Miller Date: Thu, 14 Nov 2013 22:11:17 +0000 (-0500) Subject: Merge branch 'genetlink' X-Git-Tag: v3.13-rc1~33^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fb09a8705623b84a9f085345aa59b38d3649902;p=profile%2Fivi%2Fkernel-x86-ivi.git Merge branch 'genetlink' Johannes Berg says: ==================== genetlink: reduce ops size and complexity (v2) As before - reduce the complexity and data/code size of genetlink ops by making them an array rather than a linked list. Most users already use an array thanks to genl_register_family_with_ops(), so convert the remaining ones allowing us to get rid of the list head in each op. Also make them const, this just makes sense at that point and the security people like making function pointers const as well :-) ==================== Signed-off-by: David S. Miller --- 4fb09a8705623b84a9f085345aa59b38d3649902