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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D6319CA9ECF for ; Mon, 4 Nov 2019 06:27:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B25E520848 for ; Mon, 4 Nov 2019 06:27:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728319AbfKDG1e (ORCPT ); Mon, 4 Nov 2019 01:27:34 -0500 Received: from mga17.intel.com ([192.55.52.151]:48425 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728064AbfKDG1e (ORCPT ); Mon, 4 Nov 2019 01:27:34 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 22:27:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="226656839" Received: from um.fi.intel.com (HELO um) ([10.237.72.57]) by fmsmga004.fm.intel.com with ESMTP; 03 Nov 2019 22:27:32 -0800 From: Alexander Shishkin To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Andy Shevchenko , alexander.shishkin@linux.intel.com Subject: Re: [GIT PULL 2/7] intel_th: msu: Fix an uninitialized mutex In-Reply-To: <20191102171431.GB484428@kroah.com> References: <20191028070651.9770-1-alexander.shishkin@linux.intel.com> <20191028070651.9770-3-alexander.shishkin@linux.intel.com> <20191102171431.GB484428@kroah.com> Date: Mon, 04 Nov 2019 08:27:32 +0200 Message-ID: <874kzkf963.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg Kroah-Hartman writes: > On Mon, Oct 28, 2019 at 09:06:46AM +0200, Alexander Shishkin wrote: >> Commit 615c164da0eb ("intel_th: msu: Introduce buffer interface") added a >> mutex that it forgot to initialize, resulting in a lockdep splat. >> >> Fix that by initializing the mutex statically. >> >> Signed-off-by: Alexander Shishkin >> Reviewed-by: Andy Shevchenko >> --- >> drivers/hwtracing/intel_th/msu.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Again, no fixes or stable? Same as the other one: fixes makes sense, but cc: stable -- not so much. Thanks, -- Alex