From: Oleg Nesterov Date: Sun, 29 Oct 2006 15:57:16 +0000 (+0300) Subject: [PATCH] taskstats: fix sk_buff size calculation X-Git-Tag: v2.6.19-rc4~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8334def5cf831d2ed438aae021696a2faa4ddd;p=pandora-kernel.git [PATCH] taskstats: fix sk_buff size calculation prepare_reply() adds GENL_HDRLEN to the payload (genlmsg_total_size()), but then it does genlmsg_put()->nlmsg_put(). This means we forget to reserve a room for 'struct nlmsghdr'. Signed-off-by: Oleg Nesterov Cc: Thomas Graf Cc: Andrew Morton Cc: Shailabh Nagar Cc: Balbir Singh Cc: Jay Lan Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed