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 9E0C8EB64DC for ; Wed, 28 Jun 2023 23:07:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231140AbjF1XHi (ORCPT ); Wed, 28 Jun 2023 19:07:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230476AbjF1XHg (ORCPT ); Wed, 28 Jun 2023 19:07:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FDD010FE; Wed, 28 Jun 2023 16:07:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C5A3361485; Wed, 28 Jun 2023 23:07:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 822A4C433C0; Wed, 28 Jun 2023 23:07:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687993654; bh=53C7MomxKIvUQ7nkSMtiS9K6tPKxxxmP21jcwV8lafA=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=PkZZrge8omk9ElyRJAkXPrd/dypCeIzKxA35G30+61WGI9WVNc4FTVep4b8rQfzzq 9/cYXfw1Aocj8jVoerhoXrfUPXCMQ5Pt9UAvBkD3i+3HUGDULirVleHh4rENXZlKMH jwwXhbx663yjqLHg5heXfoEwkfIzpttTKiIX9iv1n9qjyNrcASMI4a72PhaghYkJxg FYKhMZvsYNVKb25SbdX9fVU8LxQnOqYCJMxzByZsl305jkBtS6UPOC2k51oESJ7Mbx cWHAcnmJdrxI4345xN/1hr7K5lweU6C835Wnmdk0WBAQzO4aY6QDEHvLq+dXKhebGH m3twOSh7qZzKQ== Message-ID: Subject: Re: [PATCH v9 2/4] tpm: of: Make of-tree specific function commonly available From: Jarkko Sakkinen To: Stefan Berger , Jerry Snitselaar Cc: kexec@lists.infradead.org, devicetree@vger.kernel.org, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, nayna@linux.ibm.com, nasastry@in.ibm.com, mpe@ellerman.id.au, Jason Gunthorpe , Rob Herring , Frank Rowand , Mimi Zohar , Nageswara R Sastry , Coiby Xu Date: Thu, 29 Jun 2023 02:07:29 +0300 In-Reply-To: <4afde78d-e138-9eee-50e0-dbd32f4dcfe0@linux.ibm.com> References: <20230418134409.177485-1-stefanb@linux.ibm.com> <20230418134409.177485-3-stefanb@linux.ibm.com> <4afde78d-e138-9eee-50e0-dbd32f4dcfe0@linux.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1-0ubuntu1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2023-06-09 at 14:49 -0400, Stefan Berger wrote: >=20 > On 6/9/23 14:18, Jarkko Sakkinen wrote: > > On Thu May 25, 2023 at 1:56 AM EEST, Jerry Snitselaar wrote: > > > On Tue, Apr 18, 2023 at 09:44:07AM -0400, Stefan Berger wrote: > > > > Simplify tpm_read_log_of() by moving reusable parts of the code int= o > > > > an inline function that makes it commonly available so it can be > > > > used also for kexec support. Call the new of_tpm_get_sml_parameters= () > > > > function from the TPM Open Firmware driver. > > > >=20 > > > > Signed-off-by: Stefan Berger > > > > Cc: Jarkko Sakkinen > > > > Cc: Jason Gunthorpe > > > > Cc: Rob Herring > > > > Cc: Frank Rowand > > > > Reviewed-by: Mimi Zohar > > > > Tested-by: Nageswara R Sastry > > > > Tested-by: Coiby Xu > > > > Acked-by: Jarkko Sakkinen > > > >=20 > > >=20 > > > Reviewed-by: Jerry Snitselaar > >=20 > > If I just pick tpm only patches they won't apply so maybe TPM changes > > should be better separated if that is by any means possible. >=20 > Per the comment here I am putting this series here on hold. > https://lore.kernel.org/linux-integrity/20230418134409.177485-1-stefanb@l= inux.ibm.com/T/#m03745c2af2c46f19f329522fcb6ccb2bf2eaedc7 Hi, sorry for late response. The Midsummer weekend really messed my schedules (it is a big thing Finland). This year the timing with the kernel cycle has been conflicting. OK cool. BR, Jarkko