From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH v1] usb: chipidea: tegra: Fix missed ci_hdrc_remove_device() Date: Tue, 26 Feb 2019 17:33:05 +0300 Message-ID: References: <20190224153622.8877-1-digetx@gmail.com> <20190225080715.4965810a@dimatab> <20190226105615.GA12397@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20190226105615.GA12397@kroah.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Greg Kroah-Hartman , Joe Perches , Andy Whitcroft Cc: Peter Chen , Thierry Reding , Jonathan Hunter , "linux-usb@vger.kernel.org" , "linux-tegra@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-Id: linux-tegra@vger.kernel.org 26.02.2019 13:56, Greg Kroah-Hartman пишет: > On Mon, Feb 25, 2019 at 08:07:15AM +0300, Dmitry Osipenko wrote: >> В Mon, 25 Feb 2019 02:27:19 +0000 >> Peter Chen пишет: >> >>> >>>> >>>> Fixes: dfebb5f43a78827a ("usb: chipidea: Add support for >>>> Tegra20/30/114/124") >>> >>> I suppose you need to apply at stable tree too, right? >>> >> >> It is enough to have the "Fixes" tag to get patch backported into all >> relevant kernel versions. > > No it is not. My scripts do NOT trigger off of the fixes: tag, please > read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly. Okay, my bad then. Maybe this is something that could warned by checkpatch.. adding Joe and Andy to the thread.