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:49:01 +0000 (17:49 +0200)
commit81f7dd514bdce410d63c3fcb9045322f9f4089f3
treeaa22c9d3b8b40ae2c24c36223fab1b8516f34605
parentec3b5cb2ac1c5c656df5009d53e344eea1f7bd34
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