Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp3592036ybx; Sun, 3 Nov 2019 22:57:47 -0800 (PST) X-Google-Smtp-Source: APXvYqwxp+s67xsq8oUz2FHkTWMwcVttVQnyWggWBdO/sv2NCJOPDF9NP5c1UGhs+j6XDLvkC/Da X-Received: by 2002:a50:f699:: with SMTP id d25mr27218747edn.72.1572850667227; Sun, 03 Nov 2019 22:57:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1572850667; cv=none; d=google.com; s=arc-20160816; b=OO03iB2qH7pr0rdvJ61BJnX1PnUPjWHXq1aM9MvUo+osSD73otd4UPjph6M1/wzfCu 46cSuDyOnNs3Qp6Wi7/FdoNhc7srzPYUQVVOkZvnDTvkUUoegDUjm1XOKbkQ37edAr0p h4s7ri4IyXnktfiV9Ag+K5qUoguDTmSwPXlij3NE09qrHtLhU9xlC2ZJwn/qlFs5f5gG 1TrOvjvJLYX3RXQDf1XrmbCFrrwRzb9+O6f/jiiEUPLPuu+qihHbXKWFS/Aq3t1F4aRk 3QHfXCo+S7Bv518gSlPPR633KU6Xp7Wh9clMYyqQXt1xPY25D3LaY+Uhyd1H1C24lBnn ERvw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=ygSLBUXTdz5IyEvrBuJ48XLy56yIYlwVnFVVJrp2G5Y=; b=j79egLFW2pJYn1LrnlHnxYAp54a9aDNMXnueeRQS3lVb96RS3HwpdSgM+sq3BeM6aN zwa3PVay6E/E9vSQnSt2w0yn5TNnP8w0o9IQw0BNiZGjyGp0rs8AB8JDjQp7EYDoDSTm t+Ots51Ev+xJXLPGt/TivOXoBq0m8J03JyHv73ieBJpGB2/xVjq3Ocy0RL0MMoBuU2Es 6w1JoCE3lSfJLGzAOsxpld9r0viYIb7G3jgd09YEyIhjNS27PtqlbzMnjTp8zZcQwaOk kklIrQ5cYLtv7FtKLSCplqjOnEhaLj5PhCn8lPeCDMCFoYxyT+/Nv7Qh7Ai/a9gLxg3h AnkA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g19si10997915ejj.120.2019.11.03.22.57.23; Sun, 03 Nov 2019 22:57:47 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727320AbfKDGyR (ORCPT + 99 others); Mon, 4 Nov 2019 01:54:17 -0500 Received: from mga14.intel.com ([192.55.52.115]:37896 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726391AbfKDGyR (ORCPT ); Mon, 4 Nov 2019 01:54:17 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 22:54:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,266,1569308400"; d="scan'208";a="401512333" Received: from um.fi.intel.com (HELO um) ([10.237.72.57]) by fmsmga005.fm.intel.com with ESMTP; 03 Nov 2019 22:54:15 -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 1/7] intel_th: gth: Fix the window switching sequence In-Reply-To: <20191104063555.GA1129732@kroah.com> References: <20191028070651.9770-1-alexander.shishkin@linux.intel.com> <20191028070651.9770-2-alexander.shishkin@linux.intel.com> <20191102171419.GA484428@kroah.com> <877e4gf998.fsf@ashishki-desk.ger.corp.intel.com> <20191104063555.GA1129732@kroah.com> Date: Mon, 04 Nov 2019 08:54:14 +0200 Message-ID: <871ruof7xl.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, Nov 04, 2019 at 08:25:39AM +0200, Alexander Shishkin wrote: >> Greg Kroah-Hartman writes: >> >> > On Mon, Oct 28, 2019 at 09:06:45AM +0200, Alexander Shishkin wrote: >> >> Commit 8116db57cf16 ("intel_th: Add switch triggering support") added >> >> a trigger assertion of the CTS, but forgot to de-assert it at the end >> >> of the sequence. This results in window switches randomly not happening. >> >> >> >> Fix that by de-asserting the trigger at the end of the window switch >> >> sequence. >> >> >> >> Signed-off-by: Alexander Shishkin >> >> Reviewed-by: Andy Shevchenko >> >> --- >> >> drivers/hwtracing/intel_th/gth.c | 3 +++ >> >> 1 file changed, 3 insertions(+) >> > >> > Shouldn't this have a Fixes: tag and a cc: stable@ in it? >> > >> > I can add it if you say it's ok to. >> >> Fixes: yes, but cc: stable shouldn't be required if this goes into 5.4, >> because the buggy commit is in 5.4-rc1. > > 8116db57cf16 ("intel_th: Add switch triggering support") was in the 5.2 > kernel release. Ah true. Thank you for checking that. Can you then also add a CC: stable? I'll be sure to check these things next time. Thanks, -- Alex