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 3D82BFA3740 for ; Tue, 1 Nov 2022 01:26:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229610AbiKAB0h (ORCPT ); Mon, 31 Oct 2022 21:26:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbiKAB0g (ORCPT ); Mon, 31 Oct 2022 21:26:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BDB6167DA for ; Mon, 31 Oct 2022 18:26:36 -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 EAEE4614E1 for ; Tue, 1 Nov 2022 01:26:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE38FC433C1; Tue, 1 Nov 2022 01:26:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667265995; bh=O1VF8D7D+X0X2hnCyCEdfHB+apGHQhsQJJjyxSfD8RE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nrpVotaFb913Y673RIF0KOglUlRLNJVKI7mLL8EaIAzkCTEywqXETqPhy2kHEkmOM +4YigCObca5zvjpjn832A93kYdRIty/sHP9APxi9S0xJBdoEWNjnIdajDFuC7HYABB GnxBGRNVkjFHSpuJHfbFMX/3iH+7dOa4Ho72VRmsJNU3KPz9nD79sQbRiSCkv04nuT 8FO/Qg+/sUC6vQgUxmZDN+pLWpGT6t9EZZE8K38tOkGHTv/G1I6/bHHKSb4WgEV9X+ taxh4picUtlz8/rcrK0yQIQgxiStdoZKNlNkiyiWVT5EeuA1wJ+xc+YsFcB0awNFuK uXQQVQvXbHdKA== Date: Tue, 1 Nov 2022 03:26:31 +0200 From: Jarkko Sakkinen To: Ard Biesheuvel Cc: Kees Cook , peterhuewe@gmx.de, linux-integrity@vger.kernel.org, jgg@ziepe.ca, samitolvanen@google.com Subject: Re: [PATCH] tpm: Avoid function type cast of put_device() Message-ID: References: <20221021123309.2770740-1-ardb@kernel.org> <202210281407.29FF39D8@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Sun, Oct 30, 2022 at 10:23:27AM +0100, Ard Biesheuvel wrote: > On Fri, 28 Oct 2022 at 23:08, Kees Cook wrote: > > > > On Mon, Oct 24, 2022 at 12:27:16AM +0300, Jarkko Sakkinen wrote: > > > [...] > > > Reviewed-by: Jarkko Sakkinen > > > > Who's tree can this land in? > > > > I'd expect the TPM maintainers to take this through the TPM tree. It is now in: git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ BR, Jarkko