* + mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch added to mm-unstable branch
@ 2025-05-12 22:29 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-05-12 22:29 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 patch titled
Subject: mm-mempolicy-weighted-interleave-auto-tuning-fix-2
has been added to the -mm mm-unstable branch. Its filename is
mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch
This patch will later appear in the mm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days
------------------------------------------------------
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
mm-mempolicy-weighted-interleave-auto-tuning-fix.patch
mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-12 22:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 22:29 + mm-mempolicy-weighted-interleave-auto-tuning-fix-2.patch added to mm-unstable branch 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.