]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Trim stack utilization in the wrap and unwrap paths
authorChuck Lever <chuck.lever@oracle.com>
Wed, 11 Mar 2020 15:21:17 +0000 (11:21 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 16 Mar 2020 14:18:45 +0000 (10:18 -0400)
commit21778c55c32eb1abbbff302e3d2c59d73e88a970
tree7d2bff442942e3a7331fd854658cc3468ef377de
parent919e91012cdadbe57a07b7e844958b0be906c7ca
SUNRPC: Trim stack utilization in the wrap and unwrap paths

By preventing compiler inlining of the integrity and privacy
helpers, stack utilization for the common case (authentication only)
goes way down.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/auth_gss/auth_gss.c