Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp371378ybj; Wed, 6 May 2020 20:26:01 -0700 (PDT) X-Google-Smtp-Source: APiQypLPEQscy/b1bzrahoTP0OEotW10/vM55LxajvBTPEjAbtBKlUbFobN/mJ4oKYrO2W1Wx2bb X-Received: by 2002:a50:afa6:: with SMTP id h35mr9873359edd.209.1588821961612; Wed, 06 May 2020 20:26:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588821961; cv=none; d=google.com; s=arc-20160816; b=PmU4IgxfJ1TJ1s8T3IgkbPAfzfwP3WIzB5OYJ9o1bm6XSyaEUBkeepsw3SIR8niFop sQTEzMWrvFdyYuemOzOKUwjwOhxJi6PglPYbMw1F8Ze2DTRnxrg47dwvdOhM4ooWcdBF Y/0h9dqThKOVgknL1E4AEN/t6zVDPBudJiJ6c7qGcnGBq4JhhTjfcELAj2ASBupB1eDq ShY+0T9g9pMRtLlYsvmgNtsiEgfop6PRjedfHmSEEfkjGwNYpLnOs45uL/eaaRptVDSz BPZYKirIDsHGiokHxekW6Oz7bILFuS9NBAJq5J/zUeBhqla1DXj1l+41g+HmxW+Q3qvi tE8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=nnlz6IxhjqkvR9S0WaoaBlZ4oIvCkSzhhyJwjuCqdT8=; b=V177SjpWOqP+SbVm1qI296UKiPBNqs+UmUayV7uKy9Y1YyQadLh2VyPFz6uHIVHKFe rEZ3SipnPR8o/lMKPGKBI9W7A09AXERrq2rPB0dBNEKeWR7OXU9hmeh7hJ0Vd52RTPfA j73V63PuuoKRcg5nv4GYQaCjIvMtD8+pYurSWVdMNF5FOy86fjd+QRzL226CfOAduaNb f55IsDAaomPdibUkWVpgC36ajo4ej+lpt/VU1HTXqtM3XdEjPYKm8qgotfXUsp+VZyTB xKSjiOKqn1BQ+Wzng1p/LyRXCayMffmerkCVVma3CpUYRtvFaNRziaXKsAWPc391DZEj H8Yg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id sd7si409168ejb.236.2020.05.06.20.25.39; Wed, 06 May 2020 20:26:01 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728131AbgEGCgE (ORCPT + 99 others); Wed, 6 May 2020 22:36:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728079AbgEGCgE (ORCPT ); Wed, 6 May 2020 22:36:04 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBCEFC061A0F; Wed, 6 May 2020 19:36:03 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jWWOD-002cOr-Vc; Thu, 07 May 2020 02:35:58 +0000 Date: Thu, 7 May 2020 03:35:57 +0100 From: Al Viro To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Jens Axboe Subject: Re: linux-next: build failure after merge of the vfs tree Message-ID: <20200507023557.GE23230@ZenIV.linux.org.uk> References: <20200507103921.371b1329@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200507103921.371b1329@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 07, 2020 at 10:39:21AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the vfs tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > fs/eventfd.c: In function 'eventfd_read': > fs/eventfd.c:226:6: error: implicit declaration of function 'iov_iter_count' [-Werror=implicit-function-declaration] > 226 | if (iov_iter_count(to) < sizeof(ucnt)) > | ^~~~~~~~~~~~~~ > In file included from include/linux/file.h:9, > from fs/eventfd.c:9: > fs/eventfd.c:257:15: error: implicit declaration of function 'copy_to_iter'; did you mean 'copy_to_user'? [-Werror=implicit-function-declaration] > 257 | if (unlikely(copy_to_iter(&ucnt, sizeof(ucnt), to) != sizeof(ucnt))) > | ^~~~~~~~~~~~ > > Caused by commit > > a6515b3a7410 ("eventfd: convert to f_op->read_iter()") > > I have applied the following patch for today: [snip] folded and pushed out