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