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, URIBL_BLOCKED,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 C2532C43381 for ; Sat, 30 Mar 2019 20:23:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8DA98218D0 for ; Sat, 30 Mar 2019 20:23:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553977392; bh=FlgI0CaB7jGZriorHpxI0/UXNtBwp8TiC4fHWrLRebM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=toJ6sZ7ANyyTCvGDK8O+/AY/TukE+Cmo8Cy849rs6OgiFQJGb+RvrxjRnVSxt8GMk lk/XJzu2FBxKvwNltqG6j1oGnXNDM7JjIGdjQKAusztMDAiCD9cRpeJvKOWeBlYV3r s7nYIZU7PKcdYacg+cRe2bg1RP1wA/h/29AxGPH8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730652AbfC3UXM (ORCPT ); Sat, 30 Mar 2019 16:23:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:48394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730589AbfC3UXL (ORCPT ); Sat, 30 Mar 2019 16:23:11 -0400 Received: from localhost (unknown [62.119.166.9]) (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 A1325217F5; Sat, 30 Mar 2019 20:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553977391; bh=FlgI0CaB7jGZriorHpxI0/UXNtBwp8TiC4fHWrLRebM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bRc3KNgtzyF4y1e7NGLXxq4Lp4uWI0w5L7kq2DPpcR+GFU2DscMZqofDQmSF9Ri/t 6v1+pMnqnRrOU3YFxhGHFhYFKmB7eCZ5brhc1tUKjuNQV5zg/iS/UQMUWBte6hiQgj nnnaQVHV81A0smwS+gxJCh6Zkbxl4ZWn85cvHxLs= Date: Sat, 30 Mar 2019 21:23:07 +0100 From: Greg KH To: James Bottomley Cc: rgerganov@vmware.com, felipe.balbi@linux.intel.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] USB: gadget: f_hid: fix deadlock in f_hidg_write()" failed to apply to 4.9-stable tree Message-ID: <20190330202307.GA27435@kroah.com> References: <1553975841150122@kroah.com> <1553976383.2893.15.camel@HansenPartnership.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1553976383.2893.15.camel@HansenPartnership.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Mar 30, 2019 at 01:06:23PM -0700, James Bottomley wrote: > On Sat, 2019-03-30 at 20:57 +0100, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 4.9-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 . > > [...] > > > Cc: stable@vger.kernel.org # 4.11+ > > Fixes: 749494b6bdbb ("usb: gadget: f_hid: fix: Move IN request > > allocation to set_alt()") > > The cc: stable specifies 4.11+ because the commit it fixes went in in > the 4.11 merge window. Is there something incorrect with the tagging > that makes you think it should apply to 4.9? Commit 749494b6bdbb originally showed up in 4.11, but it was then backported to 4.10.2 and 4.9.90. That is why I tried to apply it to 4.9.y and when it did not work, sent out the rejection notice. thanks, greg k-h