]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rxrpc: Use refcount_t rather than atomic_t
authorDavid Howells <dhowells@redhat.com>
Sat, 21 May 2022 07:45:22 +0000 (08:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Dec 2022 16:39:59 +0000 (17:39 +0100)
commit23c03ee0eec4424a54a5619b23954d9069bac026
treea5dd971e56248b62ab34a3fd249c705ab74f7595
parentbddde342c62ee741a5417df6da93c0701b020e86
rxrpc: Use refcount_t rather than atomic_t

[ Upstream commit a05754295e01f006a651eec759c5dbe682ef6cef ]

Move to using refcount_t rather than atomic_t for refcounts in rxrpc.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: 3bcd6c7eaa53 ("rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]")
Signed-off-by: Sasha Levin <sashal@kernel.org>
13 files changed:
include/trace/events/rxrpc.h
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/call_object.c
net/rxrpc/conn_client.c
net/rxrpc/conn_object.c
net/rxrpc/conn_service.c
net/rxrpc/input.c
net/rxrpc/local_object.c
net/rxrpc/peer_object.c
net/rxrpc/proc.c
net/rxrpc/skbuff.c