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=-4.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 73539C433E1 for ; Fri, 14 Aug 2020 19:40:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49EE120791 for ; Fri, 14 Aug 2020 19:40:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="DljsqiVx"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Uu0jFtpr" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728594AbgHNTkq (ORCPT ); Fri, 14 Aug 2020 15:40:46 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:38618 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726241AbgHNTkq (ORCPT ); Fri, 14 Aug 2020 15:40:46 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1597434044; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6zOkEf9s44H/bnmcpictIYV+L8o/UXIP9H7RtAFTky4=; b=DljsqiVxUuI6gssRPtgrSJZru3j5BonXagEiOip/1xm80qvW31sdEmIoxGXWGW6tiOoy7V YxFKtsdFrCvUjENFuCRoi7GbrCx/4ugDEvebheF0+BGZlYV3oIKfOVZpaa0ziT6nkT/UC2 3vpKf7e5oe3uqpJijB0F7zdkGUTiLjzX85P8oD0h4qLV251A6fp1pVB2zz5rgo0vcyPJ6Y YWYjvlVBvhdDhjAPhyqY4samTj5eWeIdhgt2vGGMZ21eWh//tuUbzaX0yemQBpZX8iZBQO JYuWcaKiy0Uo/xYlHzHywLOmRQhxSosbXySbluupeq58jiEGGvE/HQjHvQUZzA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1597434044; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6zOkEf9s44H/bnmcpictIYV+L8o/UXIP9H7RtAFTky4=; b=Uu0jFtprWhz2a1FDTAt3DE+3yO56eBwUgar05Nu0kgL64Xnr8MDk8lk/70tatiGHIx83b3 0D2NFkz3aQzWrrCw== To: Julia Lawall Cc: kernel test robot , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Theodore Ts'o , Jan Kara , Nicolas Palix Subject: Re: fs/ocfs2/suballoc.c:2430:2-8: preceding lock on line 2413 In-Reply-To: References: <202008141412.mP88ccpD%lkp@intel.com> <878sehl5e4.fsf@nanos.tec.linutronix.de> Date: Fri, 14 Aug 2020 21:40:43 +0200 Message-ID: <87364pkock.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Julia, On Fri, Aug 14 2020 at 21:00, Julia Lawall wrote: > On Fri, 14 Aug 2020, Thomas Gleixner wrote: >> That's clearly a false positive. Is there anything what can be done to >> help that cocci script here? > > I have a better version that needs to get pushed. > > But normally these pass through me. Did you get it directly from kbuild? Yes, because I touched the affected lines last :) Thanks, tglx From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6618176118828714139==" MIME-Version: 1.0 From: Thomas Gleixner To: kbuild-all@lists.01.org Subject: Re: fs/ocfs2/suballoc.c:2430:2-8: preceding lock on line 2413 Date: Fri, 14 Aug 2020 21:40:43 +0200 Message-ID: <87364pkock.fsf@nanos.tec.linutronix.de> In-Reply-To: List-Id: --===============6618176118828714139== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Julia, On Fri, Aug 14 2020 at 21:00, Julia Lawall wrote: > On Fri, 14 Aug 2020, Thomas Gleixner wrote: >> That's clearly a false positive. Is there anything what can be done to >> help that cocci script here? > > I have a better version that needs to get pushed. > > But normally these pass through me. Did you get it directly from kbuild? Yes, because I touched the affected lines last :) Thanks, tglx --===============6618176118828714139==--