From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,lkp@intel.com,david@kernel.org,ankur.a.arora@oracle.com,akpm@linux-foundation.org
Subject: [folded-merged] mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3.patch removed from -mm tree
Date: Sun, 08 Feb 2026 00:10:39 -0800 [thread overview]
Message-ID: <20260208081040.5C911C4CEF7@smtp.kernel.org> (raw)
The quilt patch titled
Subject: mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3
has been removed from the -mm tree. Its filename was
mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3.patch
This patch was dropped because it was folded into mm-folio_zero_user-open-code-range-computation-in-folio_zero_user.patch
------------------------------------------------------
From: Ankur Arora <ankur.a.arora@oracle.com>
Subject: mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3
Date: Fri, 6 Feb 2026 14:38:01 -0800
remove unneeded cast, per David
Link: https://lkml.kernel.org/r/20260206223801.2617497-1-ankur.a.arora@oracle.com
Fixes: 93552c9a3350 ("mm: folio_zero_user: cache neighbouring pages")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202601240453.QCjgGdJa-lkp@intel.com/
Signed-off-by: Ankur Arora <ankur.a.arora@oracle.com>
Acked-by: David Hildenbrand (Arm) <david@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/memory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/memory.c~mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3
+++ a/mm/memory.c
@@ -7340,7 +7340,7 @@ void folio_zero_user(struct folio *folio
struct page *page = folio_page(folio, r[i].start);
if (nr_pages > 0)
- clear_contig_highpages(page, addr, (unsigned int)nr_pages);
+ clear_contig_highpages(page, addr, nr_pages);
}
}
_
Patches currently in -mm which might be from ankur.a.arora@oracle.com are
mm-folio_zero_user-open-code-range-computation-in-folio_zero_user.patch
reply other threads:[~2026-02-08 8:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260208081040.5C911C4CEF7@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=ankur.a.arora@oracle.com \
--cc=david@kernel.org \
--cc=lkp@intel.com \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.