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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B2EEC433F5 for ; Sat, 5 Mar 2022 13:49:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231416AbiCENuQ (ORCPT ); Sat, 5 Mar 2022 08:50:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbiCENuQ (ORCPT ); Sat, 5 Mar 2022 08:50:16 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93E734C7A1 for ; Sat, 5 Mar 2022 05:49:26 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 56158B80B9E for ; Sat, 5 Mar 2022 13:49:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 919EAC004E1; Sat, 5 Mar 2022 13:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646488164; bh=aSFl0W1nZmsLKc2mT6Tk8qbn8sC08xqQK4iuhDZXts0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=du4Zs0ZfOhdBGLGRSoJxOOTL7pc4KiihhO8Ftq/Uo/x8jvsO7P6FuAIDly3e+BNLR +1ZQwMXIFU7pQt1UOm+X9GmzMpIs/mjqHc8U1hINKe/8+C4oWwcwR4XgxbN1H/1BX+ g0Ls1xxhZ25fWPi+qs6cWGy9vgpHKgAtOk70t1nU= Date: Sat, 5 Mar 2022 14:49:20 +0100 From: Greg KH To: Sudip Mukherjee Cc: johan@kernel.org, somlo@cmu.edu, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] firmware: qemu_fw_cfg: fix kobject leak in probe error path" failed to apply to 4.14-stable tree Message-ID: References: <164249590460244@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Mar 02, 2022 at 10:14:49PM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Tue, Jan 18, 2022 at 09:51: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 . > > Here is the backport along with the backport of: > fe3c60684377 ("firmware: Fix a reference count leak.") which was needed to > make the backport easier. Both will also apply to 4.9-stable. Now queued up, thanks! greg k-h