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=-7.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 11004C433F5 for ; Thu, 9 Sep 2021 13:12:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC73060F6C for ; Thu, 9 Sep 2021 13:12:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354425AbhIINNo (ORCPT ); Thu, 9 Sep 2021 09:13:44 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:52686 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354342AbhIIND3 (ORCPT ); Thu, 9 Sep 2021 09:03:29 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 9C8FB1FDF2; Thu, 9 Sep 2021 13:01:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1631192515; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=WUuYxdY1dbmwz9X1lkbLs+ePtssqNO6hmsralU2gXWA=; b=e/i15dIHre0uxknLdesV0AeitiTJjT0vH2hwtOnvCCGj5o/RXYju/WI/IfDEpiZ9bmYuKV RcfScME7ZNdxA07DDKdLXy8JMyIpqHn/ibz0Zcf06mjQWzoI+qFu2cPU02YENp1RlB5JWC t/LqmlyUacqENN8zqtYc4WLXTcl2I58= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1631192515; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=WUuYxdY1dbmwz9X1lkbLs+ePtssqNO6hmsralU2gXWA=; b=Adut3b6IYCEgpLXrEg8rI89n2phJZsJyxX331noDfdS8RJ0osG8fTXG+sGk9VIGlcBntBf 1fMCCQbo3oGCY9Bw== Received: from ds.suse.cz (ds.suse.cz [10.100.12.205]) by relay2.suse.de (Postfix) with ESMTP id 94856A3DA2; Thu, 9 Sep 2021 13:01:55 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 95E81DA7A9; Thu, 9 Sep 2021 15:01:50 +0200 (CEST) Date: Thu, 9 Sep 2021 15:01:50 +0200 From: David Sterba To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Qu Wenruo , Ritesh Harjani , Filipe Manana , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: [PATCH AUTOSEL 4.9 38/48] btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage() Message-ID: <20210909130150.GV15306@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Qu Wenruo , Ritesh Harjani , Filipe Manana , David Sterba , linux-btrfs@vger.kernel.org References: <20210909120015.150411-1-sashal@kernel.org> <20210909120015.150411-38-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210909120015.150411-38-sashal@kernel.org> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, Sep 09, 2021 at 08:00:05AM -0400, Sasha Levin wrote: > From: Qu Wenruo > > [ Upstream commit e0467866198f7f536806f39e5d0d91ae8018de08 ] Please drop this patch from stable queue, thanks.