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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69B47C433E0 for ; Wed, 17 Jun 2020 23:38:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4538C2166E for ; Wed, 17 Jun 2020 23:38:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726815AbgFQXiA (ORCPT ); Wed, 17 Jun 2020 19:38:00 -0400 Received: from mga04.intel.com ([192.55.52.120]:7144 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726833AbgFQXiA (ORCPT ); Wed, 17 Jun 2020 19:38:00 -0400 IronPort-SDR: BBFZnbB5vBg1oliEtwKNsC01vHmy1P8e7BXT0FwAA+t1Xn6I34tw83bZVbyZ0dJK9f4LlUjYsf n2kZx+EMTwMw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2020 16:38:00 -0700 IronPort-SDR: 9udcIeQ/AhDiQtSp6pKpzPBRgYHEH9Bg1XRnHRe1czU/QLTfHe4bsebxkhmxjEdol1AMF07O9l ifiG6TUrVHNg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,523,1583222400"; d="scan'208";a="317669933" Received: from kleeve-mobl.ger.corp.intel.com (HELO localhost) ([10.252.50.166]) by FMSMGA003.fm.intel.com with ESMTP; 17 Jun 2020 16:37:56 -0700 Date: Thu, 18 Jun 2020 02:37:55 +0300 From: Jarkko Sakkinen To: Jens Wiklander Cc: Maxim Uvarov , Linux Kernel Mailing List , "tee-dev @ lists . linaro . org" , peterhuewe@gmx.de, Jason Gunthorpe , Greg Kroah-Hartman , linux-integrity@vger.kernel.org, Arnd Bergmann , Sumit Garg Subject: Re: [PATCHv8 0/3] optee: register drivers on optee bus Message-ID: <20200617233755.GI62794@linux.intel.com> References: <20200604175851.758-1-maxim.uvarov@linaro.org> <20200616082907.GA2305431@jade> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200616082907.GA2305431@jade> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Tue, Jun 16, 2020 at 10:29:07AM +0200, Jens Wiklander wrote: > Hi Maxim and Jarkko, > > On Mon, Jun 15, 2020 at 05:32:40PM +0300, Maxim Uvarov wrote: > > ping. > > Patchset was reviewed and all comments are codeverd. Optee-os patches > > were merged. These kernel patches look like they are hanging > > somewhere... > > I'm almost OK with this patchset, except that > Documentation/ABI/testing/sysfs-bus-optee-devices needs to be updated > for the new kernel version and TEE mailing list which we're changing right > now. > > The last patch touches files I'm not maintainer of. That patch depends > on the previous patches so it makes sense to keep them together. If a > TPM device driver maintainer would ack that patch I can take it via my > tree. Or we can do it the other way around (with a v9 patchset), > whichever is preferred. > > Cheers, > Jens Probably easier if you pick all three and I ack the one touching TPM. /Jarkko