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 10:03:23 +0000 (11:03 +0100)
commit1fb3838db45cd5f3ce62dcd58df85f26dbec6149
tree9f9032c6a1d6793b03f590adcd0587e366aea308
parent2d93f960dc7e05c54bc5d3d7edcc0f4ee57e7006
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