On Wed, 2015-02-25 at 20:40 +0900, Tetsuo Handa wrote: > Davidlohr Bueso wrote: > > The mm->exe_file is currently serialized with mmap_sem (shared) in order > > to both safely (1) read the file and (2) compute the realpath by calling > > tomoyo_realpath_from_path, making it an absolute overkill. Good users will, > > on the other hand, make use of the more standard get_mm_exe_file(), requiring > > only holding the mmap_sem to read the value, and relying on reference > > > > Signed-off-by: Davidlohr Bueso <dbueso@xxxxxxx> > > Acked-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> > > James, will you apply to linux-security.git#next ? > I'm not using publicly accessible git tree for sending pull requests. I'm actually trying to route these through Andrew. Because there will be lock conversions, I'm afraid that if such patches are merged in different order to Linus' tree, it will break bisectibility as you'd have races. Thanks, Davidlohr -- 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>