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 009C2C169C4 for ; Tue, 29 Jan 2019 10:40:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C1B9020882 for ; Tue, 29 Jan 2019 10:40:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548758427; bh=qvFJJjJL7H3KjRM8G+PNUtRiQUkVMzpMl7XaRXYaEbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OHHorkdP6GoaadNvvR0vHxwwrATIhqob0DuzHitwE+sBkGhPe6ZcRYXhqIBlWEKA8 RnzsOZW05a+tlQT4DINVAs1Aby/qcO9DjblH2CIePbvipT67nFru6WD5l1qPi6b24P I5vx6wKoSxNGrR2pmesbWz9MnCuBp4YJ0295hCdc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725927AbfA2Kk1 (ORCPT ); Tue, 29 Jan 2019 05:40:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:59582 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725764AbfA2Kk1 (ORCPT ); Tue, 29 Jan 2019 05:40:27 -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 3C57F2087E; Tue, 29 Jan 2019 10:40:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548758426; bh=qvFJJjJL7H3KjRM8G+PNUtRiQUkVMzpMl7XaRXYaEbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UvWqa0EcTy3Iy2GQVw/gCEdRMKCrbYzfXaL/iShEXrdqzS06Y1wo4NaDZuyYjeYxc lpureoFEtOtsl/ALXZiZMSP/8OyXaQUTC5X5LHEaS1QvYWFLy7nR5079LHUCfYIMbq FfCY/cRNIktXKTBzkUZSnmCl0s1j7PZrGg5OQV5k= Date: Tue, 29 Jan 2019 11:40:24 +0100 From: Greg KH To: Sudip Mukherjee Cc: anand.jain@oracle.com, dsterba@suse.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] btrfs: dev-replace: go back to suspended state if target" failed to apply to 4.14-stable tree Message-ID: <20190129104024.GD31521@kroah.com> References: <154670844210567@kroah.com> <20190128222427.7a2pscag2genf2y2@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190128222427.7a2pscag2genf2y2@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 10:24:27PM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Sat, Jan 05, 2019 at 06:14:02PM +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 now apply to 4.14-stable tree. Now applied, thanks. greg k-h