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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 241C0C433F5 for ; Sat, 30 Apr 2022 19:22:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244433AbiD3T0F (ORCPT ); Sat, 30 Apr 2022 15:26:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233453AbiD3T0B (ORCPT ); Sat, 30 Apr 2022 15:26:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D46771116F; Sat, 30 Apr 2022 12:22:38 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7450161073; Sat, 30 Apr 2022 19:22:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FDD5C385AA; Sat, 30 Apr 2022 19:22:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1651346557; bh=vYL+tI0U3M8WicVyPKlptZoD7ETGG/8uFx2R18Jlacc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QgFJFZRE2P5i701jNDYP/DU2xUa/xUiaiNkqIia4wooGJqiG2vx0i7uHI5zquJ8Do Dzzccq+DdPGxkhcBvomhWKb9nc2I4NN7pOnltgzbFrIsqF8kJSD4NBV7oJhV5cpkwm TnL/i/Ot4mivvfc/Vjmb8ynQJ1hFVONYIUuQFF2A= Date: Sat, 30 Apr 2022 12:22:36 -0700 From: Andrew Morton To: Matthew Wilcox Cc: Linus Torvalds , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [GIT PULL] Rare page cache data corruption fix Message-Id: <20220430122236.bd8301bcfe11c1f7e40c0517@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 22 Apr 2022 20:45:35 +0100 Matthew Wilcox wrote: > XArray: Two fixes for 5.18 > > - Fix the test suite build for kmem_cache_alloc_lru() > > - Fix a rare race between split and load This commit did not have a cc:stable. It has a Fixes:, but we've asked Greg not to backport patches which weren't explicitly cc:stable. If you think this should be backported I suggest you let Greg know.