lkml.org 
[lkml]   [2021]   [May]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] tools/iio: iio_event_monitor: Fix ioctl error check
On Wed, 28 Apr 2021 15:33:21 +0000
"Sa, Nuno" <Nuno.Sa@analog.com> wrote:

> > From: Sa, Nuno <Nuno.Sa@analog.com>
> > Sent: Wednesday, April 28, 2021 5:31 PM
> > To: Paul Cercueil <paul@crapouillou.net>; Jonathan Cameron
> > <jic23@kernel.org>; Lars-Peter Clausen <lars@metafoo.de>; Peter
> > Meerwald-Stadler <pmeerw@pmeerw.net>
> > Cc: linux-iio@vger.kernel.org; linux-kernel@vger.kernel.org
> > Subject: RE: [PATCH] tools/iio: iio_event_monitor: Fix ioctl error check
> >
> >
> > > From: Paul Cercueil <paul@crapouillou.net>
> > > Sent: Wednesday, April 28, 2021 5:08 PM
> > > To: Jonathan Cameron <jic23@kernel.org>; Lars-Peter Clausen
> > > <lars@metafoo.de>; Peter Meerwald-Stadler
> > > <pmeerw@pmeerw.net>
> > > Cc: linux-iio@vger.kernel.org; linux-kernel@vger.kernel.org; Paul
> > > Cercueil <paul@crapouillou.net>
> > > Subject: [PATCH] tools/iio: iio_event_monitor: Fix ioctl error check
> > >
> > >
> > > The ioctrl() call will return errno=EINVAL if the device does not
> > > support the events interface, and not ENODEV.
> > >
> > > Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> >
> > Reviewed-by: Nuno Sa <nuno.sa@analog.com>
> >
>
> I guess this should have a Fixes: tag...

So, I did a bit of detective work on this one. Seems this change in error
code was actually introduced as a side effect of Alex's recent rework of
the IOCTLs. Prior to that we returned -ENODEV for this case and now
we do indeed return EINVAL.

So we may need to figure out how to fix that, or decide that such is life
and modify this code to give the right error message as done in this patch...

Linus / Alex, thoughts? It's always been a bit messy because we also
return -ENODEV in the path where the ioctl hits a driver that is going away
so it hasn't uniquely identified a lack of support for a long time, even
if that is by far the most likely reason for this return code.

Jonathan


>
> - Nuno Sá

\
 
 \ /
  Last update: 2021-05-03 13:05    [W:0.264 / U:1.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site