Searched hist:d31ae2548142b7cd12404929ef3a13ae27c9d961 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_backchannel.c | diff d31ae2548142b7cd12404929ef3a13ae27c9d961 Tue Aug 01 11:00:39 CDT 2017 Chuck Lever <chuck.lever@oracle.com> sunrpc: Const-ify all instances of struct rpc_xprt_ops
After transport instance creation, these function pointers never change. Mark them as constant to prevent their use as an attack vector for code injections.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|
H A D | transport.c | diff d31ae2548142b7cd12404929ef3a13ae27c9d961 Tue Aug 01 11:00:39 CDT 2017 Chuck Lever <chuck.lever@oracle.com> sunrpc: Const-ify all instances of struct rpc_xprt_ops
After transport instance creation, these function pointers never change. Mark them as constant to prevent their use as an attack vector for code injections.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | xprt.h | diff d31ae2548142b7cd12404929ef3a13ae27c9d961 Tue Aug 01 11:00:39 CDT 2017 Chuck Lever <chuck.lever@oracle.com> sunrpc: Const-ify all instances of struct rpc_xprt_ops
After transport instance creation, these function pointers never change. Mark them as constant to prevent their use as an attack vector for code injections.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|
/openbmc/linux/net/sunrpc/ |
H A D | xprtsock.c | diff d31ae2548142b7cd12404929ef3a13ae27c9d961 Tue Aug 01 11:00:39 CDT 2017 Chuck Lever <chuck.lever@oracle.com> sunrpc: Const-ify all instances of struct rpc_xprt_ops
After transport instance creation, these function pointers never change. Mark them as constant to prevent their use as an attack vector for code injections.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|