From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B23C3C43331 for ; Thu, 26 Mar 2020 13:51:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8FCB52076A for ; Thu, 26 Mar 2020 13:51:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727800AbgCZNvz (ORCPT ); Thu, 26 Mar 2020 09:51:55 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:38106 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726359AbgCZNvy (ORCPT ); Thu, 26 Mar 2020 09:51:54 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHSsv-003Jcf-BF; Thu, 26 Mar 2020 13:49:25 +0000 Date: Thu, 26 Mar 2020 13:49:25 +0000 From: Al Viro To: Michael Ellerman Cc: Sachin Sant , linuxppc-dev@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, Linux Next Mailing List Subject: Re: [powerpc] Intermittent crashes ( link_path_walk) with linux-next Message-ID: <20200326134925.GP23230@ZenIV.linux.org.uk> References: <1CB4E533-FD97-4C39-87ED-4857F3AB9097@linux.vnet.ibm.com> <87h7ybwdih.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h7ybwdih.fsf@mpe.ellerman.id.au> Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Mar 26, 2020 at 10:40:06PM +1100, Michael Ellerman wrote: > > The code in question (link_path_walk() in fs/namei.c ) was recently changed by > > following commit: > > > > commit 881386f7e46a: > > link_path_walk(): sample parent's i_uid and i_mode for the last component > > That and about 10 other commits. > > Unless Al can give us a clue we'll need to bisect. Already fixed yesterday. It's not link_path_walk(), it's handle_dots() ignoring an error returned by step_into(). commit 5e3c3570ec97 is the broken one; commit 20971012f63e is its variant with the fix folded in. So next-20200325 has the bug and next-20200326 should have it fixed. Could you check the current -next and see if you still observe that crap?