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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 9BA24C432C3 for ; Thu, 14 Nov 2019 11:16:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 720F5206D8 for ; Thu, 14 Nov 2019 11:16:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726270AbfKNLQU (ORCPT ); Thu, 14 Nov 2019 06:16:20 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:40337 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726139AbfKNLQU (ORCPT ); Thu, 14 Nov 2019 06:16:20 -0500 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1iVD6i-0000Nj-2P; Thu, 14 Nov 2019 12:16:12 +0100 Date: Thu, 14 Nov 2019 12:16:12 +0100 From: Sebastian Andrzej Siewior To: Jarkko Sakkinen Cc: Jerry Snitselaar , linux-integrity@vger.kernel.org, tglx@linutronix.de, Jason Gunthorpe , Philip Tricca , Tadeusz Struk Subject: Re: [PATCH] tpm: remove tpm_dev_wq_lock Message-ID: <20191114111612.r7los6v7lpmiujcw@linutronix.de> References: <20191010160313.pdf6ue4r2intbgoh@linutronix.de> <20191014193942.GH15552@linux.intel.com> <20191028202419.GA7214@linux.intel.com> <20191028202637.GB7214@linux.intel.com> <20191104143957.onsfuvmwfuvmfuu6@linutronix.de> <20191104173709.qqmdiacytyimbqhx@cantor> <20191104174450.dlxlgixizej5orqr@linutronix.de> <20191104182732.md3t6xbumg53wkcl@cantor> <20191107161041.h7pgtlmj5zbi4frs@linutronix.de> <20191107183503.GA8418@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191107183503.GA8418@linux.intel.com> Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 2019-11-07 20:35:03 [+0200], Jarkko Sakkinen wrote: > On Thu, Nov 07, 2019 at 05:10:41PM +0100, Sebastian Andrzej Siewior wrote: > > On 2019-11-04 11:27:32 [-0700], Jerry Snitselaar wrote: > > > On Mon Nov 04 19, Sebastian Andrzej Siewior wrote: > > > > On 2019-11-04 10:37:09 [-0700], Jerry Snitselaar wrote: > > > > > It looks like checkpatch is expecting the word commit to precede the hash on the same line. > > > > > I get no errors with the following: > > > > > > > > That would explain it. That is however not what the TIP tree and other > > > > people do not to mention that reading wise it makes sense to keep the > > > > word `commit' as part of the sentence and add the hash in the next line. > > > > > > > > > > Yes it reads better. What about the following? > > > > > > Added in commit 9e1b74a63f776 ("tpm: add support for nonblocking > > > operation"), but never actually used it. > > > > > > And then add the Fixes: line above the Cc: and Signed-off-by: ? > > > > Can please get over with? It is a simple patch. It has simple > > description. > > https://lore.kernel.org/linux-integrity/20191028202419.GA7214@linux.intel.com/ > > I'm also cool with cc stable as long as the commit is message has the > correct format. This is _really_ getting ridiculous. Holding back a simple patch just because checkpatch says that the word `commit' is not in a new line. It is more readable that way not to mention line with the commit id is getting really long. This is a stupid checkpatch rule which is enforced here. > /Jarkko Sebastian