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 C6FC8C7EE23 for ; Mon, 22 May 2023 19:55:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234899AbjEVTzP (ORCPT ); Mon, 22 May 2023 15:55:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235539AbjEVTyt (ORCPT ); Mon, 22 May 2023 15:54:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCCD395 for ; Mon, 22 May 2023 12:54:48 -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 79BF262B65 for ; Mon, 22 May 2023 19:54:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8672EC433EF; Mon, 22 May 2023 19:54:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684785287; bh=6murL6H4vztFDi9aESZP5gD7A3IbyCG9pTLQTqz18sI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H9bPTXMnbj2C4+DJpMELoJDUgJmK4TcrkjtL0UxsSP9bwesbr2cLSBp36dtD71VpB y9dW5zN1z5++fWzSvtV9ZzSpxI8wLG3HvK40dAN1vVURTPMli2rmNBaOWkkG4m+xnP 7thwVjsN1GYXpwqE+qjOpuZmsmqUCF93kxfCbpkI= Date: Mon, 22 May 2023 20:38:51 +0100 From: Greg KH To: Alyssa Ross Cc: stable@vger.kernel.org, Peng Zhang , Andrew Morton , "Edgecombe, Rick P" , Tad , Michael Keyes , "Liam R. Howlett" , Robert Hensing Subject: Re: Backport request: [PATCH] maple_tree: make maple state reusable after mas_empty_area() Message-ID: <2023052230-unleaded-attention-bfff@gregkh> References: <20230522192934.kz5gp7rp2jeycaqj@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230522192934.kz5gp7rp2jeycaqj@x220> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 22, 2023 at 07:29:34PM +0000, Alyssa Ross wrote: > Hi, please backport commit 0257d9908d38c0b1669af4bb1bc4dbca1f273fe6 to > 6.1.y onwards. This patch fixes a regression which broke some programs, > like GHC (the Haskell compiler). We've been shipping this patch in > NixOS unstable for the last couple of weeks, to positive results. > > (The patch had "Cc: " but from what I can tell > has not been selected for backporting. Apologies if I've just missed > it.) You just missed it, it's queued up for the next stable releases. thanks, greg k-h