[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170201163921.GA25524@kroah.com>
Date: Wed, 1 Feb 2017 17:39:21 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Olaf Weber <olaf@....com>
Cc: James Simmons <jsimmons@...radead.org>,
Dan Carpenter <dan.carpenter@...cle.com>,
devel@...verdev.osuosl.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Oleg Drokin <oleg.drokin@...el.com>,
Amir Shehata <amir.shehata@...el.com>,
Lustre Development List <lustre-devel@...ts.lustre.org>
Subject: Re: [lustre-devel] [PATCH 60/60] staging: lustre: libcfs: fix
minimum size check for libcfs ioctl
On Wed, Feb 01, 2017 at 02:32:13PM +0100, Olaf Weber wrote:
> On 31-01-17 03:25, James Simmons wrote:
>
> [...]
>
> > > Also I'm uncomfortable with:
> > >
> > > data = container_of(hdr, struct libcfs_ioctl_data, ioc_hdr);
> > >
> > > If hdr isn't the first member of the struct then the code is broken but
> > > container_of() implies that that isn't a hard requirement. It should
> > > just be:
> > >
> > > data = (struct libcfs_ioctl_data *)hdr;
> >
> > Don't know if hdr being first is a hard requirment. Doug, Amir do you know
> > if it is an requirement?
>
> It's a requirement.
That's horrid. Use container_of to be "safe" here please...
Powered by blists - more mailing lists