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.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 03A1BC6FD1D for ; Mon, 27 Mar 2023 16:31:02 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Pldbn1YYfz3fRF for ; Tue, 28 Mar 2023 03:31:01 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=N37FXh2b; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=145.40.73.55; helo=sin.source.kernel.org; envelope-from=will@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=N37FXh2b; dkim-atps=neutral Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4PldZj3bfxz3bXQ for ; Tue, 28 Mar 2023 03:30:05 +1100 (AEDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id A9AF6CE18B2; Mon, 27 Mar 2023 16:30:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1E01C433EF; Mon, 27 Mar 2023 16:29:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679934601; bh=z8Axy2jhFhvVh2ZiGMT1gqklNpyGzWm7cQGzH79T/pU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N37FXh2bg8zB5q2/YscYnl0ciPlS+M31qRFBW2Bed7S5crJMhAPZdRcpHFaFXxQvF EurYSxT/i5zJwLxjWK0ubb9/SCBBJF3nsX3mvRJFuS5S8JzRJUtKNENud6OpToEjjz tr/KDT50zcawFxqemU1PHFEbzLFWTNAnq/L5b71/5w58UHTw3FjjJhVhm0163wtRA5 tIIoTYXNDdJkE1Gp1jsnzuTvs0BOjT+8ld4xRhZTY0a5jmd+Ffvz2JnEmwM3x853Qp 0lWuw76mTn3laFa4nHOvjXywXRRtsuhyu96BA7CpLMAH7dqy7b03nw7iqHrByv+g8s srrBxqIrnlRQA== From: Will Deacon To: Michael Ellerman , Ingo Molnar , Christophe Leroy , Thomas Gleixner , Catalin Marinas , Borislav Petkov , Dave Hansen , Nicholas Piggin , x86@kernel.org, "H. Peter Anvin" , Ira Weiny Subject: Re: [PATCH 0/3] COVER: Remove memcpy_page_flushcache() Date: Mon, 27 Mar 2023 17:29:52 +0100 Message-Id: <167993078034.2286694.14271528066937024301.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221230-kmap-x86-v1-0-15f1ecccab50@intel.com> References: <20221230-kmap-x86-v1-0-15f1ecccab50@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kernel-team@android.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Al Viro , Dan Williams , Will Deacon , linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, 15 Mar 2023 16:20:53 -0700, Ira Weiny wrote: > Commit 21b56c847753 ("iov_iter: get rid of separate bvec and xarray > callbacks") removed the calls to memcpy_page_flushcache(). > > kmap_atomic() is deprecated and used in the x86 version of > memcpy_page_flushcache(). > > Remove the unnecessary memcpy_page_flushcache() call from all arch's. > > [...] Applied arm64 patch to arm64 (for-next/mm), thanks! [3/3] arm: uaccess: Remove memcpy_page_flushcache() https://git.kernel.org/arm64/c/7cae569e6209 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev