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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A22A2C7EE33 for ; Wed, 24 May 2023 06:46:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MQ035cz7aeHMRnP7GkfcEVJHt8vfOQReshBE6LX7xKo=; b=jKGXeE0Avcubu8 vfuHcqjzrPIm3c3gMEwvVCNDzp59GlGC8S/rQC5zkza/DG+6uUDS/T0TXsDV1TMcTHI5TqvrwBpiJ nGFpI2Qw8LDsSDKscr+GHFMlZDpjkyd60+qSCh0g6L5SYUx4gge3SW3+GlxK3+YN1/pmMF+USxoPj SI0dMcoxUDswKLp9swCWWPv9sEx4MyzHboY0N9TTUq115L67ptFwO5JRLyt647qM3xlyR3UI1MAKi 3T1JRQG6msd1stQuqLyWG0P+4LymBgecLSqxUV2igk2eFwxJ0GaQw3S56YbmqGX41QCSU3p+BqMFk oorif/llaZxHwmaKsspg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q1iGT-00CWcN-2m; Wed, 24 May 2023 06:46:29 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q1iGR-00CWbv-2z; Wed, 24 May 2023 06:46:27 +0000 Date: Tue, 23 May 2023 23:46:27 -0700 From: Christoph Hellwig To: Arnaud Pouliquen Cc: Bjorn Andersson , Mathieu Poirier , Jens Wiklander , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, op-tee@lists.trustedfirmware.org Subject: Re: [RFC PATCH 1/4] tee: Re-enable vmalloc page support for shared memory Message-ID: References: <20230523091350.292221-1-arnaud.pouliquen@foss.st.com> <20230523091350.292221-2-arnaud.pouliquen@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230523091350.292221-2-arnaud.pouliquen@foss.st.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 23, 2023 at 11:13:47AM +0200, Arnaud Pouliquen wrote: > This patch revert commit c83900393aa1 ("tee: Remove vmalloc page support") As per the discussion back then: don't just blindly do the same dumb thing again and fix the interfae to actually pass in a page array, or iov_iter or an actually useful container that fits. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel