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 AA854C32771 for ; Mon, 26 Sep 2022 17:58:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231302AbiIZR6e (ORCPT ); Mon, 26 Sep 2022 13:58:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbiIZR56 (ORCPT ); Mon, 26 Sep 2022 13:57:58 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 594F9114E; Mon, 26 Sep 2022 10:36:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id E42EFCE1188; Mon, 26 Sep 2022 17:36:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25971C433D7; Mon, 26 Sep 2022 17:36:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1664213795; bh=d8R/sf+/F1E5Bfqo0FLK1XydgttpS5flZpUHlwRHdYE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sq2/cFT6vMw7tZBcj6VZqz7Qxjm497e4Rfi0bSbjdsEpmM/a7gJQRHzuOsBjEPAkO q7nDzwvBxRYhQQm4B57MbY8PHjVI7RTULXUEEJDyw+kraeZ88Vi/+zrdU4knn3NjbI bffaPRaZmNma6nbfMDj1PMjC28BOYFqKynVRkWgs= Date: Mon, 26 Sep 2022 10:36:31 -0700 From: Andrew Morton To: Shakeel Butt Cc: Jakub Kicinski , Vasily Averin , Anatoly Pugachev , Michal =?ISO-8859-1?Q?Koutn=FD?= , kernel@openvz.org, Linux Kernel list , linux-mm , Roman Gushchin , Vlastimil Babka , Michal Hocko , Florian Westphal , "David S. Miller" , Paolo Abeni , Eric Dumazet , Cgroups , Sparc kernel list , Thorsten Leemhuis , Linus Torvalds Subject: Re: [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations) Message-Id: <20220926103631.8cb144a6d0b683915b0ecb10@linux-foundation.org> In-Reply-To: References: <6b362c6e-9c80-4344-9430-b831f9871a3c@openvz.org> <20220918092849.GA10314@u164.east.ru> <20220921170259.GI8331@blackbody.suse.cz> <20220926102812.2b0696a7@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 26 Sep 2022 10:32:49 -0700 Shakeel Butt wrote: > > Forgive my uniformed chime-in but Linus seemed happy with the size of > > -rc7 and now I'm worried there won't be an -rc8. AFAICT this is a 6.0 > > regression. Vasily, Shakeel, do we have a plan to fix this? > > I was actually waiting for Vasily to respond. Anyways, I think the > easiest way to proceed is to revert the commit 1d0403d20f6c ("net: set > proper memcg for net_init hooks allocations"). We can debug the issue > in the next cycle. If agreeable, could someone please send along a tested and changelogged patch to do this?