Re: [next] arm64: boot failed - next-20220606
From: Naresh Kamboju
Date: Tue Jun 07 2022 - 06:25:17 EST
Hi Stephen,
On Tue, 7 Jun 2022 at 11:55, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi Naresh,
>
> On Tue, 7 Jun 2022 11:00:39 +0530 Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:
> >
> > On Mon, 6 Jun 2022 at 17:16, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:
> > >
> > > Linux next-20220606 arm64 boot failed. The kernel boot log is empty.
> > > I am bisecting this problem.
The bisection found the first bad commit as,
19ee3818b7c6 ("net: set proper memcg for net_init hooks allocations")
After reverting this single commit I am able to boot arm64 successfully.
- Naresh