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>
Thu, 25 Jun 2020 13:33:01 +0000 (15:33 +0200)
commit8b4332c2785f534b6621c8f1fc101be80668a80f
tree65b29b6b288de15e3f16e3d17d701d40f1c4d8f8
parent1a98e4ef324d4735b0a8240717b4e2d1bb9adfd8
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