Message ID | 20200102145552.1853992-1-arnd@arndb.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Thu, Jan 2, 2020 at 3:56 PM Arnd Bergmann <arnd@arndb.de> wrote: > > Hi Martin, James, > > If this version seems ok to everyone, please pull into > the scsi tree. It seems I slightly messed up the Cc list here, in case some of you are missing patches, the full series (22 patches, not 27) is mirrored at https://lore.kernel.org/lkml/20200102145552.1853992-1-arnd@arndb.de/T/ as well. Arnd
On Thu, 2020-01-02 at 15:55 +0100, Arnd Bergmann wrote: [...] > Changes since v2: > - Rebase to v5.5-rc4, which contains the earlier bugfixes > - Fix sr_block_compat_ioctl() error handling bug found by > Ben Hutchings [...] Unfortunately that fix was squashed into "compat_ioctl: move sys_compat_ioctl() to ioctl.c" whereas it belongs in "compat_ioctl: scsi: move ioctl handling into drivers". If you decide to rebase again, you can add my Reviewed-by to all patches. Ben.
Arnd,
> If this version seems ok to everyone, please pull into the scsi tree.
Looks good to me. Please address Ben's comment and I'll pull it in.
On Fri, Jan 3, 2020 at 1:22 AM Ben Hutchings <ben.hutchings@codethink.co.uk> wrote: > > On Thu, 2020-01-02 at 15:55 +0100, Arnd Bergmann wrote: > [...] > > Changes since v2: > > - Rebase to v5.5-rc4, which contains the earlier bugfixes > > - Fix sr_block_compat_ioctl() error handling bug found by > > Ben Hutchings > [...] > > Unfortunately that fix was squashed into "compat_ioctl: move > sys_compat_ioctl() to ioctl.c" whereas it belongs in "compat_ioctl: > scsi: move ioctl handling into drivers". Fixed now. > If you decide to rebase again, you can add my Reviewed-by to all > patches. Done, and pushed out to the same tag as before https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git/ block-ioctl-cleanup-5.6 Thank you again for the careful review! Martin, please pull the URL above to get the latest version, the top commit is 8ce156deca718 ("Documentation: document ioctl interfaces better"). Arnd