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=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 89F34C5DF60 for ; Thu, 7 Nov 2019 18:35:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5B70B214D8 for ; Thu, 7 Nov 2019 18:35:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725871AbfKGSfN (ORCPT ); Thu, 7 Nov 2019 13:35:13 -0500 Received: from mga01.intel.com ([192.55.52.88]:62803 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725823AbfKGSfM (ORCPT ); Thu, 7 Nov 2019 13:35:12 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Nov 2019 10:35:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,278,1569308400"; d="scan'208";a="201118303" Received: from kbutterl-mobl.ger.corp.intel.com (HELO localhost) ([10.251.81.45]) by fmsmga008.fm.intel.com with ESMTP; 07 Nov 2019 10:35:09 -0800 Date: Thu, 7 Nov 2019 20:35:03 +0200 From: Jarkko Sakkinen To: Sebastian Andrzej Siewior 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: <20191107183503.GA8418@linux.intel.com> References: <20190211141145.GD8431@linux.intel.com> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191107161041.h7pgtlmj5zbi4frs@linutronix.de> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org 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. /Jarkko