Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-20 Thread Matthias Kaehlcke
El Thu, Apr 20, 2017 at 10:45:47AM +0200 Arnd Bergmann ha dit: > On Wed, Apr 19, 2017 at 11:37 PM, Matthias Kaehlcke wrote: > > El Wed, Apr 19, 2017 at 10:48:47PM +0200 Arnd Bergmann ha dit: > >> On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke > >>

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-20 Thread Matthias Kaehlcke
El Thu, Apr 20, 2017 at 10:45:47AM +0200 Arnd Bergmann ha dit: > On Wed, Apr 19, 2017 at 11:37 PM, Matthias Kaehlcke wrote: > > El Wed, Apr 19, 2017 at 10:48:47PM +0200 Arnd Bergmann ha dit: > >> On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke > >> wrote: > >> > El Tue, Apr 04, 2017 at

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-20 Thread Arnd Bergmann
On Wed, Apr 19, 2017 at 11:37 PM, Matthias Kaehlcke wrote: > El Wed, Apr 19, 2017 at 10:48:47PM +0200 Arnd Bergmann ha dit: >> On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke wrote: >> > El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit:

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-20 Thread Arnd Bergmann
On Wed, Apr 19, 2017 at 11:37 PM, Matthias Kaehlcke wrote: > El Wed, Apr 19, 2017 at 10:48:47PM +0200 Arnd Bergmann ha dit: >> On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke wrote: >> > El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: >> Aside from that, I see that you are

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-19 Thread Matthias Kaehlcke
Hi Arnd, El Wed, Apr 19, 2017 at 10:48:47PM +0200 Arnd Bergmann ha dit: > On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke wrote: > > El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: > > > >> From: Mark Charlebois > >> > >> cmd in

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-19 Thread Matthias Kaehlcke
Hi Arnd, El Wed, Apr 19, 2017 at 10:48:47PM +0200 Arnd Bergmann ha dit: > On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke wrote: > > El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: > > > >> From: Mark Charlebois > >> > >> cmd in COMPATIBLE_IOCTL is always a u32, so cast

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-19 Thread Arnd Bergmann
On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke wrote: > El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: > >> From: Mark Charlebois >> >> cmd in COMPATIBLE_IOCTL is always a u32, so cast it so there isn't a >> warning about an overflow

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-19 Thread Arnd Bergmann
On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke wrote: > El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: > >> From: Mark Charlebois >> >> cmd in COMPATIBLE_IOCTL is always a u32, so cast it so there isn't a >> warning about an overflow in XFORM. >> >> From: Mark Charlebois

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-19 Thread Matthias Kaehlcke
El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: > From: Mark Charlebois > > cmd in COMPATIBLE_IOCTL is always a u32, so cast it so there isn't a > warning about an overflow in XFORM. > > From: Mark Charlebois > Signed-off-by: Mark

Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-19 Thread Matthias Kaehlcke
El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: > From: Mark Charlebois > > cmd in COMPATIBLE_IOCTL is always a u32, so cast it so there isn't a > warning about an overflow in XFORM. > > From: Mark Charlebois > Signed-off-by: Mark Charlebois > Signed-off-by: Behan Webster

[PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-04 Thread Matthias Kaehlcke
From: Mark Charlebois cmd in COMPATIBLE_IOCTL is always a u32, so cast it so there isn't a warning about an overflow in XFORM. From: Mark Charlebois Signed-off-by: Mark Charlebois Signed-off-by: Behan Webster

[PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL

2017-04-04 Thread Matthias Kaehlcke
From: Mark Charlebois cmd in COMPATIBLE_IOCTL is always a u32, so cast it so there isn't a warning about an overflow in XFORM. From: Mark Charlebois Signed-off-by: Mark Charlebois Signed-off-by: Behan Webster Signed-off-by: Matthias Kaehlcke Acked-by: Arnd Bergmann --- Resending