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=-3.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 4096CC43387 for ; Mon, 14 Jan 2019 10:45:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 089DD2086D for ; Mon, 14 Jan 2019 10:45:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547462709; bh=6rnJaKlz0URH/EReVm5Z3VwPR+UzBqblwOiAtGx3vcY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fm6pnolIiLQS92xyX+maZjDimdU3g1x11GCka7wRKYs86VjjGqoRDvDivhgwnzK9v ct9Paq8Hy8W9Tob6ck3UO05Em/JV+WlEEPmk4HyBE2H49yTzF2Mf0zlRTJPdnAH+T/ YhIzTiqPJWhdV1brCmRQkCpQ7CSfJputDUlXogQc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726184AbfANKpI (ORCPT ); Mon, 14 Jan 2019 05:45:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:58960 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726064AbfANKpI (ORCPT ); Mon, 14 Jan 2019 05:45:08 -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 830BB20578; Mon, 14 Jan 2019 10:45:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547462708; bh=6rnJaKlz0URH/EReVm5Z3VwPR+UzBqblwOiAtGx3vcY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YazY7KOIilUNuPNZBEdTKrKX63px1qY65ertlkc/Shu417XAb5NoqM1ETrN6y7dqe GRiS7HKs9qVUEQq03k/tIwo7GG00tuQiusuAnzs3av3cOleXLhPCgiK0vEz+GRmfNS kbfrHZXRRJb/bwRTKP5RBD6f8KgFVKS0G3g8MfYE= Date: Mon, 14 Jan 2019 11:45:05 +0100 From: Greg KH To: Qu Wenruo Cc: David Sterba , Filipe Manana , stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] btrfs: Use real device structure to verify dev extent" failed to apply to 4.19-stable tree Message-ID: <20190114104505.GA12763@kroah.com> References: <15474597012750@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 14, 2019 at 06:11:40PM +0800, Qu Wenruo wrote: > > > On 2019/1/14 下午5:55, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.19-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 . > > > > thanks, > > > > greg k-h > > My bad, the Fixes: tag is wrong. > > It's should be 05a37c48604c ("btrfs: volumes: Make sure no dev extent is > beyond device boundary"), which is not included in v4.19 stable. Thanks for letting us know. greg k-h