From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal =?iso-8859-1?Q?Koutn=FD?= Subject: Re: [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations) Date: Wed, 21 Sep 2022 19:02:59 +0200 Message-ID: <20220921170259.GI8331@blackbody.suse.cz> References: <6b362c6e-9c80-4344-9430-b831f9871a3c@openvz.org> <20220918092849.GA10314@u164.east.ru> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1663779781; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CSBNW4JvmKppsNMMHKaTcBQ/8SMBBa+a7IGCYeQgCtE=; b=HMTzIHmeWUNV9l2wsxzfUSlYDCzoRFpj2D0Jd4idAYXKkplJwnqSsc7We8fOPTXX3mCCbs lq+ffxVoyltT0YQUQDkoVgNfX/WJnYakasL+RuA16GPfGeekVHOakGz3EjnLAMxmiR9e9E N5K9L8Lt4ptHe5BvEeMqjedNyt/Gd68= Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Anatoly Pugachev Cc: Vasily Averin , Andrew Morton , kernel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, Linux Kernel list , linux-mm , Shakeel Butt , Roman Gushchin , Vlastimil Babka , Michal Hocko , Florian Westphal , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Sparc kernel list Hello. Thanks for the report. On Wed, Sep 21, 2022 at 05:44:56PM +0300, Anatoly Pugachev wrote: > On Sun, Sep 18, 2022 at 12:39 PM Anatoly Pugachev wrote: > > > > > > 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 > > reverting this patch makes my sparc64 box boot successfully. The failed address falls into vmmemmap region (per your boot log output). It looks like the respective page/folio (of init_net struct) is unbacked there (and likely folio_test_slab fails dereferencing ->flags). Would you mind sharing your kernel's config? (I'm most curious about CONFIG_SPARSMEM_VMEMMAP, I'm not familiar with your arch at all though.) Thanks, Michal