The quilt patch titled Subject: mm-madvise-remove-redundant-mmap_lock-operations-from-process_madvise-fix has been removed from the -mm tree. Its filename was mm-madvise-remove-redundant-mmap_lock-operations-from-process_madvise-fix.patch This patch was dropped because it was folded into mm-madvise-remove-redundant-mmap_lock-operations-from-process_madvise.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-madvise-remove-redundant-mmap_lock-operations-from-process_madvise-fix Date: Thu Feb 6 04:34:29 PM PST 2025 update comment, per Lorenzo Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Davidlohr Bueso <dave@xxxxxxxxxxxx> Cc: Liam R. Howlett <howlett@xxxxxxxxx> Cc: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Cc: SeongJae Park <sj@xxxxxxxxxx> Cc: Shakeel Butt <shakeel.butt@xxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/madvise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/madvise.c~mm-madvise-remove-redundant-mmap_lock-operations-from-process_madvise-fix +++ a/mm/madvise.c @@ -1804,7 +1804,7 @@ static ssize_t vector_madvise(struct mm_ * the operation in aggregate, and would be surprising to the * user. * - * As we have already dropped locks, it is safe to just loop and + * We drop and reacquire locks so it is safe to just loop and * try again. We check for fatal signals in case we need exit * early anyway. */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-madvise-remove-redundant-mmap_lock-operations-from-process_madvise.patch mm-hugetlb-add-hugetlb_alloc_threads-cmdline-option-fix.patch mm-pgtable-convert-some-architectures-to-use-tlb_remove_ptdesc-v2-fix.patch lib-plistc-add-shortcut-for-plist_requeue-fix.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