Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2116399pxa; Fri, 7 Aug 2020 03:38:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzgThZKIcxCjWCr2tV8jlepUmEHUzNGs8gncJzkSR+VRtjj7rTRKgwrFPu8foKNT6HCnQz8 X-Received: by 2002:a17:906:3c59:: with SMTP id i25mr8461284ejg.202.1596796723110; Fri, 07 Aug 2020 03:38:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596796723; cv=none; d=google.com; s=arc-20160816; b=LlfAJRxYUKG10uG4zpddTfAYXf3ASn2pS90ALl0ag9RNPPIDZIGWq8GIufUotZSiyj KDJUuSiNUmUR5auJW85qVLUSkQAEGsOHr5y3Y6rg8xOktoxD0O4GuX9+BalQvnmNBPxy fIEg0ZzaNQ0gHBmpGm4rNzApttXs4klO9IkAoOTKATCnYmSER8PocaaG+3bsPjxOTwRr cl/cwnqQ+hoY76MguBHeOf3jisOVhBhvTnVAiJBA5Cg0O24vwGzAtr73SbzvLAGFe804 0bMvqueqwkBXs2U+k1VJ7BlO6/Cm/6xGUR6FTuZ9jmq29lMwkJQB6yi7AiXUjQJt+f4V D6Nw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=zNH/689zeEfH2+57pgEpRXSBtKNCvqsel4/oaTcJIVI=; b=dQI4Q1CVO6x3ESklNZi81+rWOcJZngVrJcLxkY1FlZ9LmJhCq6FHs2AXxqchTH0Jml HZAMmJcw/ctSw4Q/o9iXpD1NYRLNPchjISoEUGsiZDOyS7Nnx9n489REYd7r4loiMBYv /q1Fap8yMPzqILvfY7uWbHw9c5FnSm3drsFWwUHXx1sdw//JVJg9TiHaaHPWUDHKlpnJ Ulnn00daFiTzLIwXNF5JtxPFwBkSjTw3QszoSL5ZATLf5elYY30EYQqj5FClR/PPhmYn wPrIgHr45EUESAdxpAAE293PJPyWFk5Bem3nQhB/wXln3ASqX7de83EyBQVbQf3Gcmz6 bZFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f22si4996761ejt.233.2020.08.07.03.38.20; Fri, 07 Aug 2020 03:38:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728170AbgHGKfa (ORCPT + 99 others); Fri, 7 Aug 2020 06:35:30 -0400 Received: from mx2.suse.de ([195.135.220.15]:44584 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726511AbgHGKfX (ORCPT ); Fri, 7 Aug 2020 06:35:23 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 4E006AE53; Fri, 7 Aug 2020 10:35:40 +0000 (UTC) Subject: Re: [PATCH] x86/paravirt: Add missing noinstr to arch_local*() helpers To: Marco Elver Cc: Peter Zijlstra , Borislav Petkov , Dave Hansen , fenghua.yu@intel.com, "H. Peter Anvin" , LKML , Ingo Molnar , syzkaller-bugs , Thomas Gleixner , "Luck, Tony" , the arch/x86 maintainers , yu-cheng.yu@intel.com, sdeep@vmware.com, virtualization@lists.linux-foundation.org, kasan-dev , syzbot , "Paul E. McKenney" References: <20200805141237.GS2674@hirez.programming.kicks-ass.net> <20200805141709.GD35926@hirez.programming.kicks-ass.net> <20200806074723.GA2364872@elver.google.com> <20200806113236.GZ2674@hirez.programming.kicks-ass.net> <20200806131702.GA3029162@elver.google.com> <20200807095032.GA3528289@elver.google.com> From: =?UTF-8?B?SsO8cmdlbiBHcm/Dnw==?= Message-ID: <16671cf3-3885-eb06-79ff-4cbfaeeaea79@suse.com> Date: Fri, 7 Aug 2020 12:35:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200807095032.GA3528289@elver.google.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07.08.20 11:50, Marco Elver wrote: > On Fri, Aug 07, 2020 at 11:24AM +0200, J?rgen Gro? wrote: >> On 07.08.20 11:01, Marco Elver wrote: >>> On Thu, 6 Aug 2020 at 18:06, Marco Elver wrote: >>>> On Thu, 6 Aug 2020 at 15:17, Marco Elver wrote: >>>>> On Thu, Aug 06, 2020 at 01:32PM +0200, peterz@infradead.org wrote: >>>>>> On Thu, Aug 06, 2020 at 09:47:23AM +0200, Marco Elver wrote: >>>>>>> Testing my hypothesis that raw then nested non-raw >>>>>>> local_irq_save/restore() breaks IRQ state tracking -- see the reproducer >>>>>>> below. This is at least 1 case I can think of that we're bound to hit. >>>>> ... >>>>>> >>>>>> /me goes ponder things... >>>>>> >>>>>> How's something like this then? >>>>>> >>>>>> --- >>>>>> include/linux/sched.h | 3 --- >>>>>> kernel/kcsan/core.c | 62 ++++++++++++++++++++++++++++++++++++--------------- >>>>>> 2 files changed, 44 insertions(+), 21 deletions(-) >>>>> >>>>> Thank you! That approach seems to pass syzbot (also with >>>>> CONFIG_PARAVIRT) and kcsan-test tests. >>>>> >>>>> I had to modify it some, so that report.c's use of the restore logic >>>>> works and not mess up the IRQ trace printed on KCSAN reports (with >>>>> CONFIG_KCSAN_VERBOSE). >>>>> >>>>> I still need to fully convince myself all is well now and we don't end >>>>> up with more fixes. :-) If it passes further testing, I'll send it as a >>>>> real patch (I want to add you as Co-developed-by, but would need your >>>>> Signed-off-by for the code you pasted, I think.) >>> >>> I let it run on syzbot through the night, and it's fine without >>> PARAVIRT (see below). I have sent the patch (need your Signed-off-by >>> as it's based on your code, thank you!): >>> https://lkml.kernel.org/r/20200807090031.3506555-1-elver@google.com >>> >>>> With CONFIG_PARAVIRT=y (without the notrace->noinstr patch), I still >>>> get lockdep DEBUG_LOCKS_WARN_ON(!lockdep_hardirqs_enabled()), although >>>> it takes longer for syzbot to hit them. But I think that's expected >>>> because we can still get the recursion that I pointed out, and will >>>> need that patch. >>> >>> Never mind, I get these warnings even if I don't turn on KCSAN >>> (CONFIG_KCSAN=n). Something else is going on with PARAVIRT=y that >>> throws off IRQ state tracking. :-/ >> >> What are the settings of CONFIG_PARAVIRT_XXL and >> CONFIG_PARAVIRT_SPINLOCKS in this case? > > I attached a config. > > $> grep PARAVIRT .config > CONFIG_PARAVIRT=y > CONFIG_PARAVIRT_XXL=y > # CONFIG_PARAVIRT_DEBUG is not set > CONFIG_PARAVIRT_SPINLOCKS=y > # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set > CONFIG_PARAVIRT_CLOCK=y Anything special I need to do to reproduce the problem? Or would you be willing to do some more rounds with different config settings? I think CONFIG_PARAVIRT_XXL shouldn't matter, but I'm not completely sure about that. CONFIG_PARAVIRT_SPINLOCKS would be my primary suspect. Juergen