All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch removed from -mm tree
@ 2025-05-13  6:45 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-05-13  6:45 UTC (permalink / raw)
  To: mm-commits, yunjeong.mun, ying.huang, osalvador, lenb,
	Jonathan.Cameron, honggyu.kim, hannes, gregkh, gourry, dave.jiang,
	dan.j.williams, joshua.hahnjy, akpm


The quilt patch titled
     Subject: mm-mempolicy-weighted-interleave-auto-tuning-fix-2
has been removed from the -mm tree.  Its filename was
     mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch

This patch was dropped because it was folded into mm-mempolicy-weighted-interleave-auto-tuning.patch

------------------------------------------------------
From: Joshua Hahn <joshua.hahnjy@gmail.com>
Subject: mm-mempolicy-weighted-interleave-auto-tuning-fix-2
Date: Mon, 12 May 2025 07:25:10 -0700

remove auto_kobj_attr field from struct sysfs_wi_group

Link: https://lkml.kernel.org/r/20250512142511.3959833-1-joshua.hahnjy@gmail.com
Signed-off-by: Joshua Hahn <joshua.hahnjy@gmail.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Gregory Price <gourry@gourry.net>
Cc: Honggyu Kim <honggyu.kim@sk.com>
Cc: "Huang, Ying" <ying.huang@linux.alibaba.com>
Cc: Joanthan Cameron <Jonathan.Cameron@huawei.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Len Brown <lenb@kernel.org>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Yunjeong Mun <yunjeong.mun@sk.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/mempolicy.c |    2 --
 1 file changed, 2 deletions(-)

--- a/mm/mempolicy.c~mm-mempolicy-weighted-interleave-auto-tuning-fix-2
+++ a/mm/mempolicy.c
@@ -3543,7 +3543,6 @@ struct iw_node_attr {
 struct sysfs_wi_group {
 	struct kobject wi_kobj;
 	struct mutex kobj_lock;
-	struct kobj_attribute auto_kobj_attr;
 	struct iw_node_attr *nattrs[];
 };
 
@@ -3833,7 +3832,6 @@ static int __init add_weighted_interleav
 	err = sysfs_create_file(&wi_group->wi_kobj, &wi_auto_attr.attr);
 	if (err)
 		goto err_put_kobj;
-	wi_group->auto_kobj_attr = wi_auto_attr;
 
 	for_each_online_node(nid) {
 		if (!node_state(nid, N_MEMORY))
_

Patches currently in -mm which might be from joshua.hahnjy@gmail.com are

mm-mempolicy-weighted-interleave-auto-tuning.patch


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

only message in thread, other threads:[~2025-05-13  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13  6:45 [folded-merged] mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch removed from -mm tree Andrew Morton

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.