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 2591AC4332F for ; Fri, 16 Dec 2022 07:10:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229526AbiLPHKG (ORCPT ); Fri, 16 Dec 2022 02:10:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230052AbiLPHJZ (ORCPT ); Fri, 16 Dec 2022 02:09:25 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DA84747FB for ; Thu, 15 Dec 2022 23:07:04 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 7A84268BEB; Fri, 16 Dec 2022 08:06:22 +0100 (CET) Date: Fri, 16 Dec 2022 08:06:21 +0100 From: Christoph Hellwig To: Ira Weiny Cc: Jens Wiklander , Linus Torvalds , Sumit Garg , Phil Chang =?utf-8?B?KOW8teS4luWLsyk=?= , Andrew Morton , Al Viro , "Fabio M. De Francesco" , Christoph Hellwig , "op-tee@lists.trustedfirmware.org" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" Subject: Re: [PATCH 2/4] tee: Remove vmalloc page support Message-ID: <20221216070621.GA24832@lst.de> References: <20221002002326.946620-1-ira.weiny@intel.com> <20221002002326.946620-3-ira.weiny@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 15, 2022 at 04:41:04PM -0800, Ira Weiny wrote: > Overall I feel like submitting this series again with Christoph and Al's > comments addressed is the best way forward to get rid of kmap_to_page(). I > would really like to get moving on that to avoid any further issues with the > kmap conversions. Yes. While the flag is really odd, killing kmap_to_page should be the priority.