[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK8P3a1HBog84Wvdgm1ccz1gRJRxHm8ucsxwUTTqh02gOt9WbQ@mail.gmail.com>
Date: Wed, 9 Oct 2019 18:01:29 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Steffen Maier <maier@...ux.ibm.com>
Cc: "James E . J . Bottomley" <jejb@...ux.ibm.com>,
"Martin K . Petersen" <martin.petersen@...cle.com>,
Doug Gilbert <dgilbert@...erlog.com>,
linux-scsi <linux-scsi@...r.kernel.org>,
linux-s390 <linux-s390@...r.kernel.org>,
Benjamin Block <bblock@...ux.ibm.com>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Vasily Gorbik <gor@...ux.ibm.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Jens Axboe <axboe@...nel.dk>,
Al Viro <viro@...iv.linux.org.uk>,
Linux FS-devel Mailing List <linux-fsdevel@...r.kernel.org>,
Chaitanya Kulkarni <chaitanya.kulkarni@....com>,
Thomas Gleixner <tglx@...utronix.de>,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
Omar Sandoval <osandov@...com>,
linux-block <linux-block@...r.kernel.org>,
Linux-Next Mailing List <linux-next@...r.kernel.org>,
Mark Brown <broonie@...nel.org>, dm-devel@...hat.com
Subject: Re: [PATCH] compat_ioctl: fix reimplemented SG_IO handling causing
-EINVAL from sg_io()
On Wed, Sep 18, 2019 at 5:35 PM Steffen Maier <maier@...ux.ibm.com> wrote:
>
> scsi_cmd_ioctl() had hdr as on stack auto variable and called
> copy_{from,to}_user with the address operator &hdr and sizeof(hdr).
>
> After the refactoring, {get,put}_sg_io_hdr() takes a pointer &hdr.
> So the copy_{from,to}_user within the new helper functions should
> just take the given pointer argument hdr and sizeof(*hdr).
>
> I saw -EINVAL from sg_io() done by /usr/lib/udev/scsi_id which could
> in turn no longer whitelist SCSI disks for devicemapper multipath.
>
> Signed-off-by: Steffen Maier <maier@...ux.ibm.com>
> Fixes: 4f45155c29fd ("compat_ioctl: reimplement SG_IO handling")
> ---
>
> Arnd, I'm not sure about the sizeof(hdr32) change in the compat part in
> put_sg_io_hdr().
>
> This is for next, probably via Arnd's y2038/y2038,
> and it fixes next-20190917 for me regarding SCSI generic.
Hi Steffen,
Sorry for the long delay. I ended up not sending my pull request for
v5.4, so the bug is not there. I have now rebased my branch
on top of v5.4-rc2 and plan to send it for the v5.5 merge window.
I have folded your bugfix into my original patch, hope that's ok with
you. Tomorrow's linux-next should be fixed.
Arnd
Powered by blists - more mailing lists