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 1D90CC7EE43 for ; Sat, 10 Jun 2023 09:25:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234194AbjFJJZg (ORCPT ); Sat, 10 Jun 2023 05:25:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229649AbjFJJZd (ORCPT ); Sat, 10 Jun 2023 05:25:33 -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 EF816210D; Sat, 10 Jun 2023 02:25:32 -0700 (PDT) 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 847BE601D9; Sat, 10 Jun 2023 09:25:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78196C433D2; Sat, 10 Jun 2023 09:25:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686389131; bh=5ObCuzkHbQXY0iZOA2ZfL1NpOhXO7BEV89T0/ACabBA=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=bfG0JuaY7zTdbEpyw8U1wbFyeaeHptIrAWxa/VzFvUUkqO7LySZr9nSSFgXsVaE31 8vBKlFFXCuUQNcKzRqCQwYSw7sjzNL/WEdX0NXGy5yrHTkVTN2cIfMzQFRHfdbqpqX oDoP3YtVXVaIHTQE50BUEN9tx8nVUgEsH5w4o4gKTM36LE0/6MTyXJnARRjKXLHIzU 4XOM7EFlBwi4flM8B2iSjgH0mKTxv6tetRXanPPgqsaBjzowpLtqkNeo7J118dZg+B DwLD5jtNY/c0YL5uCnkcSQRrr9N4WaOEMDqucNSVIWerTeCL9RXmefNcbekTjcm4ef GI5X8v5rPOHew== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 10 Jun 2023 12:25:25 +0300 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: , , , , , , , , "Jason Gunthorpe" , "Rob Herring" , "Frank Rowand" , "Mimi Zohar" , "Nageswara R Sastry" , "Coiby Xu" X-Mailer: aerc 0.14.0 References: <20230418134409.177485-1-stefanb@linux.ibm.com> <20230418134409.177485-3-stefanb@linux.ibm.com> <4afde78d-e138-9eee-50e0-dbd32f4dcfe0@linux.ibm.com> In-Reply-To: <4afde78d-e138-9eee-50e0-dbd32f4dcfe0@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri Jun 9, 2023 at 9:49 PM EEST, Stefan Berger wrote: > > > 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 into > >>> 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. > >>> > >>> 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 > >>> > >> > >> 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. > > 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 OK, cool. I've mentioned this in few other emails but say this here too: I was relocating for last couple of weeks, and thus some latency. If you choose to repost the series, I'm happy to review it, thanks :-) BR, Jarkko