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 B552AC43217 for ; Tue, 8 Nov 2022 23:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229931AbiKHX6e (ORCPT ); Tue, 8 Nov 2022 18:58:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229974AbiKHX6T (ORCPT ); Tue, 8 Nov 2022 18:58:19 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9A1A606A7; Tue, 8 Nov 2022 15:58:18 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A8B40B81CC7; Tue, 8 Nov 2022 23:58:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57727C433C1; Tue, 8 Nov 2022 23:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1667951896; bh=GmWaYwFMhvWkGZnCa57g3be9sxwXWpf2RmafuhBCAjQ=; h=Date:To:From:Subject:From; b=mbonw3ty0uRonczWaNNpSAzq+oWNAh++OhUpM51WbO9N7dpjl96v/bC/lPpCGC6tA FqSObt4NqoY0RaA7K+ZM9yn8UNhQ6sI9nwypf1D3/1sp0si0XoN4JFOv9m7vjjqRsP z1ijVEQ0z/GRHSR3Vkk+NakAo6nDIBT4NcjXgXbw= Date: Tue, 08 Nov 2022 15:58:15 -0800 To: mm-commits@vger.kernel.org, stable@vger.kernel.org, songmuchun@bytedance.com, mike.kravetz@oracle.com, lkp@intel.com, gerald.schaefer@linux.ibm.com, gor@linux.ibm.com, akpm@linux-foundation.org From: Andrew Morton Subject: [merged mm-hotfixes-stable] mm-hugetlb_vmemmap-include-missing-linux-moduleparamh.patch removed from -mm tree Message-Id: <20221108235816.57727C433C1@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org The quilt patch titled Subject: mm: hugetlb_vmemmap: include missing linux/moduleparam.h has been removed from the -mm tree. Its filename was mm-hugetlb_vmemmap-include-missing-linux-moduleparamh.patch This patch was dropped because it was merged into the mm-hotfixes-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Vasily Gorbik Subject: mm: hugetlb_vmemmap: include missing linux/moduleparam.h Date: Wed, 2 Nov 2022 19:09:17 +0100 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); ^ Link: https://lore.kernel.org/linux-mm/202210300751.rG3UDsuc-lkp@intel.com/ Link: https://lkml.kernel.org/r/patch.git-296b83ca939b.your-ad-here.call-01667411912-ext-5073@work.hours Fixes: 30152245c63b ("mm: hugetlb_vmemmap: replace early_param() with core_param()") Signed-off-by: Vasily Gorbik Reported-by: kernel test robot Reviewed-by: Muchun Song Cc: Gerald Schaefer Cc: Mike Kravetz Cc: Signed-off-by: Andrew Morton --- mm/hugetlb_vmemmap.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/hugetlb_vmemmap.c~mm-hugetlb_vmemmap-include-missing-linux-moduleparamh +++ a/mm/hugetlb_vmemmap.c @@ -11,6 +11,7 @@ #define pr_fmt(fmt) "HugeTLB: " fmt #include +#include #include #include #include _ Patches currently in -mm which might be from gor@linux.ibm.com are