On Wed, Dec 06, 2023 at 07:36:24AM +0000, Jie Jiang wrote: > Parse uid and gid in bpf_parse_param() so that they can be passed in as > the `data` parameter when mount() bpffs. This will be useful when we > want to control which user/group has the control to the mounted bpffs, > otherwise a separate chown() call will be needed. > > Signed-off-by: Jie Jiang <jiejiang@xxxxxxxxxxxx> > --- Yes, looks good now, Acked-by: Christian Brauner <brauner@xxxxxxxxxx>