On Fri, Dec 20, 2019 at 9:51 AM Jens Axboe <axboe@xxxxxxxxx> wrote: > > Here's a set of block changes that should go into this release. No can do. > - Series from Arnd with compat_ioctl fixes This doesn't even build: block/compat_ioctl.c: In function ‘compat_blkdev_ioctl’: block/compat_ioctl.c:411:7: error: ‘IOC_PR_REGISTER’ undeclared (first use in this function) 411 | case IOC_PR_REGISTER: | ^~~~~~~~~~~~~~~ with several other related errors (IOC_PR_RESERVE, IOC_PR_RELEASE, IOC_PR_PREEMPT, IOC_PR_PREEMPT_ABORT, IOC_PR_CLEAR) Linus