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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT 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 4A399C282C7 for ; Tue, 29 Jan 2019 10:15:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D5212177E for ; Tue, 29 Jan 2019 10:15:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548756907; bh=ypgKJ7dHuWya0EbAe453gbAArYbPvEvW15fwYKXD2b4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=kDowtSEek2LUOKNE+BPs+GoGf9FVxOvW1GO0oUQm0MHQineQFVfpAinps2QaXAG0k EUuwQ+6E8s4FJ00Dnm2PwdU0BJavSjp0n1EgbLonunnAqLcmvVgv2UtIDCjCIVDLca UlLMeEPnfAs82xIqlE+3Y+KYssfZA8eDVoeL3nc0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726060AbfA2KPG (ORCPT ); Tue, 29 Jan 2019 05:15:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:50216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725811AbfA2KPG (ORCPT ); Tue, 29 Jan 2019 05:15:06 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 79B7C21473; Tue, 29 Jan 2019 10:15:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548756906; bh=ypgKJ7dHuWya0EbAe453gbAArYbPvEvW15fwYKXD2b4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hbh+TSAL72QxrpA13qZrrD2Zgs+zteEbjA7y/7NVI21cfBH4WZPBHdgDi3By/9DrB Kiu0BXNyMNuvxr6GxC6ossVY8RMbjhwXqah+t+K+5kQORUt4CxuvxrOk1S0YBDyD4M o+wKmS1/Fa+OWz1g/pfknCEYAiZ8kP9BKuXmJUR4= Date: Tue, 29 Jan 2019 11:15:03 +0100 From: Greg KH To: Sudip Mukherjee Cc: mathias.nyman@linux.intel.com, chunfeng.yun@mediatek.com, jackp@codeaurora.org, joel@jms.id.au, peter.chen@nxp.com, stable@vger.kernel.org, sunjianguo1@huawei.com, treding@nvidia.com Subject: Re: FAILED: patch "[PATCH] xhci: Fix leaking USB3 shared_hcd at xhci removal" failed to apply to 4.14-stable tree Message-ID: <20190129101503.GA1808@kroah.com> References: <154339720422655@kroah.com> <20190128201612.jdrmywkp4xulmpnc@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190128201612.jdrmywkp4xulmpnc@debian> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jan 28, 2019 at 08:16:12PM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Wed, Nov 28, 2018 at 10:26:44AM +0100, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.14-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > The attached backported patch should apply to 4.14-stable tree. > The original patch was also changing drivers/usb/host/xhci-histb.c which > is not needed in v4.14.y as that file was created in v4.18 by: > c508f41da078 ("xhci: hisilicon: support HiSilicon STB xHCI host controller") Now queued up, thanks, greg k-h