From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753308AbaHSQgo (ORCPT ); Tue, 19 Aug 2014 12:36:44 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:43746 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752941AbaHSQgm (ORCPT ); Tue, 19 Aug 2014 12:36:42 -0400 Date: Tue, 19 Aug 2014 09:34:49 -0700 (PDT) From: Hugh Dickins X-X-Sender: hugh@eggly.anvils To: Stephen Rothwell cc: Thierry Reding , Jonas Jensen , Ming Lei , Kevin Hilman , Felipe Balbi , "Eric W. Biederman" , Al Viro , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: Lock Directory failure In-Reply-To: <20140820012345.7c358fd7@canb.auug.org.au> Message-ID: References: <20140818163209.GJ9662@saruman.home> <20140820012345.7c358fd7@canb.auug.org.au> User-Agent: Alpine 2.11 (LSU 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Aug 2014, Stephen Rothwell wrote: > On Mon, 18 Aug 2014 13:58:26 -0700 (PDT) Hugh Dickins wrote: > > > > [PATCH next] vfs: initialize m_list to fix crash in mnt_set_mountpoint > > > > Fix mnt_set_mountpoint() crash: new_mountpoint() must initialize m_list. > > > > Reported-by: Felipe Balbi > > Signed-off-by: Hugh Dickins > > I assume that this is a fix for commit 89f7ca1af15b ("vfs: Keep a list > of mounts on a mount point") that is currently i the vfs tree. I will > apply this patch as a fix up for the vfs tree in linux-next today. Yes, that's it: thanks a lot, Stephen, that will help everybody. I should acknowledge that Thierry Reding posted the same fix (a few lines away) before mine, but I only came across his later in the day. Hugh