From: Ankit Khushwaha <ankitkhushwaha.linux@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "David Hildenbrand (Red Hat)" <david@kernel.org>,
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>,
"Liam R. Howlett" <Liam.Howlett@oracle.com>,
Vlastimil Babka <vbabka@suse.cz>, Mike Rapoport <rppt@kernel.org>,
Suren Baghdasaryan <surenb@google.com>,
Michal Hocko <mhocko@suse.com>, Shuah Khan <shuah@kernel.org>,
linux-mm@kvack.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] selftest/mm: fix pointer comparison in mremap_test
Date: Sat, 8 Nov 2025 21:33:38 +0530 [thread overview]
Message-ID: <aQ9p2srpUtRG4Ltp@fedora> (raw)
In-Reply-To: <20251107160855.58891ac6df6854a3b608185f@linux-foundation.org>
On Fri, Nov 07, 2025 at 04:08:55PM -0800, Andrew Morton wrote:
>
> void *addr2 = addr + c.dest_alignment;
> if (addr2 < addr)
> ...
>
Hi Andrew,
i have tried this and clang is raising no warning.
I will send v2 patch with this changes.
Thanks
-- Ankit
next prev parent reply other threads:[~2025-11-08 16:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 10:49 [PATCH] selftest/mm: fix pointer comparison in mremap_test Ankit Khushwaha
2025-11-06 11:18 ` David Hildenbrand (Red Hat)
2025-11-06 12:02 ` Ankit Khushwaha
2025-11-06 14:26 ` Lorenzo Stoakes
2025-11-07 9:27 ` David Hildenbrand (Red Hat)
2025-11-08 0:08 ` Andrew Morton
2025-11-08 16:03 ` Ankit Khushwaha [this message]
2025-11-09 6:54 ` Mike Rapoport
2025-11-09 19:11 ` Vlastimil Babka
2025-11-10 21:43 ` Nathan Chancellor
2025-11-06 14:40 ` Lorenzo Stoakes
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=aQ9p2srpUtRG4Ltp@fedora \
--to=ankitkhushwaha.linux@gmail.com \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=david@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lorenzo.stoakes@oracle.com \
--cc=mhocko@suse.com \
--cc=rppt@kernel.org \
--cc=shuah@kernel.org \
--cc=surenb@google.com \
--cc=vbabka@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.