Re: [PATCH v4 2/9] x86: support kmap_atomic_pfn_t() for persistent memory

From: Christoph Hellwig
Date: Wed Jun 10 2015 - 08:12:12 EST


Btw, I don't think this actually is safe without refcounting your kmap
structure.

The driver model ->remove callback can be called at any time, which
will ioremap the memory and remap the kmap structure. But at this
point a user might still be using it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/