From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755187Ab2DGTV5 (ORCPT ); Sat, 7 Apr 2012 15:21:57 -0400 Received: from usmamail.tilera.com ([206.83.70.75]:64472 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753139Ab2DGTVz (ORCPT ); Sat, 7 Apr 2012 15:21:55 -0400 Message-ID: <4F8093D0.1050908@tilera.com> Date: Sat, 7 Apr 2012 15:21:52 -0400 From: Chris Metcalf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Konstantin Khlebnikov CC: , Andrew Morton , , Robert Richter , Eric Paris , Tetsuo Handa , , , Al Viro , James Morris , Linus Torvalds , Kentaro Takeda Subject: Re: [PATCH v2 07/10] mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file References: <20120407185546.9726.62260.stgit@zurg> <20120407190125.9726.33538.stgit@zurg> In-Reply-To: <20120407190125.9726.33538.stgit@zurg> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/7/2012 3:01 PM, Konstantin Khlebnikov wrote: > Some security modules and oprofile still uses VM_EXECUTABLE for retrieving > task's executable file, after this patch they will use mm->exe_file directly. > mm->exe_file protected with mm->mmap_sem, so locking stays the same. > > Signed-off-by: Konstantin Khlebnikov > Cc: Robert Richter > Cc: Chris Metcalf > Cc: Al Viro > Cc: Eric Paris > Cc: Kentaro Takeda > Cc: Tetsuo Handa > Cc: James Morris > Cc: linux-security-module@vger.kernel.org > Cc: oprofile-list@lists.sf.net For arch/tile: Acked-by: Chris Metcalf -- Chris Metcalf, Tilera Corp. http://www.tilera.com