cgroup: Trace event cgroup id fields should be u64
authorWilliam Kucharski <william.kucharski@oracle.com>
Wed, 1 Dec 2021 16:56:58 +0000 (09:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 09:53:52 +0000 (10:53 +0100)
commitc0acd5a09796c3c4b919d329c6d9db3a44884c80
tree285e76a9ce9cbc98d22f3ed6eadefd8a114e2246
parente7e178e264183efa6ca70ba1b6440b2ca3bb0e6c
cgroup: Trace event cgroup id fields should be u64

[ Upstream commit e14da77113bb890d7bf9e5d17031bdd476a7ce5e ]

Various trace event fields that store cgroup IDs were declared as
ints, but cgroup_id(() returns a u64 and the structures and associated
TP_printk() calls were not updated to reflect this.

Fixes: 743210386c03 ("cgroup: use cgrp->kn->id as the cgroup ID")
Signed-off-by: William Kucharski <william.kucharski@oracle.com>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/trace/events/cgroup.h