From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: [PATCH 0/5] fs/proc/task_mmu.c: cleanup tail_vma/last_addr mess Date: Thu, 7 Aug 2014 21:17:18 +0200 Message-ID: <20140807191718.GA1315@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 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 On 08/05, Oleg Nesterov wrote: > > Todo: > > - Cleanup the tail_vma horror in m_start On top of the previous "[PATCH v2 0/7] /proc/PID/*maps* fixes/cleanups" series. It took me much more time than I expected ;) And after 3 attempts I failed to fix this (imho) horror step-by-step. So 1/5 simply removes the last_addr code, and then 4/5 brings it back. Todo: - Update task_nommu.c in the same way - Fix lock_trace() users Oleg. fs/proc/task_mmu.c | 98 +++++++++++++++++++++------------------------------ 1 files changed, 40 insertions(+), 58 deletions(-)