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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34DB8C4332F for ; Thu, 3 Nov 2022 02:54:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229516AbiKCCx6 (ORCPT ); Wed, 2 Nov 2022 22:53:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231375AbiKCCx3 (ORCPT ); Wed, 2 Nov 2022 22:53:29 -0400 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85A1315837 for ; Wed, 2 Nov 2022 19:52:14 -0700 (PDT) Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1667443933; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lp0yfXzlfHhvEOMOaUivoS1iKMpFYQIUksinGRVVzMA=; b=aGfPf6SZQPy8RYJ0buYLhhBk9mO/wQB+ZliJxfhUWRqccZiuQp+ypccJf+t6gNdW1hI4ju ms3JQf6Okf8a3VPDX0R0wfTfy9pWKySRgloOn5n8jzWBmdPxBbqhWws+htNa4nkzDvJjT8 Kr5/qjKKGqSM0nM6M5W4d4x6qocScrI= Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.200.110.1.12\)) Subject: Re: [PATCH] mm: hugetlb_vmemmap: include missing linux/moduleparam.h X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: Date: Thu, 3 Nov 2022 10:51:59 +0800 Cc: Muchun Song , Mike Kravetz , Andrew Morton , Gerald Schaefer , Linux Memory Management List , linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: <71BFC75C-483D-42C0-8248-59FC8DBE148C@linux.dev> References: To: Vasily Gorbik X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Nov 3, 2022, at 02:09, Vasily Gorbik wrote: >=20 > The kernel test robot reported build failures with a 'randconfig' on = s390: >>> mm/hugetlb_vmemmap.c:421:11: error: a function declaration without a > prototype is deprecated in all versions of C = [-Werror,-Wstrict-prototypes] > core_param(hugetlb_free_vmemmap, vmemmap_optimize_enabled, bool, 0); > ^ >=20 > Link: = https://lore.kernel.org/linux-mm/202210300751.rG3UDsuc-lkp@intel.com/ > Reported-by: kernel test robot > Fixes: 30152245c63b ("mm: hugetlb_vmemmap: replace early_param() with = core_param()") Thanks for your fixing. However, the correct commit that should be fixed = is 42deddf3ef5c ("s390: select ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP"). Reviewed-by: Muchun Song