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 4EE13C001DF for ; Thu, 3 Aug 2023 09:03:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234923AbjHCJDl (ORCPT ); Thu, 3 Aug 2023 05:03:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233997AbjHCJDh (ORCPT ); Thu, 3 Aug 2023 05:03:37 -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 7F749E46; Thu, 3 Aug 2023 02:03: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 14E8E61CF2; Thu, 3 Aug 2023 09:03:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6EF0C433C7; Thu, 3 Aug 2023 09:03:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691053414; bh=vq00O6OTzWsYAl1WpA69up/YHt7XiTCS1t7wLwL/VBI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vLmMULYPu3jmpw9j0rqFbyVn8e8PvYc7CFLq1VMCEZLAY5JVuB9NVr1Zz8D4L2Ntp NkyBG6Lky5iR6HkI25AhjICO5+rNU7gmwYpqFC4ApyrjukflykHOzdamakwPcP7L3S Vg9fp5UTN0zAl9MWoEOu4XkRZWHHiqdSyeV2tmSyCjrWI2Ev4eQS/zn2ip7q+SxPhc FVZiWdkKR15oVrN9HhUX0kzxfRr0H8ihrLVBUWYZvjwpKhvukYt6Yiw0adx2V7MbWh JDhsE3rhrZMbnqpvQwFirWAKriBUpQzwZqLLmr7AFGjPTURbHiahnmv3dkpO2CM6Kb g+3UuiulE/7Qg== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 03 Aug 2023 12:03:15 +0300 Message-Id: From: "Jarkko Sakkinen" To: "Paul Menzel" , "Mario Limonciello" Cc: , , , , Subject: Re: [PATCH 3/3] tpm: Drop CONFIG_HW_RANDOM_TPM X-Mailer: aerc 0.14.0 References: <20230803015015.915-1-mario.limonciello@amd.com> <20230803015015.915-4-mario.limonciello@amd.com> In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu Aug 3, 2023 at 10:22 AM EEST, Paul Menzel wrote: > Dear Mario, > > > Thank you for the patch. > > Am 03.08.23 um 03:50 schrieb Mario Limonciello: > > As the behavior of whether a TPM is registered for hwrng can be control= led > > by command line, drop the kernel configuration option. > > Shouldn=E2=80=99t this be left in to be able to set the default without h= aving=20 > to change the Linux kernel command line? Even if it made sense it is completely urelated to the real-world issues at hand. BR, Jarkko