commit | 32f71aa497cfb23d37149c2ef16ad71fce2e45e2 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat May 02 13:38:23 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Sun May 31 15:19:51 2020 +0100 |
tree | f13590b811866c786810b74656450e9d10618c93 | |
parent | 23e2db311a10ba66c439ddac7a703991309702ee [diff] |
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>