rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID
authorDavid Howells <dhowells@redhat.com>
Sat, 2 May 2020 12:38:23 +0000 (13:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:50:37 +0000 (17:50 +0200)
commit6de31dc168f08e55f41cc5040a9f608f09342435
tree77d0fd6d3711a55f6dbe73e2614a103da9cca864
parent2e48a738dc15aeb9bd451654a7f3b6cdc3a74b70
rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID

[ Upstream commit 32f71aa497cfb23d37149c2ef16ad71fce2e45e2 ]

The user ID value isn't actually much use - and leaks a kernel pointer or a
userspace value - so replace it with the call debug ID, which appears in trace
points.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/rxrpc/proc.c