From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Tue, 7 Jun 2022 16:02:55 +0100 Subject: [Cluster-devel] [PATCH 14/20] hugetlb: Convert to migrate_folio In-Reply-To: <202206071414.41wGG8fp-lkp@intel.com> References: <20220606204050.2625949-15-willy@infradead.org> <202206071414.41wGG8fp-lkp@intel.com> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Jun 07, 2022 at 02:13:26PM +0800, kernel test robot wrote: > fs/hugetlbfs/inode.c: In function 'hugetlbfs_migrate_folio': > >> fs/hugetlbfs/inode.c:990:17: error: implicit declaration of function 'folio_migrate_copy' [-Werror=implicit-function-declaration] > 990 | folio_migrate_copy(dst, src); > | ^~~~~~~~~~~~~~~~~~ > >> fs/hugetlbfs/inode.c:992:17: error: implicit declaration of function 'folio_migrate_flags'; did you mean 'folio_mapping_flags'? [-Werror=implicit-function-declaration] > 992 | folio_migrate_flags(dst, src); > | ^~~~~~~~~~~~~~~~~~~ > | folio_mapping_flags > cc1: some warnings being treated as errors Thanks, fixed. 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 868D3C43334 for ; Tue, 7 Jun 2022 15:03:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236000AbiFGPDD (ORCPT ); Tue, 7 Jun 2022 11:03:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343804AbiFGPDC (ORCPT ); Tue, 7 Jun 2022 11:03:02 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA73565EC; Tue, 7 Jun 2022 08:02:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4jzHTv5Sc0MldAT+k988WZMZ/PcoJBlwM2totgWZy1o=; b=kAmWthY2O8UluBnxjle5Z4b8CR wMBrQhwOGev5bLR4SD2g4KFCVqn0rNm7UKcacjYNHOp4Zi9DN4hFNNpg/rdYnkQ2Bitnt2jS/8yep J4RQx8E76Apo84LVth+zXy/EGiNNhGntaPmOyPt7MAf32pEy9j0ya4oCKAyveSeAvj+/Bahjw/WS5 PkxrMT8th9jzoXK8Ozl9TZiDmysXQUNCSiVKvMvkBzEn1CjwgpXgRMlrbmn3RA54WDQPV+9+5Dfdw DH8s3QnSLteEcLhDUV0m22q0hL+gDPGr4PGZVl9no1Krcd/RbUTmqDuxBUlxLXzpM46q69eZL4xIc YyTs3kwg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyajP-00Bj6v-LJ; Tue, 07 Jun 2022 15:02:55 +0000 Date: Tue, 7 Jun 2022 16:02:55 +0100 From: Matthew Wilcox To: kernel test robot Cc: linux-fsdevel@vger.kernel.org, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-aio@kvack.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, cluster-devel@redhat.com, linux-mm@kvack.org, linux-xfs@vger.kernel.org, linux-nfs@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, ocfs2-devel@oss.oracle.com, linux-mtd@lists.infradead.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH 14/20] hugetlb: Convert to migrate_folio Message-ID: References: <20220606204050.2625949-15-willy@infradead.org> <202206071414.41wGG8fp-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202206071414.41wGG8fp-lkp@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue, Jun 07, 2022 at 02:13:26PM +0800, kernel test robot wrote: > fs/hugetlbfs/inode.c: In function 'hugetlbfs_migrate_folio': > >> fs/hugetlbfs/inode.c:990:17: error: implicit declaration of function 'folio_migrate_copy' [-Werror=implicit-function-declaration] > 990 | folio_migrate_copy(dst, src); > | ^~~~~~~~~~~~~~~~~~ > >> fs/hugetlbfs/inode.c:992:17: error: implicit declaration of function 'folio_migrate_flags'; did you mean 'folio_mapping_flags'? [-Werror=implicit-function-declaration] > 992 | folio_migrate_flags(dst, src); > | ^~~~~~~~~~~~~~~~~~~ > | folio_mapping_flags > cc1: some warnings being treated as errors Thanks, fixed. 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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 375F9C43334 for ; Tue, 7 Jun 2022 18:09:47 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.94.2) (envelope-from ) id 1nydeD-0005Hc-9q; Tue, 07 Jun 2022 18:09:45 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nydeB-0005HS-PD; Tue, 07 Jun 2022 18:09:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=4jzHTv5Sc0MldAT+k988WZMZ/PcoJBlwM2totgWZy1o=; b=imPZA6k/a1z3Z/RN0A8R6ZBA4E UHrqpzBQa9TC/HvlQqQKVAwkJCToTOaH+t7OjOzSiq7Xdcr2lURniqpi+VcwzmAFyNc0AKERoWpvf 8LfbLh/JSrW6bZmIhpXa58k8UXJ+GIDz8OEJuw5ZTRfGsepub4hMRMCQy956N2vw1GTQ=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=4jzHTv5Sc0MldAT+k988WZMZ/PcoJBlwM2totgWZy1o=; b=T5Nu/VjL6Wiy+29GmPwNWfDoN2 VbUNr6OZUN/vVY/b0U2zxgq952rfkyjSBuMpgGxgv9445Vs/AKg3F42NYALigWa6aVj1jC5TjVu1L DwIB5Jp2skky6d+XU6TSXJDsE8ZwT5StQ3rF3tBXJxSC5Od5ZrCecPtqZLMJlIU2lFgg=; Received: from casper.infradead.org ([90.155.50.34]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.94.2) id 1nydeA-008X4r-Bj; Tue, 07 Jun 2022 18:09:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4jzHTv5Sc0MldAT+k988WZMZ/PcoJBlwM2totgWZy1o=; b=kAmWthY2O8UluBnxjle5Z4b8CR wMBrQhwOGev5bLR4SD2g4KFCVqn0rNm7UKcacjYNHOp4Zi9DN4hFNNpg/rdYnkQ2Bitnt2jS/8yep J4RQx8E76Apo84LVth+zXy/EGiNNhGntaPmOyPt7MAf32pEy9j0ya4oCKAyveSeAvj+/Bahjw/WS5 PkxrMT8th9jzoXK8Ozl9TZiDmysXQUNCSiVKvMvkBzEn1CjwgpXgRMlrbmn3RA54WDQPV+9+5Dfdw DH8s3QnSLteEcLhDUV0m22q0hL+gDPGr4PGZVl9no1Krcd/RbUTmqDuxBUlxLXzpM46q69eZL4xIc YyTs3kwg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyajP-00Bj6v-LJ; Tue, 07 Jun 2022 15:02:55 +0000 Date: Tue, 7 Jun 2022 16:02:55 +0100 From: Matthew Wilcox To: kernel test robot Message-ID: References: <20220606204050.2625949-15-willy@infradead.org> <202206071414.41wGG8fp-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202206071414.41wGG8fp-lkp@intel.com> X-Headers-End: 1nydeA-008X4r-Bj Subject: Re: [f2fs-dev] [PATCH 14/20] hugetlb: Convert to migrate_folio X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-aio@kvack.org, linux-nfs@vger.kernel.org, cluster-devel@redhat.com, kbuild-all@lists.01.org, linux-ntfs-dev@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-block@vger.kernel.org, linux-mm@kvack.org, linux-mtd@lists.infradead.org, ocfs2-devel@oss.oracle.com, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-xfs@vger.kernel.org, linux-btrfs@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Tue, Jun 07, 2022 at 02:13:26PM +0800, kernel test robot wrote: > fs/hugetlbfs/inode.c: In function 'hugetlbfs_migrate_folio': > >> fs/hugetlbfs/inode.c:990:17: error: implicit declaration of function 'folio_migrate_copy' [-Werror=implicit-function-declaration] > 990 | folio_migrate_copy(dst, src); > | ^~~~~~~~~~~~~~~~~~ > >> fs/hugetlbfs/inode.c:992:17: error: implicit declaration of function 'folio_migrate_flags'; did you mean 'folio_mapping_flags'? [-Werror=implicit-function-declaration] > 992 | folio_migrate_flags(dst, src); > | ^~~~~~~~~~~~~~~~~~~ > | folio_mapping_flags > cc1: some warnings being treated as errors Thanks, fixed. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D653FC433EF for ; Tue, 7 Jun 2022 15:03:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rZ1sg1oU18e5V/Bku8gL7KwuJH6uX91je1xOgYAkM74=; b=FZm+IiI53Bi34B YD65MdyfGRcnAHpGCSNMss/kURyPdMleEPCh1p2zVejaz8pWoJjkqaRyNRmNN23l+CVSBJr2wKj0V Zne9CqAhFbhOmYUFXsu0l22PBEQA/JYWIG6z0GEOB++7EwqYlW69djLpA73w+32uBXELbY+6vLzW4 apRciZmOLEv7kf6Vc4xTqHguJwGbPUOerw0jIMfaZlYS2VYX633SNltQfhpW2qyT109tjBZhpu9xT 5uVd+TvalCQshZhbKZ32pQwkx4qF7DX0MOwBMc8ZdCNI6Be2UxOCVSQ1ZJ/QS9DfBJtBNQJEq/ci7 hGRMCIHuMEXpwdMBc+uA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyajU-008DUS-8K; Tue, 07 Jun 2022 15:03:00 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyajS-008DTu-46 for linux-mtd@bombadil.infradead.org; Tue, 07 Jun 2022 15:02:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4jzHTv5Sc0MldAT+k988WZMZ/PcoJBlwM2totgWZy1o=; b=kAmWthY2O8UluBnxjle5Z4b8CR wMBrQhwOGev5bLR4SD2g4KFCVqn0rNm7UKcacjYNHOp4Zi9DN4hFNNpg/rdYnkQ2Bitnt2jS/8yep J4RQx8E76Apo84LVth+zXy/EGiNNhGntaPmOyPt7MAf32pEy9j0ya4oCKAyveSeAvj+/Bahjw/WS5 PkxrMT8th9jzoXK8Ozl9TZiDmysXQUNCSiVKvMvkBzEn1CjwgpXgRMlrbmn3RA54WDQPV+9+5Dfdw DH8s3QnSLteEcLhDUV0m22q0hL+gDPGr4PGZVl9no1Krcd/RbUTmqDuxBUlxLXzpM46q69eZL4xIc YyTs3kwg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyajP-00Bj6v-LJ; Tue, 07 Jun 2022 15:02:55 +0000 Date: Tue, 7 Jun 2022 16:02:55 +0100 From: Matthew Wilcox To: kernel test robot Cc: linux-fsdevel@vger.kernel.org, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-aio@kvack.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, cluster-devel@redhat.com, linux-mm@kvack.org, linux-xfs@vger.kernel.org, linux-nfs@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, ocfs2-devel@oss.oracle.com, linux-mtd@lists.infradead.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH 14/20] hugetlb: Convert to migrate_folio Message-ID: References: <20220606204050.2625949-15-willy@infradead.org> <202206071414.41wGG8fp-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202206071414.41wGG8fp-lkp@intel.com> X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Tue, Jun 07, 2022 at 02:13:26PM +0800, kernel test robot wrote: > fs/hugetlbfs/inode.c: In function 'hugetlbfs_migrate_folio': > >> fs/hugetlbfs/inode.c:990:17: error: implicit declaration of function 'folio_migrate_copy' [-Werror=implicit-function-declaration] > 990 | folio_migrate_copy(dst, src); > | ^~~~~~~~~~~~~~~~~~ > >> fs/hugetlbfs/inode.c:992:17: error: implicit declaration of function 'folio_migrate_flags'; did you mean 'folio_mapping_flags'? [-Werror=implicit-function-declaration] > 992 | folio_migrate_flags(dst, src); > | ^~~~~~~~~~~~~~~~~~~ > | folio_mapping_flags > cc1: some warnings being treated as errors Thanks, fixed. ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ 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 aib29ajc248.phx1.oracleemaildelivery.com (aib29ajc248.phx1.oracleemaildelivery.com [192.29.103.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 28E6EC433EF for ; Tue, 7 Jun 2022 15:03:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=oss-phx-1109; d=oss.oracle.com; h=Date:To:From:Subject:Message-Id:MIME-Version:Sender; bh=hY5v+4ZWNTKFMziObu9S8mkTq9JePH3HBaY0t9mQzCE=; b=0r3Zrjx2UJyRVZsErLDkYq0IY9Hv0HEqONWR0NddGA7/TwwpF2mGwfcc1OfijmXiASyzVQJmKbE7 ++0OUBQr7/4GbsHIRg8vekfWnQ6d84TZXpLjwOiXMtOEtmz3G8WUcU7AX2vd41QuYZQq1HWiICXL biXJkkdvTPLTIPRXJvEU2xPA1809cWluscF1JJPrQNEwl/9ucmGZMa6eOjNq0bY3cjd3YvVEYSrZ 7Cu8LdyWQWCxeVNqPyLTlRmQxQEIenaMK8Qg/TAok7sSLEj3VKPnAeG3s0Avr7/of4mbIaPMPXpQ 0a/NKgpRoJtThI6fymHpDi3EBuRMQz1U+MDelQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=prod-phx-20191217; d=phx1.rp.oracleemaildelivery.com; h=Date:To:From:Subject:Message-Id:MIME-Version:Sender; bh=hY5v+4ZWNTKFMziObu9S8mkTq9JePH3HBaY0t9mQzCE=; b=n5yacvuYDlERHGPRv66B71QMwdrdzAcONirUlB8CoMnuCq/r2AUb4blrwnQZrygs2e6IlojK3PYY h4SS65shamck85cqY4Z3f9uRT0EEH4+SdpcoENd/f+sV+Inz23IvnPHv5zhW/RMH8gV99XHvsjNg u3BqWG9MVzwOW/cXANriUPMBp7Y4/ON1tl0dEU5zZtoITrzlFLLc29y8QLx+VQNtJIA4wSCfg6Vl uLlt8g9joWtipx3n7Vah3x4C3tSoPh5ao8RtxCFEumOQ8mUCfi2mEi9+pnav9B8NcYeA3H1G93f2 jerTSdbmmjKSGqxeNJe1uLlKVVkhB6FVFtnBng== Received: by omta-ad2-fd1-201-us-phoenix-1.omtaad2.vcndpphx.oraclevcn.com (Oracle Communications Messaging Server 8.1.0.1.20220517 64bit (built May 17 2022)) with ESMTPS id <0RD400MOM4HWDS60@omta-ad2-fd1-201-us-phoenix-1.omtaad2.vcndpphx.oraclevcn.com> for ocfs2-devel@archiver.kernel.org; Tue, 07 Jun 2022 15:03:32 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4jzHTv5Sc0MldAT+k988WZMZ/PcoJBlwM2totgWZy1o=; b=kAmWthY2O8UluBnxjle5Z4b8CR wMBrQhwOGev5bLR4SD2g4KFCVqn0rNm7UKcacjYNHOp4Zi9DN4hFNNpg/rdYnkQ2Bitnt2jS/8yep J4RQx8E76Apo84LVth+zXy/EGiNNhGntaPmOyPt7MAf32pEy9j0ya4oCKAyveSeAvj+/Bahjw/WS5 PkxrMT8th9jzoXK8Ozl9TZiDmysXQUNCSiVKvMvkBzEn1CjwgpXgRMlrbmn3RA54WDQPV+9+5Dfdw DH8s3QnSLteEcLhDUV0m22q0hL+gDPGr4PGZVl9no1Krcd/RbUTmqDuxBUlxLXzpM46q69eZL4xIc YyTs3kwg==; Date: Tue, 7 Jun 2022 16:02:55 +0100 To: kernel test robot Message-id: References: <20220606204050.2625949-15-willy@infradead.org> <202206071414.41wGG8fp-lkp@intel.com> MIME-version: 1.0 Content-disposition: inline In-reply-to: <202206071414.41wGG8fp-lkp@intel.com> X-Source-IP: 90.155.50.34 X-Proofpoint-Virus-Version: vendor=nai engine=6400 definitions=10371 signatures=594849 X-Proofpoint-Spam-Details: rule=tap_notspam policy=tap score=5 mlxlogscore=128 suspectscore=0 bulkscore=0 phishscore=0 impostorscore=0 malwarescore=0 priorityscore=162 adultscore=0 clxscore=178 mlxscore=5 spamscore=5 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2204290000 definitions=main-2206070061 domainage_hfrom=8379 Cc: linux-aio@kvack.org, linux-nfs@vger.kernel.org, cluster-devel@redhat.com, kbuild-all@lists.01.org, linux-ntfs-dev@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-block@vger.kernel.org, linux-mm@kvack.org, linux-mtd@lists.infradead.org, ocfs2-devel@oss.oracle.com, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-xfs@vger.kernel.org, linux-btrfs@vger.kernel.org Subject: Re: [Ocfs2-devel] [PATCH 14/20] hugetlb: Convert to migrate_folio X-BeenThere: ocfs2-devel@oss.oracle.com X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Matthew Wilcox via Ocfs2-devel Reply-to: Matthew Wilcox Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7bit Errors-to: ocfs2-devel-bounces@oss.oracle.com X-ServerName: casper.infradead.org X-Proofpoint-SPF-Result: None X-Spam: Clean X-Proofpoint-GUID: _8k2gC_dSzsBZBARGLzZFGx8d9IPE7Dv X-Proofpoint-ORIG-GUID: _8k2gC_dSzsBZBARGLzZFGx8d9IPE7Dv Reporting-Meta: AAEyJHhYEUUd0xhzdB7fWyOiSokxx+Apf7roaaN/WrhzTeGGXGIQATTYGKHd3Chg V5Bx36cULNnq3J5hLQWa/aoPYrjlvgMziygPxLscT+IedaE4ljAxZh9InlRFb4iD BkUmE0khvDth31spfv/uD5EtmpHS8pjqSLjUP86gYVAjRw2NueNcc+gLsMU6Clng fV1tMa/WlcehDVM5weXKBYuz06D+sDswCtK5iMnHN2H2G0kTt4qHqaafzfSxZEYM v0ZlYbDQjjsPyFYO0bC8ppjZiAJ03FdzZ4e/BS0Xji1/hRO1rdM5DI+QExXpU/fq geBTWH3YIbnDEq+ubVTAC1rkhjEYYurmZMOzkB7uIWhn07XQypRp06Udm221oA6Y OPZr6LIRf3N1sEjjEwcfXBVoDnbGQT3S7xpE0AxlSKUuI2MELQCAQCUMcb9ZaAD7 fxmH19PfyPoncasFG3V/bQJxhZUZdRF5EXZGOjpgIZ5wwePFe0q79wqz7m9sPvmA Xvxh4udbIfvY69f9GBbeQAezRqFmvkqYqAePEg8A7f4= On Tue, Jun 07, 2022 at 02:13:26PM +0800, kernel test robot wrote: > fs/hugetlbfs/inode.c: In function 'hugetlbfs_migrate_folio': > >> fs/hugetlbfs/inode.c:990:17: error: implicit declaration of function 'folio_migrate_copy' [-Werror=implicit-function-declaration] > 990 | folio_migrate_copy(dst, src); > | ^~~~~~~~~~~~~~~~~~ > >> fs/hugetlbfs/inode.c:992:17: error: implicit declaration of function 'folio_migrate_flags'; did you mean 'folio_mapping_flags'? [-Werror=implicit-function-declaration] > 992 | folio_migrate_flags(dst, src); > | ^~~~~~~~~~~~~~~~~~~ > | folio_mapping_flags > cc1: some warnings being treated as errors Thanks, fixed. _______________________________________________ Ocfs2-devel mailing list Ocfs2-devel@oss.oracle.com https://oss.oracle.com/mailman/listinfo/ocfs2-devel 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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2B01DC43334 for ; Tue, 7 Jun 2022 15:03:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id A38E960FA6; Tue, 7 Jun 2022 15:03:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oPKLLkW8boa9; Tue, 7 Jun 2022 15:03:26 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id 4D516605B1; Tue, 7 Jun 2022 15:03:26 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 08452C0039; Tue, 7 Jun 2022 15:03:26 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 57F97C002D for ; Tue, 7 Jun 2022 15:03:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 4672D40602 for ; Tue, 7 Jun 2022 15:03:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp2.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=infradead.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r5KBTub5VN_H for ; Tue, 7 Jun 2022 15:03:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by smtp2.osuosl.org (Postfix) with ESMTPS id AB01C40162 for ; Tue, 7 Jun 2022 15:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4jzHTv5Sc0MldAT+k988WZMZ/PcoJBlwM2totgWZy1o=; b=kAmWthY2O8UluBnxjle5Z4b8CR wMBrQhwOGev5bLR4SD2g4KFCVqn0rNm7UKcacjYNHOp4Zi9DN4hFNNpg/rdYnkQ2Bitnt2jS/8yep J4RQx8E76Apo84LVth+zXy/EGiNNhGntaPmOyPt7MAf32pEy9j0ya4oCKAyveSeAvj+/Bahjw/WS5 PkxrMT8th9jzoXK8Ozl9TZiDmysXQUNCSiVKvMvkBzEn1CjwgpXgRMlrbmn3RA54WDQPV+9+5Dfdw DH8s3QnSLteEcLhDUV0m22q0hL+gDPGr4PGZVl9no1Krcd/RbUTmqDuxBUlxLXzpM46q69eZL4xIc YyTs3kwg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyajP-00Bj6v-LJ; Tue, 07 Jun 2022 15:02:55 +0000 Date: Tue, 7 Jun 2022 16:02:55 +0100 From: Matthew Wilcox To: kernel test robot Subject: Re: [PATCH 14/20] hugetlb: Convert to migrate_folio Message-ID: References: <20220606204050.2625949-15-willy@infradead.org> <202206071414.41wGG8fp-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202206071414.41wGG8fp-lkp@intel.com> Cc: linux-aio@kvack.org, linux-nfs@vger.kernel.org, cluster-devel@redhat.com, kbuild-all@lists.01.org, linux-ntfs-dev@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-block@vger.kernel.org, linux-mm@kvack.org, linux-mtd@lists.infradead.org, ocfs2-devel@oss.oracle.com, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-xfs@vger.kernel.org, linux-btrfs@vger.kernel.org X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Tue, Jun 07, 2022 at 02:13:26PM +0800, kernel test robot wrote: > fs/hugetlbfs/inode.c: In function 'hugetlbfs_migrate_folio': > >> fs/hugetlbfs/inode.c:990:17: error: implicit declaration of function 'folio_migrate_copy' [-Werror=implicit-function-declaration] > 990 | folio_migrate_copy(dst, src); > | ^~~~~~~~~~~~~~~~~~ > >> fs/hugetlbfs/inode.c:992:17: error: implicit declaration of function 'folio_migrate_flags'; did you mean 'folio_mapping_flags'? [-Werror=implicit-function-declaration] > 992 | folio_migrate_flags(dst, src); > | ^~~~~~~~~~~~~~~~~~~ > | folio_mapping_flags > cc1: some warnings being treated as errors Thanks, fixed. _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4771467947117653582==" MIME-Version: 1.0 From: Matthew Wilcox To: kbuild-all@lists.01.org Subject: Re: [PATCH 14/20] hugetlb: Convert to migrate_folio Date: Tue, 07 Jun 2022 16:02:55 +0100 Message-ID: In-Reply-To: <202206071414.41wGG8fp-lkp@intel.com> List-Id: --===============4771467947117653582== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Tue, Jun 07, 2022 at 02:13:26PM +0800, kernel test robot wrote: > fs/hugetlbfs/inode.c: In function 'hugetlbfs_migrate_folio': > >> fs/hugetlbfs/inode.c:990:17: error: implicit declaration of function '= folio_migrate_copy' [-Werror=3Dimplicit-function-declaration] > 990 | folio_migrate_copy(dst, src); > | ^~~~~~~~~~~~~~~~~~ > >> fs/hugetlbfs/inode.c:992:17: error: implicit declaration of function '= folio_migrate_flags'; did you mean 'folio_mapping_flags'? [-Werror=3Dimplic= it-function-declaration] > 992 | folio_migrate_flags(dst, src); > | ^~~~~~~~~~~~~~~~~~~ > | folio_mapping_flags > cc1: some warnings being treated as errors Thanks, fixed. --===============4771467947117653582==--