linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Vasily Averin <vvs@openvz.org>, Shakeel Butt <shakeelb@google.com>
Cc: "Anatoly Pugachev" <matorola@gmail.com>,
	"Michal Koutný" <mkoutny@suse.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	kernel@openvz.org,
	"Linux Kernel list" <linux-kernel@vger.kernel.org>,
	linux-mm <linux-mm@kvack.org>,
	"Roman Gushchin" <roman.gushchin@linux.dev>,
	"Vlastimil Babka" <vbabka@suse.cz>,
	"Michal Hocko" <mhocko@suse.com>,
	"Florian Westphal" <fw@strlen.de>,
	"David S. Miller" <davem@davemloft.net>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Eric Dumazet" <edumazet@google.com>,
	cgroups@vger.kernel.org,
	"Sparc kernel list" <sparclinux@vger.kernel.org>,
	"Thorsten Leemhuis" <linux@leemhuis.info>,
	"Linus Torvalds" <torvalds@linux-foundation.org>
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	[thread overview]
Message-ID: <20220926102812.2b0696a7@kernel.org> (raw)
In-Reply-To: <CADxRZqyAG5Co9hLEp6p8vPC9WyGERR6un-3Rqapyv14G4vPXJw@mail.gmail.com>

On Mon, 26 Sep 2022 16:06:08 +0300 Anatoly Pugachev wrote:
> On Wed, Sep 21, 2022 at 8:03 PM Michal Koutný <mkoutny@suse.com> wrote:
> > On Wed, Sep 21, 2022 at 05:44:56PM +0300, Anatoly Pugachev <matorola@gmail.com> wrote:  
> > > 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.)  
> 
> mator@ttip:~/dmesg$ zcat config-6.0.0-rc6-00010-gb7f0f527dc3c.gz | grep VMEMMAP
> CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
> CONFIG_SPARSEMEM_VMEMMAP=y
> 
> I do upload config and boot logs to
> https://github.com/mator/sparc64-dmesg
> 
> 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?


  reply	other threads:[~2022-09-26 17:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <6b362c6e-9c80-4344-9430-b831f9871a3c@openvz.org>
     [not found] ` <f9394752-e272-9bf9-645f-a18c56d1c4ec@openvz.org>
2022-06-06 13:49   ` [PATCH memcg v6] net: set proper memcg for net_init hooks allocations Qian Cai
     [not found]     ` <0e714a5a-d2ed-9b44-fdbe-04b5595165da@openvz.org>
2022-06-06 18:43       ` Qian Cai
     [not found]     ` <360a2672-65a7-4ad4-c8b8-cc4c1f0c02cd@openvz.org>
2022-06-07  5:58       ` Shakeel Butt
2022-06-07 12:37         ` Vasily Averin
2022-06-07 14:10           ` Shakeel Butt
     [not found]   ` <20220918092849.GA10314@u164.east.ru>
2022-09-21 14:41     ` [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations) Anatoly Pugachev
2022-09-21 14:44     ` Anatoly Pugachev
2022-09-21 17:02       ` Michal Koutný
2022-09-26 13:06         ` Anatoly Pugachev
2022-09-26 17:28           ` Jakub Kicinski [this message]
2022-09-26 17:32             ` Shakeel Butt
2022-09-26 17:36               ` Andrew Morton
2022-09-26 19:00                 ` Shakeel Butt
2022-09-27  9:54     ` Vlastimil Babka
2022-09-28  7:54       ` Thorsten Leemhuis
2022-09-28  7:21     ` [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations) #forregzbot Thorsten Leemhuis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220926102812.2b0696a7@kernel.org \
    --to=kuba@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=cgroups@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=kernel@openvz.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux@leemhuis.info \
    --cc=matorola@gmail.com \
    --cc=mhocko@suse.com \
    --cc=mkoutny@suse.com \
    --cc=pabeni@redhat.com \
    --cc=roman.gushchin@linux.dev \
    --cc=shakeelb@google.com \
    --cc=sparclinux@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vbabka@suse.cz \
    --cc=vvs@openvz.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox