From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7DD342CA2 for ; Sat, 4 Dec 2021 01:14:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B5BBC341C0; Sat, 4 Dec 2021 01:14:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638580447; bh=kRPrcbb3nkeObkhB2Ul95O5vYzXbYXpVb4wpEsKiNVc=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=asnsLpkfGW5B54GACNHa2REYpExvXo3jNQ4EzyiqY9fIDmXOokZp/AMwEF7YcYXGW J8rcFwR136OkR1mDFfI5tK1iF2VnKrRg67c7Fkhhhq+PAAWrDRuDzePKnaqzeJaFwx D31IIJZsGAwGModqVdPAu/5OeU/FQhees9dpw+cd+mqaAkEToGBzas+PeGXavv55Es gdkbRgbN7w7ofg7j2MrXsphLHSFuXHSbGuVaFiOylZMEbKYKnwpA11NiAdRE4ks55Q lGMpvyoV0WhI0w44MpU1Up2oDzSSzN8F34t5VEqJCarJ/wJ+AbIeOMyGOGhk1vFQDx +mgF/49mE0sgg== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id F26E45C0F91; Fri, 3 Dec 2021 17:14:06 -0800 (PST) Date: Fri, 3 Dec 2021 17:14:06 -0800 From: "Paul E. McKenney" To: Marco Elver Cc: Alexander Potapenko , Boqun Feng , Borislav Petkov , Dmitry Vyukov , Ingo Molnar , Mark Rutland , Peter Zijlstra , Thomas Gleixner , Waiman Long , Will Deacon , kasan-dev@googlegroups.com, linux-arch@vger.kernel.org, linux-doc@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, llvm@lists.linux.dev, x86@kernel.org Subject: Re: [PATCH v3 04/25] kcsan: Add core support for a subset of weak memory modeling Message-ID: <20211204011406.GU641268@paulmck-ThinkPad-P17-Gen-1> Reply-To: paulmck@kernel.org References: <20211130114433.2580590-1-elver@google.com> <20211130114433.2580590-5-elver@google.com> <20211203165020.GR641268@paulmck-ThinkPad-P17-Gen-1> <20211203210856.GA712591@paulmck-ThinkPad-P17-Gen-1> <20211203234218.GA3308268@paulmck-ThinkPad-P17-Gen-1> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Dec 04, 2021 at 12:45:30AM +0100, Marco Elver wrote: > On Sat, 4 Dec 2021 at 00:42, Paul E. McKenney wrote: > [...] > > And to further extend this bug report, the following patch suppresses > > the error. > > > > Thanx, Paul > > > > ------------------------------------------------------------------------ > > > > commit d157b802f05bd12cf40bef7a73ca6914b85c865e > > Author: Paul E. McKenney > > Date: Fri Dec 3 15:35:29 2021 -0800 > > > > kcsan: selftest: Move test spinlock to static global > > Indeed, that will fix the selftest. The kcsan_test has the same > problem (+1 extra problem). > > We raced sending the fix. :-) > I hope this patch works for you: > https://lkml.kernel.org/r/20211203233817.2815340-1-elver@google.com I replaced my patch with yours and am starting up testing, thank you! Thanx, Paul