Re: [PATCH] mm: Convert memory block states (MEM_*) macros to enum
Omar Sandoval <[email protected]> Mon, 27 Oct 2025 23:51:25 -0700
| Newsgroups | org.kernel.vger.linux-debuggers,org.kvack.linux-mm |
|---|---|
| Message-ID | <aQBn7Xsx2qi6YDWp@telecaster> |
On Mon, Oct 27, 2025 at 11:41:47PM +0000, Israel Batista wrote:
>
>
> On 10/27/25 15:18, Omar Sandoval wrote:
> >
> > What kernel version is this patch based on? It doesn't apply on mainline
> > because it is missing a couple of definitions added in 6.9 by commit
> > c5f1e2d18909 ("mm/memory_hotplug: introduce
> > MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers").
> >
>
> Sorry, my bad. I mixed-up my local branches and created the patch from
> linux-next rather than Linus's tree. I will create a new patch with the
> proper changes.
Oh, linux-next is usually fine, too (different subsystems have different
preferences, and I don't know mm's preference). Regardless of what tree
you base it on, it's nice if you mention the base in the patch email
under the ---.
Thanks,
Omar