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

From: Steven Rostedt
Date: Wed Dec 01 2021 - 12:16:53 EST


On Wed, 1 Dec 2021 09:56:58 -0700
William Kucharski <william.kucharski@xxxxxxxxxx> 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>
> ---
> V3: Reorder structures to avoid leaving alignment padding holes
> V2: Do not remove tabs from macro definitions
>
> include/trace/events/cgroup.h | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)

>From a tracing POV:

Reviewed-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

-- Steve