[tomoyo-dev-en 375] Re: [PATCH v3 3/3] tomoyo: reduce mmap_sem hold for mm->exe_file

Back to archive index

Davidlohr Bueso dave.****@gmail*****
Thu Feb 26 02:39:08 JST 2015


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 <dbues****@suse*****>
> 
> Acked-by: Tetsuo Handa <pengu****@I-lov*****>
> 
> 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




More information about the tomoyo-dev-en mailing list
Back to archive index