Changes since v2: - Remove over-aggressive length sanity check 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 --- 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 | 91 +++++++++++++++++++++++++++++----------- net/sunrpc/xdr.c | 55 ------------------------ 3 files changed, 66 insertions(+), 81 deletions(-) -- Chuck Lever