The quilt patch titled Subject: lib-plistc-add-shortcut-for-plist_requeue-fix has been removed from the -mm tree. Its filename was lib-plistc-add-shortcut-for-plist_requeue-fix.patch This patch was dropped because it was folded into lib-plistc-add-shortcut-for-plist_requeue.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-plistc-add-shortcut-for-plist_requeue-fix Date: Tue Jan 28 07:27:41 PM PST 2025 tweak comment and code layout Cc: Ching-Chun (Jim) Huang <jserv@xxxxxxxxxxxxxxxx> Cc: I Hsin Cheng <richard120310@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/plist.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/lib/plist.c~lib-plistc-add-shortcut-for-plist_requeue-fix +++ a/lib/plist.c @@ -171,12 +171,13 @@ void plist_requeue(struct plist_node *no plist_del(node, head); - /* After plist_del(), iter is the replacement of node - * , if node was on prio_list, then take shortcut to - * find node_next instead of looping. + /* + * After plist_del(), iter is the replacement of the node. If the node + * was on prio_list, take shortcut to find node_next instead of looping. */ if (!list_empty(&iter->prio_list)) { - iter = list_entry(iter->prio_list.next, struct plist_node, prio_list); + iter = list_entry(iter->prio_list.next, struct plist_node, + prio_list); node_next = &iter->node_list; goto queue; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-pgtable-convert-some-architectures-to-use-tlb_remove_ptdesc-v2-fix.patch lib-plistc-add-shortcut-for-plist_requeue.patch scsi-lpfc-convert-timeouts-to-secs_to_jiffies-fix.patch signal-avoid-clearing-tif_sigpending-in-recalc_sigpending-if-unset-fix.patch hung_task-show-the-blocker-task-if-the-task-is-hung-on-mutex-fix.patch