[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210915104452.9a3cfd0648a4edeca4583c84@kernel.org>
Date: Wed, 15 Sep 2021 10:44:52 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Steven Rostedt <rostedt@...dmis.org>,
Mike Rapoport <rppt@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>, Linux-MM <linux-mm@...ck.org>,
Vlastimil Babka <vbabka@...e.cz>
Subject: Re: [PATCH v2 1/5] bootconfig: Fix to check the xbc_node is used
before free it
On Tue, 14 Sep 2021 18:12:28 -0700
Linus Torvalds <torvalds@...ux-foundation.org> wrote:
> On Tue, Sep 14, 2021 at 5:53 PM Masami Hiramatsu <mhiramat@...nel.org> wrote:
> >
> > Fix to check the xbc_node is used before calling memblock_free()
> > because passing NULL to phys_addr() will cause a panic.
>
> No.
>
> That's the previous bad situation.
>
> The whole point of memblock_free_ptr() is that it actually acts the
> way a memory freeing function *should*, and has no problems with NULL
> pointers.
Oops, sorry. Please drop it.
>
> > - Rebase on top of Linus tree.
>
> Please don't do a mindless rebase, take the actual changes into account.
Sorry about that. I missed the change.
Thank you,
>
> Linus
--
Masami Hiramatsu <mhiramat@...nel.org>
Powered by blists - more mailing lists