From: J. Bruce Fields Date: Tue, 20 Aug 2013 22:13:27 +0000 (-0400) Subject: rpc: fix huge kmalloc's in gss-proxy X-Git-Tag: v3.12-rc1~62^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfd87da1aeb0fd364167ad199f40fe96a6a87be;p=pandora-kernel.git rpc: fix huge kmalloc's in gss-proxy The reply to a gssproxy can include up to NGROUPS_MAX gid's, which will take up more than a page. We therefore need to allocate an array of pages to hold the reply instead of trying to allocate a single huge buffer. Tested-by: Simo Sorce Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed