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 D2950C001DE for ; Mon, 10 Jul 2023 03:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229760AbjGJDhF (ORCPT ); Sun, 9 Jul 2023 23:37:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229554AbjGJDhE (ORCPT ); Sun, 9 Jul 2023 23:37:04 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2C3EB5; Sun, 9 Jul 2023 20:36: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=2OThL4zoENi2NWZu2dF9b0AgDDcQAEonJGRbw7IoxHI=; b=rCzk43epa/CXGfLmPtDghCJIxV gte+V8Xf1igWkOlTwIeGFEdi26oOOB72nT1VBRidryscixqv2jh8go6cu5py/dd2kht0Kv/F3Ez0H p0oNK8Y53Q4MmqvbSLtA4vQG+eybqiLD9JlVZ0cg0TbsEfGOz7oboN/0yZQC+lJ+HwL0BtDt0pZiO hK77haAT5/Ooy9AkQCa2pS0CuvySk25vxEPDMD8JxLTNNLPoj+z7YCWOWHluvI4AkK0AxtfQ+UMOX lEXd/Tl5Djy9WVrc9MdSidHBxYfww4sg9/7ydqb5g3n1/3P85uxXma7nnWQeWP9l6tTp7SS1jUTjC 1uSHdtsQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qIhhn-00EF1g-OJ; Mon, 10 Jul 2023 03:36:55 +0000 Date: Mon, 10 Jul 2023 04:36:55 +0100 From: Matthew Wilcox To: Christoph Hellwig Cc: linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, Wang Yugui , Dave Chinner , "Darrick J . Wong" Subject: Re: [PATCH v3 1/8] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic() Message-ID: References: <20230612203910.724378-1-willy@infradead.org> <20230612203910.724378-2-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Jun 12, 2023 at 09:52:52PM -0700, Christoph Hellwig wrote: > Looks good: > I'm assuming this was intended to have Reviewed-by: Christoph Hellwig after it, so I'm taking the liverty of adding that.