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)
committerDavid Howells <dhowells@redhat.com>
Sun, 31 May 2020 14:19:51 +0000 (15:19 +0100)
commit32f71aa497cfb23d37149c2ef16ad71fce2e45e2
treef13590b811866c786810b74656450e9d10618c93
parent23e2db311a10ba66c439ddac7a703991309702ee
rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID

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>
net/rxrpc/proc.c