public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
From: Chunyu Hu <chuhu@redhat.com>
To: "David Hildenbrand (Arm)" <david@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	shuah@kernel.org, linux-mm@kvack.org, ljs@kernel.org,
	linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
	lorenzo.stoakes@oracle.com, Liam.Howlett@oracle.com,
	vbabka@suse.cz, rppt@kernel.org, surenb@google.com,
	mhocko@suse.com, ziy@nvidia.com, baolin.wang@linux.alibaba.com,
	npache@redhat.com, ryan.roberts@arm.com, dev.jain@arm.com,
	baohua@kernel.org, lance.yang@linux.dev
Subject: Re: [PATCH v3 0/5] selftests/mm: skip several tests when thp is not available
Date: Thu, 19 Mar 2026 23:08:36 +0800	[thread overview]
Message-ID: <abwRdOm6orrxWxiw@gmail.com> (raw)
In-Reply-To: <ee3ca88c-d6ea-44cf-8f75-e996d52c4c92@kernel.org>

On Wed, Mar 18, 2026 at 01:07:03PM +0100, David Hildenbrand (Arm) wrote:
> On 3/18/26 10:22, Chunyu Hu wrote:
> > On Tue, Mar 17, 2026 at 11:37:30AM -0700, Andrew Morton wrote:
> >> On Tue, 17 Mar 2026 17:44:14 +0800 Chunyu Hu <chuhu@redhat.com> wrote:
> >>
> >>> There are several tests requires transprarent hugepages, when run on thp
> >>> disabled kernel such as realtime kernel, there will be false negative.
> >>> Mark those tests as skip when thp is not available.
> >>
> >> AI review asked some questions:
> >> https://sashiko.dev/#/patchset/20260317094419.1429259-1-chuhu%40redhat.com
> > 
> > Hi Andrew,
> > 
> > Nice tool.
> >  
> > For question one. In guard-region test, collapse tests are for checking
> > collapse is denied when operating on guard region, not for checking
> > madvise(MADV_COLLAPSE) will fail when thp is setup to 'never with sysfs,
> > result is same, but it's a different test. Maybe we don't have strong
> > interest to test when thp is set to 'never' in this collapse test.
> > Do you perfer we let it run when thp is setup with 'never'?
> > 
> > For question two. In soft dirty test. Yes, test_mprotect skip logic has
> > similar issue when open failed. 'Bail out' would be shown. Maybe we
> > do this in other series or you prefer me to fix it in this series?
> 
> IMHO, that's something for another series (if at all).

OK. Then will not touch it here.

> 
> > 
> > For question three. Add buffer length check in write_file() helper and
> > check if written bytes equal expected bytes. It's easy to add a buffer
> > lenghth check and make it robust. It's not easy to do the partial
> > written check as that will make the helper more complex and need one
> > more parameter as expected written bytes. Maybe for such question, we
> > should do with other series, not in this one?
> 
> The AI brings up many things that are irrelevant in practice (in
> particular for tests). So I wouldn't worry about that. You are only
> moving code.

Yes. Then I don't change it here. Thanks.

> 
> -- 
> Cheers,
> 
> David
> 



      reply	other threads:[~2026-03-19 15:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-17  9:44 [PATCH v3 0/5] selftests/mm: skip several tests when thp is not available Chunyu Hu
2026-03-17  9:44 ` [PATCH v3 1/5] selftests/mm/guard-regions: skip collapse test when thp not enabled Chunyu Hu
2026-03-17  9:44 ` [PATCH v3 2/5] selftests/mm: soft-dirty: skip two tests when thp is not available Chunyu Hu
2026-03-17  9:44 ` [PATCH v3 3/5] selftests/mm: move write_file helper to vm_util Chunyu Hu
2026-03-17 11:00   ` David Hildenbrand (Arm)
2026-03-17 11:06   ` Lorenzo Stoakes (Oracle)
2026-03-17  9:44 ` [PATCH v3 4/5] selftests/mm: split_huge_page_test: skip the test when thp is not available Chunyu Hu
2026-03-17  9:44 ` [PATCH v3 5/5] selftests/mm: transhuge_stress: skip the test when thp " Chunyu Hu
2026-03-17 18:37 ` [PATCH v3 0/5] selftests/mm: skip several tests when thp is " Andrew Morton
2026-03-18  9:22   ` Chunyu Hu
2026-03-18 11:32     ` Lorenzo Stoakes (Oracle)
2026-03-19 15:05       ` Chunyu Hu
2026-03-18 12:07     ` David Hildenbrand (Arm)
2026-03-19 15:08       ` Chunyu Hu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=abwRdOm6orrxWxiw@gmail.com \
    --to=chuhu@redhat.com \
    --cc=Liam.Howlett@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=baohua@kernel.org \
    --cc=baolin.wang@linux.alibaba.com \
    --cc=david@kernel.org \
    --cc=dev.jain@arm.com \
    --cc=lance.yang@linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=ljs@kernel.org \
    --cc=lorenzo.stoakes@oracle.com \
    --cc=mhocko@suse.com \
    --cc=npache@redhat.com \
    --cc=rppt@kernel.org \
    --cc=ryan.roberts@arm.com \
    --cc=shuah@kernel.org \
    --cc=surenb@google.com \
    --cc=vbabka@suse.cz \
    --cc=ziy@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox