kernel_samsung_a53x/net/sunrpc/xprtrdma
Chuck Lever 5b133c1ad1 Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
[ Upstream commit 7827c81f0248e3c2f40d438b020f3d222f002171 ]

The premise that "Once an svc thread is scheduled and executing an
RPC, no other processes will touch svc_rqst::rq_flags" is false.
svc_xprt_enqueue() examines the RQ_BUSY flag in scheduled nfsd
threads when determining which thread to wake up next.

Found via KCSAN.

Fixes: 28df0988815f ("SUNRPC: Use RMW bitops in single-threaded hot paths")
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 12:28:29 +01:00
..
backchannel.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
frwr_ops.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
module.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rpc_rdma.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
svc_rdma.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
svc_rdma_backchannel.c SUNRPC: Rename svc_close_xprt() 2024-11-19 12:27:54 +01:00
svc_rdma_recvfrom.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
svc_rdma_rw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
svc_rdma_sendto.c NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders 2024-11-19 12:27:20 +01:00
svc_rdma_transport.c Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" 2024-11-19 12:28:29 +01:00
transport.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
verbs.c rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL 2024-11-19 12:27:09 +01:00
xprt_rdma.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00