From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8CF0E39A7FD; Thu, 26 Mar 2026 18:44:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774550688; cv=none; b=Q3JnmGrPpY/6b9BdyfjtzEs/pOmXzxzd2FkaJztEhtD7gQBf29Urb1xvKfg5bB+vX3+3OIpCWjnRfoISO1d4ek1xoiudZsNUNM1Q1s51q7pjZY/gd58fXod8uDO+0ZCV/NVkMhfI3gtJkEbcra/tzlpyTsrrdWpa2s2+kwbD8ok= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774550688; c=relaxed/simple; bh=vI80se4bLtnT+E6LjYZnwjZAkXt7xCbq1jvM5HcFlXk=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=l8FeEynJmA/5gFy2ad+SdFPY1U79RU5lcS9YzxWfh3MgDmGPEPvz0jhjsl3HOZ2P55DR8XvxLzk+FPQD/V+U7oTQRbbVCgUQAGFHw3Wt15XOVwO0/5VMU8erMnLJ1n3QCj91Sg5e9onbZfqNosEaJnItiiTSSysI0XQsksYzCKI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=mGceCbta; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="mGceCbta" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCDF9C116C6; Thu, 26 Mar 2026 18:44:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1774550688; bh=vI80se4bLtnT+E6LjYZnwjZAkXt7xCbq1jvM5HcFlXk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mGceCbtaL4t4Y2ZgyhjmkYb0BRtw34lQBPMNMuMESr7d+4Qn/0HIafbrKP8HVqK9w d0UGddCa06h3+E7NSh4cVPXEe16jDP8tjxYkOf3PmjCutAWfIFufXSevaCeeRLT8qt NFzR4Vw0kXZmcGkuepGt3IS/p7gSDdN4SW8cYm6c= Date: Thu, 26 Mar 2026 11:44:47 -0700 From: Andrew Morton To: "Vlastimil Babka (SUSE)" Cc: Josh Law , Liam Howlett , Matthew Wilcox , Alice Ryhl , Andrew Ballance , stable@vger.kernel.org, linux-kernel@vger.kernel.org, Josh Law Subject: Re: [PATCH v3] lib/maple_tree: fix swapped arguments in mas_safe_pivot() call Message-Id: <20260326114447.b5df309ae13ad5f92e9e0102@linux-foundation.org> In-Reply-To: References: <20260306225849.2824409-1-objecting@objecting.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 26 Mar 2026 19:02:35 +0100 "Vlastimil Babka (SUSE)" wrote: > > I'm not a maple tree expert but this looks obviously correct enough. So I > won't speculate on the impact of this bug, but: > > Acked-by: Vlastimil Babka (SUSE) > > I guess since it's old and not in mm-hotfixes, we can afford to wait for > Liam who should be back before the merge window. Yup, I'm keeping this parked until Liam is back on deck. > I'm not sure how to > handle the fact that this patch has been withdrawn [1] however. > > [1] https://lore.kernel.org/all/E1A667AB-DCE4-4034-A36B-DAA458780A81@objecting.org/ Waiting to see what Liam says. If he likes it then let's proceed.