From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 17CAC2DC35F; Wed, 20 Aug 2025 23:16:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755731814; cv=none; b=CafASLwgyvhGsI1b00KOWBK0MjoIl82X4P3HaA6qKOHZjlwHFAtbjHiaEG2TqRCCU2qhLj693IY+0ZeS5liDO96iNltQ1Qp4diC8pk2/Fs8gGwZh1B6maEB+AVyITJKdwA0Ilqep65aJPv0D83JlMW+tYUmJiBN0XimXcXVs7OU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755731814; c=relaxed/simple; bh=BXxLM/b3kQW0MEGWFUc1G1yH3XebNGc9PNlmEFksIVQ=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=IOtjP2J2Zj8fauYvvhoxmAL8z8yfGB57BP0DsLp9voK9uycwO2ImJgEmWa1ltYyIWyb9/0LJFsHzWbR3MbtqKAdHox/Ixgk/BbqrXzqYHcGTCwL3GjCVoOp2fctT8VHOwrlVLuCn+z/13aBuYnwalQmOpVluccJsXzAJhNJ6IBE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=Pki6dp4U; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="Pki6dp4U" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 522E8C4CEE7; Wed, 20 Aug 2025 23:16:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1755731813; bh=BXxLM/b3kQW0MEGWFUc1G1yH3XebNGc9PNlmEFksIVQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Pki6dp4UhuNMDJWTeZ/70JjWMWhx9Cjd+ydGX1i9pHJRXhovc3b7NHgx7g5MPkSHB q4nxSqS/Y3KZy2m44faN3xGZzfrytuz6A3Dxs21ZthxOGlvR669JAlpY8/zHeyN9xv lzmwFxifxgIre/mbh5tN1EEvMr56gpFMq0EapHYs= Date: Wed, 20 Aug 2025 16:16:52 -0700 From: Andrew Morton To: Stephen Rothwell Cc: Christian Brauner , Pankaj Raghav , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the vfs-brauner tree Message-Id: <20250820161652.ab1675e53ec0718e733b4a77@linux-foundation.org> In-Reply-To: <20250821085441.437cafbf@canb.auug.org.au> References: <20250818090559.3643eabd@canb.auug.org.au> <20250820094239.30dea649@canb.auug.org.au> <20250821085441.437cafbf@canb.auug.org.au> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 21 Aug 2025 08:54:41 +1000 Stephen Rothwell wrote: > Hi Christian, > > > | ^~~~~~~~~~~~~~~~~~ > > > | is_zero_folio > > > > > > Caused by commit > > > > > > 5589673e8d8d ("iomap: use largest_zero_folio() in iomap_dio_zero()") > > > > > > I have used the vfs-brauner tree from next-20250815 for today. > > > > I am still getting this failure. > > The above commit is still in your tree which makes it unbuildable since > the interface it uses does not exist in your tree (are you testing it?). > How about we keep life simple and just carry the patch in both trees. Christian, I'll send a copy of the mm.git patch at you.