From: David Howells Date: Fri, 8 Jul 2005 00:57:03 +0000 (-0700) Subject: [PATCH] Keys: Base keyring size on key pointer not key struct X-Git-Tag: v2.6.13-rc3~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4014d8f61a6a136d22422cf8aa978e6495dbad9;p=pandora-kernel.git [PATCH] Keys: Base keyring size on key pointer not key struct The attached patch makes the keyring functions calculate the new size of a keyring's payload based on the size of pointer to the key struct, not the size of the key struct itself. Signed-Off-By: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed