Changes since v1: - Reviewed-by: Ben Coddington <bcodding@xxxxxxxxxx> - Revised patch description of PATCH 1/3 - Split out stack diet change into a separate patch Turns out the gss routines are pretty hefty stack users. More work needs to be done throughout. PATCH 3/3 is kind of a down payment. --- Chuck Lever (3): sunrpc: Fix gss_unwrap_resp_integ() again SUNRPC: Remove xdr_buf_read_mic() SUNRPC: Trim stack utilization in the wrap and unwrap paths include/linux/sunrpc/xdr.h | 1 net/sunrpc/auth_gss/auth_gss.c | 93 +++++++++++++++++++++++++++++----------- net/sunrpc/xdr.c | 55 ------------------------ 3 files changed, 68 insertions(+), 81 deletions(-) -- Chuck Lever