So we have a few patches here, they're pretty small. First patch changes the sed-opal ioctl function parameters to take a void __user* instead of an unsigned long, this required a small cast in the nvme driver. Patch 2 is a UAPI fixup for the IOW to make an ioctl the right size. Patch 3 fixes a compiliation error when building using KSAN due to the stack frame being too large. And lastly we move the Maintainers list from nvme to linux-block.
- SED Opal Fixups Scott Bauer
- [PATCH V5 3/4] Move stack parameters for sed_ioctl ... Scott Bauer
- RE: [PATCH V5 3/4] Move stack parameters for se... David Laight
- Re: [PATCH V5 3/4] Move stack parameters fo... Scott Bauer
- Re: [PATCH V5 3/4] Move stack parameter... Arnd Bergmann
- RE: [PATCH V5 3/4] Move stack para... David Laight
- Re: [PATCH V5 3/4] Move stack ... Arnd Bergmann
- [PATCH V5 2/4] uapi: sed-opal fix IOW for activate ... Scott Bauer
- Re: [PATCH V5 2/4] uapi: sed-opal fix IOW for a... Christoph Hellwig
- [PATCH V5 1/4] block: sed-opal: change ioctl to tak... Scott Bauer