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 32523C433EF for ; Mon, 21 Feb 2022 01:52:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245513AbiBUBwl (ORCPT ); Sun, 20 Feb 2022 20:52:41 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:32850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236468AbiBUBwk (ORCPT ); Sun, 20 Feb 2022 20:52:40 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC37AE2A for ; Sun, 20 Feb 2022 17:52:17 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 66CD260E9B for ; Mon, 21 Feb 2022 01:52:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61FACC340E8; Mon, 21 Feb 2022 01:52:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645408336; bh=4lfUSZ8GkQGgALesFEPJ8MtxwuF+eM/2/gYQ99xIzw4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lo8m5g0icBpkrOSuhEwn1AF9oUN2RY0Ngdg+nuwo3VZbVxZEbmpy7LBD70QPDHS7Y ABS63Mbzgn4IHK9ceQnuu3s7kqhtGOzLo732IUvmJGmy0YF+jvYf7Fa55pCYh93L4B 2w4q4r2wnplsP/P+1nlBcrsaAKch50KSB/kKKzqKu8LegUM7YZVV1TCZSmMyqmou3S AZzTCvgnOMv3YoZ42kE80GG/ZUTxAWaTUzNm6QkjYzJdQF4r+SMo22O9w8RER80xIY yVkOmbpuqOrx6FfrsoBwF1huUi/wQMoVpF21YqstGOvUYKdk0ycYAMhnb/r+e1xLEY YuEj4Ijxr5odQ== Date: Mon, 21 Feb 2022 02:52:56 +0100 From: Jarkko Sakkinen To: Jens Wiklander Cc: linux-kernel@vger.kernel.org, op-tee@lists.trustedfirmware.org, Sumit Garg , Herbert Xu , Devaraj Rangasamy , Rijo Thomas , David Howells , Tyler Hicks Subject: Re: [PATCH v4 08/10] KEYS: trusted: tee: use tee_shm_register_kernel_buf() Message-ID: References: <20220204093359.359059-1-jens.wiklander@linaro.org> <20220204093359.359059-9-jens.wiklander@linaro.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-kernel@vger.kernel.org On Wed, Feb 09, 2022 at 03:08:48PM +0100, Jens Wiklander wrote: > Hi Jarkko, > > On Fri, Feb 4, 2022 at 10:34 AM Jens Wiklander > wrote: > > > > Uses the new simplified tee_shm_register_kernel_buf() function instead > > of the old tee_shm_alloc() function which required specific > > TEE_SHM-flags > > > > Reviewed-by: Sumit Garg > > Signed-off-by: Jens Wiklander > > --- > > security/keys/trusted-keys/trusted_tee.c | 23 +++++++++-------------- > > 1 file changed, 9 insertions(+), 14 deletions(-) > > Since this patch depends on other patches in this patch set and vice > versa is it OK if I take this patch via my tree? I'm aiming for v5.18 > with this. Yes. You can also add: Reviewed-by: Jarkko Sakkinen BR, Jarkko