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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71B91C2BB48 for ; Tue, 15 Dec 2020 04:58:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3CE202168B for ; Tue, 15 Dec 2020 04:58:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725948AbgLOE6B (ORCPT ); Mon, 14 Dec 2020 23:58:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:34398 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725535AbgLOE5x (ORCPT ); Mon, 14 Dec 2020 23:57:53 -0500 Date: Tue, 15 Dec 2020 06:57:02 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608008229; bh=kOjVmQdCAqW6cDtf74EVsL3eevU9FttJOVVYKFdveYI=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=heWtiKZvsp7E+YSNyoxoDoqk2l8vAJ3AzOLPezP2wYKXKCW9NwpODvMg2PLxCGsus Z++3ezrHXmMZuCc8HtfwnO/mqvX89mgZOIXbadRgGEM+B+qNQPnzlAJsHbTgLcwU+f lbGgNWM4i3UYPMVloevHXJg7wc8P3G8zMNaotf7GAadsWHBeVYYYumzPacJitRveQJ z81D7CNeefQ4LVpnFzX1V6hi6rhxBkNXaXJJ7so5y2PlABeisBg+pSlC8Pg1NOdRZE TokPQbTr3k63xhDl5Uc4WN/P1UZYBtxSsRC8B6gtjWh42cYB6vmSHb7EGT9r/IndPT SZQ6LoTp1bDYg== From: Jarkko Sakkinen To: Linus Torvalds Cc: David Howells , "Alexander A. Klimov" , "Gustavo A. R. Silva" , Alex Shi , Ben Boeckel , Denis Efremov , Gabriel Krisman Bertazi , Jann Horn , Krzysztof Kozlowski , =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , Mimi Zohar , Randy Dunlap , Tianjia Zhang , Tom Rix , YueHaibing , keyrings@vger.kernel.org, Linux Crypto Mailing List , Linux Kernel Mailing List , LSM List Subject: Re: [GIT PULL] keys: Collected minor fixes and cleanups Message-ID: <20201215045702.GA24600@kernel.org> References: <2659836.1607940186@warthog.procyon.org.uk> 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-crypto@vger.kernel.org On Mon, Dec 14, 2020 at 12:49:27PM -0800, Linus Torvalds wrote: > The pain just isn't worth it, but more importantly, you simply need to > get your workflow in order, and not send me completely untested > garbage that hasn't even been compiled. I have now more bandwidth. It was mostly eaten by SGX, especially last few months. Starting from next week, I'll start proactively test keyring changes (I'm this week on vacation). I've been thinking that maybe a two-folded approach would make sense for keyring: 1. I would pick fixes to my linux-tpmdd where they would get quickly mirrored to linux-next. It's already taking changes for trusted keys, i.e. not solely for TPM changes. 2. Feature changes would go through David's tree. > Linus /Jarkko