On Sun, Dec 03, 2023 at 07:59:46AM -0700, Jens Axboe wrote: > On 12/3/23 6:47 AM, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > > > The patch below does not apply to the 6.6-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to <stable@xxxxxxxxxxxxxxx>. > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.6.y > > git checkout FETCH_HEAD > > git cherry-pick -x c392cbecd8eca4c53f2bf508731257d9d0a21c2d > > # <resolve conflicts, build, test, etc.> > > git commit -s > > git send-email --to '<stable@xxxxxxxxxxxxxxx>' --in-reply-to '2023120359-fit-broom-4a79@gregkh' --subject-prefix 'PATCH 6.6.y' HEAD^.. > > Pick this one first: > > commit edecf1689768452ba1a64b7aaf3a47a817da651a > Author: Jens Axboe <axboe@xxxxxxxxx> > Date: Mon Nov 27 20:53:52 2023 -0700 > > io_uring: enable io_mem_alloc/free to be used in other parts > > then it'll work fine. Thanks, that worked! greg k-h