Received: by 2002:a05:6358:7058:b0:131:369:b2a3 with SMTP id 24csp3636822rwp; Sat, 15 Jul 2023 06:42:56 -0700 (PDT) X-Google-Smtp-Source: APBJJlH215E+Qtm1W1nOdUha3rcYq+znykYvjwAg1EODTG/Gdvcrete/w2VMjlbXtUuNVpJGY0wU X-Received: by 2002:a05:6402:40ce:b0:51e:5390:8cca with SMTP id z14-20020a05640240ce00b0051e53908ccamr2020806edb.3.1689428576182; Sat, 15 Jul 2023 06:42:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1689428576; cv=none; d=google.com; s=arc-20160816; b=GZ27KPOe3tLzegku7JKIvShdrJJXDIEgLgpQJoLyUcivPegG0pFtVuZdzGWeS0TTll 2nKsLgHqYpi3/fuhAg2gf+OoACejpyvt6VNChlqU2jTuNLYWW455z3HAzaPOh+u6uu6b fvoShx1oTAMNSwkk0gxNyThu1tJsmcsLRpp//ZRsBNNVh7iEGKqZTA4Cw+Jw4rRDC8J4 x27FNgfs+NjGzCf+Nq/Ygks2zyq/KxkrYvXPbnHN751JsCmt2hv1dYUOA8u230vTzqnI QHbB+V60biCbxFZMPDM9e1+lp/xwFbgTZd1afC3lPxjDpfb620FZq9cK0fSiUhEGQy1U 9miA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to:references :reply-to:cc:to:from:content-language:subject:user-agent :mime-version:date:message-id; bh=1GjZ0t2pF1cHInEDvpIwJVOqlGVM21EsAQ1BtrpkmlA=; fh=N5qNYO+fiQRpOYSdv1k6t0ZhX2C2YaRC/sYJWAFAt+w=; b=Ca5wbQ/whJzj+6iumxNnB+hkd+cqqvMNrjkP5birO0NdL43CH7C5uMDM0oD756+XBf PVWI9v7rAn2LA9q2Ya2X0aEp/UyoTjLEI5noJ6Ld7v7FBlWNEf25uAtXtcsxkvxK7Tgd cCvafK2xVjimAewAeB9ETmmfCe9nK+5kcD+cLbC+UZU4NaT0BaRalc9KmJi9IBeVsq3F BIL4GgeZ6jQ4WpkjK0E5tdH5DiY/wRhGlf2fmEwSNZiOrlbaHYxJh3qfhwGJXfsWWLO8 99RIJzG56p11YM9LnfcLxOX0402WoCXnWFQ4xzXtFGjRyvO7SjrUBw2bnFVT/dn+3Lmx txxg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id s24-20020aa7d798000000b0051e19bf66a6si11081571edq.62.2023.07.15.06.42.32; Sat, 15 Jul 2023 06:42:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229636AbjGOMDU (ORCPT + 99 others); Sat, 15 Jul 2023 08:03:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjGOMDT (ORCPT ); Sat, 15 Jul 2023 08:03:19 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D14D2113; Sat, 15 Jul 2023 05:03:18 -0700 (PDT) Received: from [2a02:8108:8980:2478:8cde:aa2c:f324:937e]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1qKdzY-0000T3-6j; Sat, 15 Jul 2023 14:03:16 +0200 Message-ID: Date: Sat, 15 Jul 2023 14:03:15 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v2 04/27] locking/atomic: make atomic*_{cmp,}xchg optional Content-Language: en-US, de-DE From: "Linux regression tracking #update (Thorsten Leemhuis)" To: Linux regressions mailing list Cc: linux-kernel@vger.kernel.org, corbet@lwn.net, linux@armlinux.org.uk, linux-doc@vger.kernel.org Reply-To: Linux regressions mailing list , Linux regressions mailing list References: <20230605070124.3741859-1-mark.rutland@arm.com> <20230605070124.3741859-5-mark.rutland@arm.com> <32395f1f-19e4-41da-9f67-68c7d21cf9b2@roeck-us.net> <36c1ef3d-603b-574a-ad9d-796964a1410c@roeck-us.net> <278dc66d-7cc8-2735-5cd0-c64dc139b10c@leemhuis.info> In-Reply-To: <278dc66d-7cc8-2735-5cd0-c64dc139b10c@leemhuis.info> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1689422598;f8773574; X-HE-SMSGID: 1qKdzY-0000T3-6j X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,NICE_REPLY_A, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [TLDR: This mail in primarily relevant for Linux kernel regression tracking. See link in footer if these mails annoy you.] On 08.07.23 15:37, Linux regression tracking (Thorsten Leemhuis) wrote: > On 08.07.23 15:20, Guenter Roeck wrote: >> On 7/8/23 06:07, Linux regression tracking (Thorsten Leemhuis) wrote: >>> On 27.06.23 19:07, Guenter Roeck wrote: >>> Guenter, please correct me if I'm wrong: >>> >>> This is fixed by Arnd's patch "sparc: mark __arch_xchg() as >>> __always_inline", but that afaics sadly hasn't even reached -next yet. >>> https://lore.kernel.org/all/20230628094938.2318171-1-arnd@kernel.org/ >>> >>> Hence adding it to the tracking now that the end of the merge window is >>> near: >>> #regzbot ^introduced d12157efc8e083c7 >>> #regzbot title locking/atomic: build error on sparc64:allmodconfig >>> #regzbot ignore-activity >> Yes, this is correct. > Thx for confirming (and also for adding the other regression to the > tracking). Let me use this opportunity to tell regzbot about the patch > for this regression, which I forgot to do earlier (sorry!): > #regzbot monitor: > https://lore.kernel.org/all/20230628094938.2318171-1-arnd@kernel.org/ Kees applied this: https://git.kernel.org/kees/c/ec7633de404e #regzbot fix: sparc: mark __arch_xchg() as __always_inline #regzbot ignore-activity Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) -- Everything you wanna know about Linux kernel regression tracking: https://linux-regtracking.leemhuis.info/about/#tldr That page also explains what to do if mails like this annoy you.