On Fri, Dec 15, 2017 at 5:48 PM, Dan Williams <dan.j.williams@xxxxxxxxx> wrote: > On Fri, Dec 15, 2017 at 6:09 AM, Christoph Hellwig <hch@xxxxxx> wrote: >> We can just pass this on instead of having to do a radix tree lookup >> without proper locking 2 levels into the callchain. >> >> Signed-off-by: Christoph Hellwig <hch@xxxxxx> > > Yeah, the lookup of vmem_altmap is too magical and surprising this is better. > > Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx> I'll also note that the locking is not necessary in the memory map init path because we can't possibly be racing mutations of the radix as everyone who might touch the radix is serialized by the mem_hotplug_begin() lock. It's only accesses outside of the arch_{add,remove}_memory() that need the rcu lock. However, that is another subtle/magic assumption of this code and its better to pass the altmap down through the call chain. I just don't want people thinking that -stable needs to pick any of this up, because afaics the locking is fine as is, and we can drop that mention from the changelog. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>