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

From: Greg Kroah-Hartman
Date: Wed Dec 01 2021 - 09:54:31 EST


On Wed, Dec 01, 2021 at 07:40:43AM -0700, William Kucharski wrote:
> Various trace event fields that store cgroup IDs were declared
> as ints, but cgroup_id(() returns a u64 and the conversion was
> not intended.
>
> Also remove extraneous spaces in fields that are no longer proper C style.

Shouldn't this be 2 different patches? When writing "also" that's a
huge hint that the patch should be split up.

So one for the bugfix, and one for the coding style change?

thanks,

greg k-h