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 38F12C77B7C for ; Fri, 5 May 2023 19:57:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233200AbjEET5R (ORCPT ); Fri, 5 May 2023 15:57:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233278AbjEET5M (ORCPT ); Fri, 5 May 2023 15:57:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76EA82108 for ; Fri, 5 May 2023 12:57:09 -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 1048E60DEA for ; Fri, 5 May 2023 19:57:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 496ADC433D2; Fri, 5 May 2023 19:57:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1683316628; bh=Vpnm3W/mk9L0Pet1LdbTJMkXxLMwC77xS1ahWNrR8rg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=reslcu5ItnF0jC7Hn/XI4jUiQBGXt6FlsvYL3mnFRx2VOdFYYcyDr1aJrpk+5FkIX IZhOiPqNeIqJZRSx0ypvCYnBFSO/F+V9btL7k5N/IpMpwg+rtqHjje6RiKOIljonD4 8YcUpbzvDSQFdP/FiYlts+ddhEYaIWHV4pfC6CmE= Date: Fri, 5 May 2023 12:57:07 -0700 From: Andrew Morton To: "Liam R. Howlett" Cc: maple-tree@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 36/36] maple_tree: Add gap to check_alloc_rev_range() testcase Message-Id: <20230505125707.dfc3c4d08aef35a833585581@linux-foundation.org> In-Reply-To: <20230505192929.52z5qfnvbdhoe627@revolver> References: <20230505174204.2665599-1-Liam.Howlett@oracle.com> <20230505174204.2665599-37-Liam.Howlett@oracle.com> <20230505192929.52z5qfnvbdhoe627@revolver> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-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, 5 May 2023 15:29:29 -0400 "Liam R. Howlett" wrote: > Ah, I meant to squash this into patch 0025 "maple_tree: Revise limit > checks in mas_empty_area{_rev}()" of this series. > I made that change.