]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
drop 4 patches based on RC review feedback
authorSasha Levin <sashal@kernel.org>
Fri, 22 May 2026 12:36:34 +0000 (08:36 -0400)
committerSasha Levin <sashal@kernel.org>
Fri, 22 May 2026 13:10:41 +0000 (09:10 -0400)
commit58073e88506399f5d1617cc9d83b7707bc7e4519
treecae2df3df9e16ae42166cc13366b1a235fadc9e6
parent5ffb022a62c6d0ecb81accddd5cffdd03f5368b3
drop 4 patches based on RC review feedback

Dropped patches:

- "bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalize"
  Queues: 6.12, 6.6
  Reason: build break on riscv — removes the inline bpf_flush_icache()
  definition but the prerequisite (6798668ab195, "riscv, bpf: Remove
  duplicated bpf_flush_icache()") is missing in 6.12/6.6, leaving an
  undefined caller in arch/riscv/net/bpf_jit_comp64.c.
  Report: https://lore.kernel.org/stable/b8ef921f-e2ab-4cfb-b75c-89e4277214cf@oracle.com/

- "fuse: new work queue to periodically invalidate expired dentries"
  Queues: 6.18
  Reason: FUSE maintainer Miklos Szeredi NAK — "This is not stable
  material, and I don't think the dependency is real."
  Report: https://lore.kernel.org/stable/CAOssrKcqmVW3kJ131tRF3LCJVQUtdRB31B5HENDfpgrq6r=jEA@mail.gmail.com/

- "dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()"  [dependency]
  Queues: 6.18
  Reason: only present to support the dropped workqueue patch (Stable-dep-of: 5a6baf204610).

- "fuse: fix uninit-value in fuse_dentry_revalidate()"  [dependency]
  Queues: 6.18
  Reason: Stable-dep-of relationship to dropped workqueue patch; per
  maintainer the dependency isn't real and a trivial conflict resolution
  is the correct path — fix will be reposted directly to stable.

- "fuse: fix race when disposing stale dentries"  [dependency]
  Queues: 6.18
  Reason: Fixes: ab84ad597386 — cannot apply without the dropped
  workqueue patch (fuse_dentry_tree_work doesn't exist).

- "fuse: make sure dentry is evicted if stale"  [dependency]
  Queues: 6.18
  Reason: Fixes: ab84ad597386 — modifies fuse_dentry_tree_work()
  introduced by the dropped workqueue patch.

- "i3c: master: Fix error codes at send_ccc_cmd"
  Queues: 7.0, 6.18, 6.12, 6.6, 6.1, 5.15, 5.10
  Reason: prerequisite patches called out in the commit message
  ("Move rstdaa/entdaa/bus_init error suppression") are not all
  backported, so the semantics of the change differ from upstream.
  Report: https://lore.kernel.org/stable/a6d725bd-9ed4-4328-b2ba-078f658fd8b2@oracle.com/

- "fuse: fix premature writetrhough request for large folio"
  Queues: 7.0, 6.18
  Reason: Reviewed-by Joanne Koong (author of the parent commit that
  introduced large-folio writethrough support) reports the bug is not
  triggerable as fuse hasn't enabled large folios yet.
  Report: https://lore.kernel.org/stable/CAJnrk1bWJfT5hswsJ3X5HMZ=XLz5MO3pYXg6WkuYYvZ6ccS0Nw@mail.gmail.com/

Signed-off-by: Sasha Levin <sashal@kernel.org>
23 files changed:
queue-5.10/i3c-master-fix-error-codes-at-send_ccc_cmd.patch [deleted file]
queue-5.10/series
queue-5.15/i3c-master-fix-error-codes-at-send_ccc_cmd.patch [deleted file]
queue-5.15/series
queue-6.1/i3c-master-fix-error-codes-at-send_ccc_cmd.patch [deleted file]
queue-6.1/series
queue-6.12/bpf-riscv-remove-redundant-bpf_flush_icache-after-pa.patch [deleted file]
queue-6.12/i3c-master-fix-error-codes-at-send_ccc_cmd.patch [deleted file]
queue-6.12/series
queue-6.18/dcache-export-shrink_dentry_list-and-add-new-helper-.patch [deleted file]
queue-6.18/fuse-fix-premature-writetrhough-request-for-large-fo.patch [deleted file]
queue-6.18/fuse-fix-race-when-disposing-stale-dentries.patch [deleted file]
queue-6.18/fuse-fix-uninit-value-in-fuse_dentry_revalidate.patch [deleted file]
queue-6.18/fuse-make-sure-dentry-is-evicted-if-stale.patch [deleted file]
queue-6.18/fuse-new-work-queue-to-periodically-invalidate-expir.patch [deleted file]
queue-6.18/i3c-master-fix-error-codes-at-send_ccc_cmd.patch [deleted file]
queue-6.18/series
queue-6.6/bpf-riscv-remove-redundant-bpf_flush_icache-after-pa.patch [deleted file]
queue-6.6/i3c-master-fix-error-codes-at-send_ccc_cmd.patch [deleted file]
queue-6.6/series
queue-7.0/fuse-fix-premature-writetrhough-request-for-large-fo.patch [deleted file]
queue-7.0/i3c-master-fix-error-codes-at-send_ccc_cmd.patch [deleted file]
queue-7.0/series