lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 2 Mar 2020 14:24:12 -0800
From:   Andrew Morton <akpm@...ux-foundation.org>
To:     Catalin Marinas <catalin.marinas@....com>
Cc:     Mike Rapoport <rppt@...ux.ibm.com>, Will Deacon <will@...nel.org>,
        Naresh Kamboju <naresh.kamboju@...aro.org>,
        anshuman.khandual@....com,
        Linux-Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Stephen Rothwell <sfr@...b.auug.org.au>,
        Arnd Bergmann <arnd@...db.de>, lkft-triage@...ts.linaro.org,
        suzuki.poulose@....com, Anders Roxell <anders.roxell@...aro.org>
Subject: Re: Linux-next-20200302: arm64 build failed

On Mon, 2 Mar 2020 17:45:53 +0000 Catalin Marinas <catalin.marinas@....com> wrote:

> >  static void unmap_hotplug_range(unsigned long addr, unsigned long end,
> >  				bool free_mapped)
> >  {
> > @@ -854,7 +872,7 @@ static void unmap_hotplug_range(unsigned long addr, unsigned long end,
> >  			continue;
> >  
> >  		WARN_ON(!pgd_present(pgd));
> > -		unmap_hotplug_pud_range(pgdp, addr, next, free_mapped);
> > +		unmap_hotplug_p4d_range(pgdp, addr, next, free_mapped);
> >  	} while (addr = next, addr < end);
> >  }
> 
> Thanks Mike. With the additional diff below, I can get it to build with
> and without the p4d clean-up patches in -next. If Anshuman confirms that
> they work, I can add them on top of the arm64 for-next/memory-hotremove
> branch

Can't I simply fold these into the offending -mm
arm-arm64-add-support-for-folded-p4d-page-tables.patch?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ