From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B24FDC433E0 for ; Thu, 11 Mar 2021 21:47:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 626E664F91 for ; Thu, 11 Mar 2021 21:47:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229555AbhCKVrM (ORCPT ); Thu, 11 Mar 2021 16:47:12 -0500 Received: from mx2.suse.de ([195.135.220.15]:36252 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229827AbhCKVqy (ORCPT ); Thu, 11 Mar 2021 16:46:54 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 1F1B7AC54; Thu, 11 Mar 2021 21:46:53 +0000 (UTC) Date: Thu, 11 Mar 2021 22:46:50 +0100 From: Oscar Salvador To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Linux MM , Andrew Morton Subject: Re: linux-next: Tree for Mar 11 (vmemmap) Message-ID: References: <20210311161449.7f58e7a3@canb.auug.org.au> <1a39f572-8c04-4bb1-2384-cf0f10cd3333@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1a39f572-8c04-4bb1-2384-cf0f10cd3333@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Mar 11, 2021 at 10:51:14AM -0800, Randy Dunlap wrote: > On 3/10/21 9:14 PM, Stephen Rothwell wrote: > > Hi all, > > > > Warning: Some of the branches in linux-next are still based on v5.12-rc1, > > so please be careful if you are trying to bisect a bug. > > > > News: if your -next included tree is based on Linus' tree tag > > v5.12-rc1{,-dontuse} (or somewhere between v5.11 and that tag), please > > consider rebasing it onto v5.12-rc2. Also, please check any branches > > merged into your branch. > > > > Changes since 20210310: > > > > on x86_64: > > ../arch/x86/mm/init_64.c: In function ‘vmemmap_populate_hugepages’: > ../arch/x86/mm/init_64.c:1585:6: error: implicit declaration of function ‘vmemmap_use_new_sub_pmd’ [-Werror=implicit-function-declaration] > vmemmap_use_new_sub_pmd(addr, next); > ^~~~~~~~~~~~~~~~~~~~~~~ > ../arch/x86/mm/init_64.c:1591:4: error: implicit declaration of function ‘vmemmap_use_sub_pmd’ [-Werror=implicit-function-declaration] > vmemmap_use_sub_pmd(addr, next); > ^~~~~~~~~~~~~~~~~~~ It seems that next-20210311 contains v5, which still had this issue. I sent out v6 yesterday fixing this up [1]. I cannot reproduce with your config there. [1] https://patchwork.kernel.org/project/linux-mm/cover/20210309214050.4674-1-osalvador@suse.de/ -- Oscar Salvador SUSE L3