From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations) Date: Mon, 26 Sep 2022 10:28:12 -0700 Message-ID: <20220926102812.2b0696a7@kernel.org> References: <6b362c6e-9c80-4344-9430-b831f9871a3c@openvz.org> <20220918092849.GA10314@u164.east.ru> <20220921170259.GI8331@blackbody.suse.cz> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664213294; bh=TpZUQWxRgvsRBZ9B6zo0p7FzXoiaePpQxMiDDnNBgKQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QPSqUe9Ur/PUiiTJBtm8l0/4UZdPjkeotTSVg1TDe0LQs09d6EE9xqiO02aHRQn4J k5g56tuXXwqJkmYMMxkoPGFcZYnkqPDRk/Am3nfAKi7Pi9wecOHnuNy3ZdMuQKfe5c nxol9cbQ0D6apJIbIRD6Xo13sHw0pZC5ZcwMeZJxEx/a8BwUrYJ90z7k3HlxiMtcUt YPt/8rML1+1qoqY6l2Iv/s7RFc61Z/vF/gfJd0yLhF2b8TWUbPEiTwr6oUbmdB2V4j ed+vAxHyJ8a5G0ETuggC63KgqvqsoIB4FDaepGxXzi6YUmNKGqafq886belqPc5Sj8 yT0gbiHM+2kjg== In-Reply-To: List-ID: Content-Type: text/plain; charset="macroman" To: Vasily Averin , Shakeel Butt Cc: Anatoly Pugachev , Michal =?UTF-8?B?S291dG7DvQ==?= , Andrew Morton , kernel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, Linux Kernel list , linux-mm , Roman Gushchin , Vlastimil Babka , Michal Hocko , Florian Westphal , "David S. Miller" , Paolo Abeni , Eric Dumazet , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Sparc kernel list , Thorsten Leemhuis , Linus Torvalds On Mon, 26 Sep 2022 16:06:08 +0300 Anatoly Pugachev wrote: > On Wed, Sep 21, 2022 at 8:03 PM Michal Koutn=C3=BD wro= te: > > On Wed, Sep 21, 2022 at 05:44:56PM +0300, Anatoly Pugachev wrote: =20 > > > reverting this patch makes my sparc64 box boot successfully. =20 > > > > 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.) =20 >=20 > mator@ttip:~/dmesg$ zcat config-6.0.0-rc6-00010-gb7f0f527dc3c.gz | grep V= MEMMAP > CONFIG_SPARSEMEM_VMEMMAP_ENABLE=3Dy > CONFIG_SPARSEMEM_VMEMMAP=3Dy >=20 > I do upload config and boot logs to > https://github.com/mator/sparc64-dmesg >=20 > building a new kernel version/releases as 'make olddefconfig && make -j' > current version of booted 6.0.0-rc6 is available as > https://github.com/mator/sparc64-dmesg/blob/master/config-6.0.0-rc6-00010= -gb7f0f527dc3c.gz 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?