mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] hugetlb-clean-up-potential-spectre-issue-warnings-v2.patch removed from -mm tree
@ 2022-03-22 19:13 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-03-22 19:13 UTC (permalink / raw)
  To: mm-commits, yaozhenguo1, mhocko, liuyuntao10, dan.carpenter,
	baolin.wang, mike.kravetz, akpm


The patch titled
     Subject: hugetlb-clean-up-potential-spectre-issue-warnings-v2
has been removed from the -mm tree.  Its filename was
     hugetlb-clean-up-potential-spectre-issue-warnings-v2.patch

This patch was dropped because it was folded into hugetlb-clean-up-potential-spectre-issue-warnings.patch

------------------------------------------------------
From: Mike Kravetz <mike.kravetz@oracle.com>
Subject: hugetlb-clean-up-potential-spectre-issue-warnings-v2

Link: https://lkml.kernel.org/r/20220218212946.35441-1-mike.kravetz@oracle.com
Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Liu Yuntao <liuyuntao10@huawei.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Zhenguo Yao <yaozhenguo1@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/hugetlb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/hugetlb.c~hugetlb-clean-up-potential-spectre-issue-warnings-v2
+++ a/mm/hugetlb.c
@@ -6893,7 +6893,7 @@ static int __init cmdline_parse_hugetlb_
 			break;
 
 		if (s[count] == ':') {
-			if (tmp < 0 || tmp >= MAX_NUMNODES)
+			if (tmp >= MAX_NUMNODES)
 				break;
 			nid = array_index_nospec(tmp, MAX_NUMNODES);
 
_

Patches currently in -mm which might be from mike.kravetz@oracle.com are

hugetlb-clean-up-potential-spectre-issue-warnings.patch
hugetlb-do-not-demote-poisoned-hugetlb-pages.patch
mm-enable-madv_dontneed-for-hugetlb-mappings.patch
selftests-vm-add-hugetlb-madvise-madv_dontneed-madv_remove-test.patch
userfaultfd-selftests-enable-hugetlb-remap-and-remove-event-testing.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-22 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 19:13 [folded-merged] hugetlb-clean-up-potential-spectre-issue-warnings-v2.patch removed from -mm tree Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).