> -----Original Message-----
> From: Christoph Hellwig <h...@infradead.org>
> Sent: Monday, 17 June 2019 5:15 PM
> To: Alastair D'Silva <alast...@d-silva.org>
> Cc: Peter Zijlstra <pet...@infradead.org>; Andrew Morton <akpm@linux-
> foundation.org>; David Hildenbrand <da...@redhat.com>; Oscar Salvador
> <osalva...@suse.com>; Michal Hocko <mho...@suse.com>; Pavel Tatashin
> <pasha.tatas...@soleen.com>; Wei Yang <richard.weiy...@gmail.com>;
> Arun KS <aru...@codeaurora.org>; Qian Cai <c...@lca.pw>; Thomas Gleixner
> <t...@linutronix.de>; Ingo Molnar <mi...@kernel.org>; Josh Poimboeuf
> <jpoim...@redhat.com>; Jiri Kosina <jkos...@suse.cz>; Mukesh Ojha
> <mo...@codeaurora.org>; Mike Rapoport <r...@linux.vnet.ibm.com>;
> Baoquan He <b...@redhat.com>; Logan Gunthorpe
> <log...@deltatee.com>; linux...@kvack.org; linux-
> ker...@vger.kernel.org; linux-nvd...@lists.01.org
> Subject: Re: [PATCH 5/5] mm/hotplug: export try_online_node
> 
> On Mon, Jun 17, 2019 at 05:05:30PM +1000, Alastair D'Silva wrote:
> > On Mon, 2019-06-17 at 08:59 +0200, Peter Zijlstra wrote:
> > > On Mon, Jun 17, 2019 at 02:36:31PM +1000, Alastair D'Silva wrote:
> > > > From: Alastair D'Silva <alast...@d-silva.org>
> > > >
> > > > If an external driver module supplies physical memory and needs to
> > > > expose
> > >
> > > Why would you ever want to allow a module to do such a thing?
> > >
> >
> > I'm working on a driver for Storage Class Memory, connected via an
> > OpenCAPI link.
> >
> > The memory is only usable once the card says it's OK to access it.
> 
> And all that should go through our pmem APIs, not not directly poke into
mm
> internals.  And if you still need core patches send them along with the
actual
> driver.

I tried that, but I was getting crashes as the NUMA data structures for that
node were not initialised.

Calling this was required to prevent uninitialized accesses in the pmem
library.

-- 
Alastair D'Silva           mob: 0423 762 819
skype: alastair_dsilva     msn: alast...@d-silva.org
blog: http://alastair.d-silva.org    Twitter: @EvilDeece



Reply via email to