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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,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 A8678C04AAF for ; Fri, 17 May 2019 00:41:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5B5092087B for ; Fri, 17 May 2019 00:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558053711; bh=i2+9utRlxCHn9C2roOMcf3frhGqK+t57o1CPp16OXYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=T0RdwcqiQ1FbsmPhmQ27XcW/RpvtVR5+EIb6bHhpRhrD5gRmlJ1T2JJ6n+qEWI1ld 223Z/A++jX5HJ8Vx1M8Z4VSkFR3k5hVwj/ZLlMukrcKhFMda1HHdRdeN/XxGQjh4SA yc5pUlf1Oq64CSiA+UQ3FuhLOq7KCLvO0VGUxj7g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727705AbfEQAlv (ORCPT ); Thu, 16 May 2019 20:41:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:49874 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726510AbfEQAlu (ORCPT ); Thu, 16 May 2019 20:41:50 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 0011B2082E; Fri, 17 May 2019 00:41:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558053710; bh=i2+9utRlxCHn9C2roOMcf3frhGqK+t57o1CPp16OXYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FDE+FWBNLVDtKOwNC/rFUHf+hnpSeMHmMCt72Hr68ESZ0dJfRpyOm38mybQ1XF1BX RsGvDy0g1h+7iYFwZEhs8kX1WOn8/EOquXyIvZg+s524E3iP2b3ABol2J8A5vNt8yj +KuFnZ9Nudg6k9N9pZNbn9nbSXX0bGh8MNDRa+Uw= Date: Thu, 16 May 2019 20:41:48 -0400 From: Sasha Levin To: Dexuan Cui Cc: "gregkh@linuxfoundation.org" , "lorenzo.pieralisi@arm.com" , Michael Kelley , "stephen@networkplumber.org" , "stable@vger.kernel.org" Subject: Re: FAILED: patch "[PATCH] PCI: hv: Fix a memory leak in hv_eject_device_work()" failed to apply to 4.14-stable tree Message-ID: <20190517004148.GV11972@sasha-vm> References: <1557909270643@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, May 15, 2019 at 11:18:56PM +0000, Dexuan Cui wrote: >Hi, >I backported the patch for linux-4.14.y. > >Please use the attached patch, which is [PATCH 1/3] Hi Dexuan, For future reference, please keep the commit message in the backported patch same as the upstream one, unless you want to add additional information about the backport, in which case just add it to the commit message rather than replacing it. I've cleaned up the commit message and queued it up for 4.14, thank you. -- Thanks, Sasha