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 409FDC169C4 for ; Tue, 29 Jan 2019 10:39:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 11B7920882 for ; Tue, 29 Jan 2019 10:39:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548758364; bh=hlZ8lpaeYhOErENSVn7bHjAFfOr5NHQnJglCJ9QAY84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NMJG2aNLxZHbVRNtoTKWZNgatSPqI1ewAz6qm4yRISczqIU2OytZNEdU0UvQuZemt 6MV/EImEHNUWp9nLbJou5p0xac2rWsBv7j7NAY65nPIoIfiKWeO9ImasfR5kRMhovB bYjRwAxSIjGXlx9WD/lUnrvfj+lKLm5XN7wXrgdI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726270AbfA2KjX (ORCPT ); Tue, 29 Jan 2019 05:39:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:58668 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725764AbfA2KjX (ORCPT ); Tue, 29 Jan 2019 05:39:23 -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 82F432087E; Tue, 29 Jan 2019 10:39:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548758363; bh=hlZ8lpaeYhOErENSVn7bHjAFfOr5NHQnJglCJ9QAY84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NpejxpwuQEvKGP0/1dcSSJ3Urc6Gt2up5eIw35i5UyHKwrOqO50MFnyKX+CpLFsrz 6wzrISh+GSvdmj8aoWY399gN57jb5w91ic0Zrr0Zibwn8GUJt0/Ud9mYAo5dlirMDL SbbhLVvaxdNgnueRj3bfzYTW79fWcR1UNEHjDFPQ= Date: Tue, 29 Jan 2019 11:39:20 +0100 From: Greg KH To: Sudip Mukherjee Cc: jeffm@suse.com, dsterba@suse.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] btrfs: fix error handling in btrfs_dev_replace_start" failed to apply to 4.14-stable tree Message-ID: <20190129103920.GC31521@kroah.com> References: <15419670469183@kroah.com> <20190128214515.wqbct5yp2egovdwy@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190128214515.wqbct5yp2egovdwy@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 09:45:15PM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Sun, Nov 11, 2018 at 12:10:46PM -0800, 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. Now applied, thanks. greg k-h