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 5B71614A4ED for ; Thu, 1 Aug 2024 19:55:53 +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=1722542154; cv=none; b=HENBYlrupfXcdoRzT70o0sk3B5DY5DcMtSDcCvp0wBHHw7a7T19fZfW+55hwu9zBQYrq7LGAobnGOjQDlV9j1THnjctgloJdvYAumOEyr1yypWQuRJHFx/0Vtma65lbEUA2JhjmKxENHXpc+BqU3xOJRTz834B1k7A2j99YIrjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722542154; c=relaxed/simple; bh=hvG2IaT/irZIdJ2c+z07bjwA9zbf73XRgNBNvBw4bW8=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=FKPF1TECQBVfG29URaX2vIUMLFete2M2ZuVuNO/rAMelN6UGN0TopuvaqyMBavGXvqWaaDz+uQME127RHkEgejvz6YTufvjhZaWuJ6FOFkAZCRfHqOdAA3yzQJ+XmQ7vHlpekvrN8Ipl/zareJZmFLAvnL69XjmmPB32scbTnFo= 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=Nw/I0cmj; 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="Nw/I0cmj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 696DEC4AF0B; Thu, 1 Aug 2024 19:55:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1722542153; bh=hvG2IaT/irZIdJ2c+z07bjwA9zbf73XRgNBNvBw4bW8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Nw/I0cmji9Zl94+2UQWkdbSontHJnY5+ax1eBnLcXsRKSggj7MBEWEIVx1If9RWCH anf+Th58N7QLLPs+ffiyOgXyc08o+xfQA2viU/J7SDKM80xSIZJLfpiSWAJ6vUPn8b 3PJJ5m6dyvxezZV6nBE7OjODaCwsZo3Y3h41c+wk= Date: Thu, 1 Aug 2024 12:55:52 -0700 From: Andrew Morton To: Baolin Wang Cc: Kefeng Wang , Barry Song <21cnbao@gmail.com>, hughd@google.com, willy@infradead.org, david@redhat.com, ryan.roberts@arm.com, ziy@nvidia.com, gshan@redhat.com, ioworker0@gmail.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem Message-Id: <20240801125552.12dc70cbe7220205a4a1a9ce@linux-foundation.org> In-Reply-To: References: <117121665254442c3c7f585248296495e5e2b45c.1722404078.git.baolin.wang@linux.alibaba.com> <87769ae8-b6c6-4454-925d-1864364af9c8@huawei.com> <20240731134802.00541e78813997f3c59df36c@linux-foundation.org> X-Mailer: Sylpheed 3.7.0 (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, 1 Aug 2024 08:06:59 +0800 Baolin Wang wrote: > > > On 2024/8/1 04:48, Andrew Morton wrote: > > On Wed, 31 Jul 2024 18:22:17 +0800 Baolin Wang wrote: > > > >> (Hope Andrew can help to squash these changes :)) > > > > I'm seeing some rejects against, amongst other things, your own "Some > > cleanups for shmem" series. > > > > So... v2, please? > > These two bugfix patches are based on the mm-hotfixes-unstable branch > and need to be merged into 6.11-rcX, so they should be queued first. OK. > For the 'Some cleanups for shmem' series, I can send a new V4 version to > you after resolving conflicts with the shmem bugfix patches. Sorry for > the inconvenience. I fixed things up.