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=-10.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 98829C07E99 for ; Fri, 9 Jul 2021 09:08:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 794E6613D9 for ; Fri, 9 Jul 2021 09:08:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231781AbhGIJLf (ORCPT ); Fri, 9 Jul 2021 05:11:35 -0400 Received: from outbound-smtp16.blacknight.com ([46.22.139.233]:33629 "EHLO outbound-smtp16.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229559AbhGIJLe (ORCPT ); Fri, 9 Jul 2021 05:11:34 -0400 Received: from mail.blacknight.com (pemlinmail06.blacknight.ie [81.17.255.152]) by outbound-smtp16.blacknight.com (Postfix) with ESMTPS id CC1321C5B59 for ; Fri, 9 Jul 2021 10:08:50 +0100 (IST) Received: (qmail 7687 invoked from network); 9 Jul 2021 09:08:50 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.17.255]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 9 Jul 2021 09:08:50 -0000 Date: Fri, 9 Jul 2021 10:08:49 +0100 From: Mel Gorman To: Matteo Croce Cc: Linux-MM , Andrew Morton , Michal Hocko , David Hildenbrand , Vlastimil Babka , Dan Streetman , Yang Shi , LKML Subject: Re: [PATCH] Revert "mm/page_alloc: make should_fail_alloc_page() static" Message-ID: <20210709090848.GW3840@techsingularity.net> References: <20210708191128.153796-1-mcroce@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20210708191128.153796-1-mcroce@linux.microsoft.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 08, 2021 at 09:11:28PM +0200, Matteo Croce wrote: > From: Matteo Croce > > This reverts commit f7173090033c70886d925995e9dfdfb76dbb2441. > > Fix an unresolved symbol error when CONFIG_DEBUG_INFO_BTF=y: > > LD vmlinux > BTFIDS vmlinux > FAILED unresolved symbol should_fail_alloc_page > make: *** [Makefile:1199: vmlinux] Error 255 > make: *** Deleting file 'vmlinux' > > Fixes: f7173090033c ("mm/page_alloc: make should_fail_alloc_page() static") > Signed-off-by: Matteo Croce Acked-by: Mel Gorman -- Mel Gorman SUSE Labs