Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp3579389ybx; Sun, 3 Nov 2019 22:39:25 -0800 (PST) X-Google-Smtp-Source: APXvYqyLWZC0jC1A6c4P0a8aaU9eDMeKN1GW/iXpkHUAsDGRZdr0vfSiKISMGZ1IPPIdy+TVUzRp X-Received: by 2002:a50:9555:: with SMTP id v21mr27738529eda.90.1572849565863; Sun, 03 Nov 2019 22:39:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1572849565; cv=none; d=google.com; s=arc-20160816; b=EwiqO++x/vPQBQSyASa8SvBIyI7RFG0AOlwgsVv4eIi9eSEEvSr1Q839f7f4P98zM5 9kmv0DYlUoWgJcL3oR4b56MiTURPK6N76+tJ3db1RVKzOB2HRAFhDT8uPxY169mPt45H P2VJ+lOt3y7G6L2pWhIxrTohOdX+TaN8k3iRny6YB8/gL0QRQPoHNgz1ROoKkMxrEfYP v2PjVCXm0nTszYhig/fFcrOhgAXaQ7/9G6CyT6gkEwhAtfWWa5JSVI5q7qshtOSv2c4T SCQ8RhTpy9DUoQlX93Sh96cptz4uThhGsOn6SkRkUhsMkgHzHD9kCYydolHA38t5Wohi FXaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=neIpmg8u6//OMyJD7jCHTwT7Wa7I3C9QrGNRYOLeDgI=; b=cAnpfIg5gaHNUux8I1vTNu7cMJ38DmdCajfwrhdMIKKwJz/5wWrSesHqDRp9cwyp+W DbwmCQY/rXQEvkkcER274PB5tGPawHFfZV59HJMdP07QtLB6I27hNVza9J4gl7vU1xEr l7jZVHy6XcD8lTiw72KXfZjArUrl5okdIwcnRCFawUxjcOrSYh7fXGhJdHSwBCHNoG5L HPimFgngK70ZmdeMtVfvfm0mNEK+NjHnVu2PZ36g4OYR6L9EjHxxStKM+/y7FZywaw9p KrTFxflCj6mTg7L38O9HMg5aaYd7las1U4ntDetwLlK9rloz6+v7ISL6XPhAhkkSp0UI NECw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=O2ONmdXV; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q15si1184311ejm.31.2019.11.03.22.39.01; Sun, 03 Nov 2019 22:39:25 -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; dkim=pass header.i=@kernel.org header.s=default header.b=O2ONmdXV; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728468AbfKDGf6 (ORCPT + 99 others); Mon, 4 Nov 2019 01:35:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:56768 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727444AbfKDGf6 (ORCPT ); Mon, 4 Nov 2019 01:35:58 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1775E20578; Mon, 4 Nov 2019 06:35:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572849357; bh=2ylaMZwpQFEq7KbtUp1IjA0BtT8V/RGUrfcxOsVl/Xk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O2ONmdXV8hrw+KbLtA18nVhdm8j2MG8W5NegfGhDs8XXrAiikFvzMnrXFSkt5HcyD ldyXFTrEp8QC6EBPSHD4zHkej5aS1XDQ/8kbZUl+LZmEd5ptV1ffUM6yMbMUJJPoo7 2Q2+D5k1ccM5VpgGlL0TGnWXKtdiptzACD/R44u0= Date: Mon, 4 Nov 2019 07:35:55 +0100 From: Greg Kroah-Hartman To: Alexander Shishkin Cc: linux-kernel@vger.kernel.org, Andy Shevchenko Subject: Re: [GIT PULL 1/7] intel_th: gth: Fix the window switching sequence Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877e4gf998.fsf@ashishki-desk.ger.corp.intel.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.