From: Oscar Salvador <osalvador@suse.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Michal Hocko <mhocko@suse.com>, Vlastimil Babka <vbabka@suse.cz>,
Marco Elver <elver@google.com>,
Andrey Konovalov <andreyknvl@gmail.com>,
Alexander Potapenko <glider@google.com>
Subject: Re: [PATCH] mm,page_owner: Fix recursion
Date: Thu, 14 Mar 2024 00:46:40 +0100 [thread overview]
Message-ID: <ZfI64Orls0Y6SWHF@localhost.localdomain> (raw)
In-Reply-To: <20240313234245.18824-1-osalvador@suse.de>
On Thu, Mar 14, 2024 at 12:42:45AM +0100, Oscar Salvador wrote:
> @@ -232,6 +241,7 @@ void __reset_page_owner(struct page *page, unsigned short order)
> alloc_handle = page_owner->handle;
>
> handle = save_stack(GFP_NOWAIT | __GFP_NOWARN);
> +
> for (i = 0; i < (1 << order); i++) {
Sigh, a last-minute unnoticed change.
@Andrew: Do you want me to send v2 fixing that up?
--
Oscar Salvador
SUSE Labs
next prev parent reply other threads:[~2024-03-13 23:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-13 23:42 [PATCH] mm,page_owner: Fix recursion Oscar Salvador
2024-03-13 23:46 ` Oscar Salvador [this message]
2024-03-14 3:01 ` Tetsuo Handa
2024-03-14 5:47 ` Oscar Salvador
2024-03-14 7:01 ` Oscar Salvador
2024-03-19 10:51 ` Tetsuo Handa
2024-03-15 13:07 ` Vlastimil Babka
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=ZfI64Orls0Y6SWHF@localhost.localdomain \
--to=osalvador@suse.de \
--cc=akpm@linux-foundation.org \
--cc=andreyknvl@gmail.com \
--cc=elver@google.com \
--cc=glider@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@suse.com \
--cc=vbabka@suse.cz \
/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 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).