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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 550A7C04A95 for ; Wed, 28 Sep 2022 07:55:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233597AbiI1HzT (ORCPT ); Wed, 28 Sep 2022 03:55:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233752AbiI1Hy4 (ORCPT ); Wed, 28 Sep 2022 03:54:56 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A6E2D7D; Wed, 28 Sep 2022 00:54:39 -0700 (PDT) Received: from [2a02:8108:963f:de38:eca4:7d19:f9a2:22c5]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1odRts-0007n0-5Z; Wed, 28 Sep 2022 09:54:36 +0200 Message-ID: Date: Wed, 28 Sep 2022 09:54:35 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Content-Language: en-US, de-DE To: Vlastimil Babka , Anatoly Pugachev , Vasily Averin Cc: Andrew Morton , kernel@openvz.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Shakeel Butt , Roman Gushchin , =?UTF-8?Q?Michal_Koutn=c3=bd?= , Michal Hocko , Florian Westphal , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , cgroups@vger.kernel.org, sparclinux@vger.kernel.org, regressions@lists.linux.dev References: <6b362c6e-9c80-4344-9430-b831f9871a3c@openvz.org> <20220918092849.GA10314@u164.east.ru> From: Thorsten Leemhuis Subject: Re: [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations) In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1664351679;1649a21f; X-HE-SMSGID: 1odRts-0007n0-5Z Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27.09.22 11:54, Vlastimil Babka wrote: > On 9/18/22 11:28, Anatoly Pugachev wrote: >> On Fri, Jun 03, 2022 at 07:19:43AM +0300, Vasily Averin wrote: >>> __register_pernet_operations() executes init hook of registered >>> pernet_operation structure in all existing net namespaces. >> [...] >> I'm unable to boot my sparc64 VM anymore (5.19 still boots, 6.0-rc1 does not), >> bisected up to this patch, >> >> mator@ttip:~/linux-2.6$ git bisect bad >> 1d0403d20f6c281cb3d14c5f1db5317caeec48e9 is the first bad commit >> commit 1d0403d20f6c281cb3d14c5f1db5317caeec48e9 >> [...] > > #regzbot introduced: 1d0403d20f6c Thx for getting this regression tracked using regzbot. FWIW, that went sideways (as your already noticed and mentioned on IRC), as that made regzbot treat *your* mail as the report of the regressions. In cases like this you need "#regzbot ^introduced 1d0403d20f6c" (since recently "#regzbot introduced 1d0403d20f6c ^" works, too), as then regzbot will consider the *parent* mail the report (and then regzbot will look out for patches that link to them using a Link: tag). No worries, I did the same mistake a few time already :-D I send a mail with that command now, so let's resolve this subthread by marking it invalid #regzbot invalid: mis-used regzbot command, now properly tracked Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) P.S.: As the Linux kernel's regression tracker I deal with a lot of reports and sometimes miss something important when writing mails like this. If that's the case here, don't hesitate to tell me in a public reply, it's in everyone's interest to set the public record straight.