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 86910EB64DC for ; Tue, 11 Jul 2023 20:06:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230255AbjGKUGI (ORCPT ); Tue, 11 Jul 2023 16:06:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbjGKUGG (ORCPT ); Tue, 11 Jul 2023 16:06:06 -0400 Received: from out-32.mta0.migadu.com (out-32.mta0.migadu.com [IPv6:2001:41d0:1004:224b::20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18A64170C for ; Tue, 11 Jul 2023 13:06:06 -0700 (PDT) Date: Tue, 11 Jul 2023 16:05:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1689105964; 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: in-reply-to:in-reply-to:references:references; bh=beCzAAgGGGWYoTxU+DMOv8Ui10HFwHhnTS6QvcEqUpk=; b=DAg1iG2tkmSKG8ExnJeDYtob8cxD57LanGTbIwa7wWdx2ZdxTzT42U8xg0V1mXvhDL2Lp6 mf/NCSl5KxPxVdU6CsNzkNCGSo6Ztu5DAZBTOJhaD+S6yMLQNVDDfuuyQc8kbn9jL0F1gZ jrR9b9b/yw93Ypv2vHgWjBfiVchvn0Y= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: "Matthew Wilcox (Oracle)" Cc: linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, Wang Yugui , Dave Chinner , Christoph Hellwig , "Darrick J . Wong" Subject: Re: [PATCH v4 1/9] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic() Message-ID: <20230711200559.kg5kitwhgex6w7uf@moria.home.lan> References: <20230710130253.3484695-1-willy@infradead.org> <20230710130253.3484695-2-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230710130253.3484695-2-willy@infradead.org> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Jul 10, 2023 at 02:02:45PM +0100, Matthew Wilcox (Oracle) wrote: > copy_page_from_iter_atomic() already handles !highmem compound > pages correctly, but if we are passed a highmem compound page, > each base page needs to be mapped & unmapped individually. > > Signed-off-by: Matthew Wilcox (Oracle) Reviewed-by: Kent Overstreet I just pulled this into the bcachefs tree; in a week or two if you haven't heard anything you can add my Tested-by: