From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: [PATCH 0/3] fs/proc/task_nommu.c: copy-and-paste the changes from task_mmu.c Date: Mon, 11 Aug 2014 19:00:08 +0200 Message-ID: <20140811170008.GA24629@redhat.com> References: <20140805194627.GA30693@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Viro , Cyrill Gorcunov , David Howells , "David S. Miller" , "Eric W. Biederman" , "Kirill A. Shutemov" , "Kirill A. Shutemov" , Peter Zijlstra , Sasha Levin , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Andrew Morton , Greg Ungerer Return-path: Content-Disposition: inline In-Reply-To: <20140805194627.GA30693@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Greg, could you review? The changes are simple, but I am not familiar with NOMMU and I can't test this. Depends on [PATCH v2 3/7] proc: introduce proc_mem_open() http://marc.info/?l=linux-kernel&m=140726831328943 [PATCH v2 4/7] fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() http://marc.info/?l=linux-kernel&m=140726828328929 (only because it adds proc_maps_private->mm) I'll also send you mbox with the previous series just in case. Oleg. fs/proc/task_nommu.c | 65 ++++++++++++++++++++++++++++++-------------------- 1 files changed, 39 insertions(+), 26 deletions(-)