Re: [PATCH V3] cgroup: Trace event cgroup id fields should be u64

From: Tejun Heo
Date: Wed Dec 01 2021 - 12:24:18 EST


On Wed, Dec 01, 2021 at 09:56:58AM -0700, William Kucharski wrote:
> 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@xxxxxxxxxx>

Applied to cgroup/for-5.17.

Thanks.

--
tejun