diff options
| author | Jianguo Wu <[email protected]> | 2021-05-27 16:54:24 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-05-28 13:59:15 -0700 |
| commit | 2f1af441fd5dd5caf0807bb19ce9bbf9325ce534 (patch) | |
| tree | 284db0055a120ab9c6688883b73bd8e9393633b2 /tools/perf/scripts/python/sctop.py | |
| parent | af9207adb6d9986be6ed64e76705cf513087e724 (diff) | |
mptcp: fix pr_debug in mptcp_token_new_connect
After commit 2c5ebd001d4f ("mptcp: refactor token container"),
pr_debug() is called before mptcp_crypto_key_gen_sha() in
mptcp_token_new_connect(), so the output local_key, token and
idsn are 0, like:
MPTCP: ssk=00000000f6b3c4a2, local_key=0, token=0, idsn=0
Move pr_debug() after mptcp_crypto_key_gen_sha().
Fixes: 2c5ebd001d4f ("mptcp: refactor token container")
Acked-by: Paolo Abeni <[email protected]>
Signed-off-by: Jianguo Wu <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions