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 C1A80C7EE29 for ; Wed, 24 May 2023 01:29:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233961AbjEXB3I (ORCPT ); Tue, 23 May 2023 21:29:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231317AbjEXB3H (ORCPT ); Tue, 23 May 2023 21:29:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7B9FE5; Tue, 23 May 2023 18:29:06 -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 3FEE7637BA; Wed, 24 May 2023 01:29:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF6D3C433D2; Wed, 24 May 2023 01:29:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684891745; bh=L8rNn85YTf6zDLUEoc9Hm5F9QIebVUAKQ95REQj8Ctg=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=F3sq/CyWzbUgVWCxGrl0nwSVGS9Sa9NE8DhNz2S92oZSWwYpTL8nkvKxTBSEDQe+f T4f6oO1YO8l8pm2oEAcdRraMFpM0LFQwYSGOjCYY8TVuBeOUVxkso4pOasbnvgYQ3u RkW+kIuGqX7lWykISd49dUGZGZ/OFvC/X0R3+HVOepV9YpTSBp4x2zXMZ002ZNmbou UTz2IFJpixhkiHIPd0y3YWs+idmMorzszWrCuM/hjeITa1FzS+Kn4J7MUdPTJ8llV1 HWnwfMJoPZ+WAU/tXddFyYpSDH61ChRrAzRVze9BVdTX2qCBk3H9YVXx1Hr2qOGKnp fvXu0568HjbSQ== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 24 May 2023 04:29:00 +0300 Message-Id: Cc: , , , , , , , , , , Subject: Re: [PATCH 2/2] tpm, tpm_tis: reuse code in disable_interrupts() From: "Jarkko Sakkinen" To: "Lino Sanfilippo" , "Lino Sanfilippo" , , X-Mailer: aerc 0.14.0 References: <20230522143105.8617-1-LinoSanfilippo@gmx.de> <20230522143105.8617-2-LinoSanfilippo@gmx.de> In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Tue May 23, 2023 at 11:52 PM EEST, Lino Sanfilippo wrote: > > > On 23.05.23 21:07, Jarkko Sakkinen wrote: > > >=20 > > NAK as invidual change w/o further discussion. > >=20 > > Would need to be seen in context. This does not change kernel for > > better. > >=20 > > If you want to wrap, please do it in 1/2 and then we can evaluate > > whether it makes sense or not. > >=20 > > Ok, will do so. And generally: keep it *minimal* :-) We want to exactly fix the bug, and take absolutely no other action. BR, Jarkko