Why is this commit not included here?

commit f95dc207b93da9c88ddbb7741ec3730c6657b88e
Author: Jens Axboe <[email protected]>
AuthorDate: Tue Aug 31 13:57:32 2021 -0600
Commit: Jens Axboe <[email protected]>
CommitDate: Wed Sep 1 12:35:30 2021 -0600

    io-wq: split bounded and unbounded work into separate lists

    We've got a few issues that all boil down to the fact that we have one
    list of pending work items, yet two different types of workers to
    serve them. This causes some oddities around workers switching type and
    even hashed work vs regular work on the same bounded list.

    Just separate them out cleanly, similarly to how we already do
    accounting of what is running. That provides a clean separation and
    removes some corner cases that can cause stalls when handling IO
    that is punted to io-wq.

    Fixes: ecc53c48c13d ("io-wq: check max_worker limits if a worker 
transitions bound state")
    Signed-off-by: Jens Axboe <[email protected]>

Other io_uring related patches where backported here even without being
in linux-stable/linux-5.14.y. So why is this missing?

See also https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1952222


** Changed in: linux-oem-5.14 (Ubuntu Focal)
       Status: Fix Committed => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1956720

Title:
  Focal update: upstream stable patchset 2022-01-07

Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux-oem-5.14 source package in Focal:
  Incomplete

Bug description:
  
      SRU Justification

      Impact:
         The upstream process for stable tree updates is quite similar
         in scope to the Ubuntu SRU process, e.g., each patch has to
         demonstrably fix a bug, and each patch is vetted by upstream
         by originating either directly from a mainline/stable Linux tree or
         a minimally backported form of that patch. The following upstream
         stable patches should be included in the Ubuntu kernel:

         upstream stable patchset 2022-01-07
         from git://git.kernel.org/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.14/+bug/1956720/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to