From: <dan.j.williams@intel.com>
To: Akinobu Mita <akinobu.mita@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>, <linux-cxl@vger.kernel.org>
Subject: Re: [PATCH] resource: fix false warning in __request_region()
Date: Tue, 22 Jul 2025 09:08:44 -0700 [thread overview]
Message-ID: <687fb78c8d44b_134cc7100f@dwillia2-xfh.jf.intel.com.notmuch> (raw)
In-Reply-To: <CAC5umyi5ZwAR+nEPjn_5m2q7kjE0uyo=0pzv-s7uod560iGJEg@mail.gmail.com>
Akinobu Mita wrote:
> 2025年7月20日(日) 8:31 Andrew Morton <akpm@linux-foundation.org>:
> >
> > On Sat, 19 Jul 2025 20:26:04 +0900 Akinobu Mita <akinobu.mita@gmail.com> wrote:
> >
> > > A warning is raised when __request_region() detects a conflict with a
> > > resource whose resource.desc is IORES_DESC_DEVICE_PRIVATE_MEMORY.
> > >
> > > But this warning is only valid for iomem_resources.
> > > The hmem device resource uses resource.desc as the numa node id, which can
> > > cause spurious warnings.
> > >
> > > This change fixes this by restricting the warning to only iomem_resource.
> > > This also adds a missing new line to the warning message.
> >
> > What are the circumstance which cause this warning? Are real world
> > users hitting this? If so, should we backport this fix into earlier
> > kernels?
>
> This warning actually appeared on a machine with multiple cxl memory expanders.
> One of the NUMA node id is 6, which is the same as the value of
> IORES_DESC_DEVICE_PRIVATE_MEMORY.
>
> In this environment it was just a spurious warning, but when I saw the warning
> I suspected a real problem so it's better to fix it.
>
> Fixes: b926b7f3baec ("mm/resource: Move HMM pr_debug() deeper into
> resource code")
This should be:
Fixes: 7dab174e2e27 ("dax/hmem: Move hmem device registration to dax_hmem.ko")
...as that is the change that violates the assumptions of
__request_region().
You can add:
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
prev parent reply other threads:[~2025-07-22 16:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-19 11:26 Akinobu Mita
2025-07-19 23:31 ` Andrew Morton
2025-07-20 8:17 ` Akinobu Mita
2025-07-22 16:08 ` dan.j.williams [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=687fb78c8d44b_134cc7100f@dwillia2-xfh.jf.intel.com.notmuch \
--to=dan.j.williams@intel.com \
--cc=akinobu.mita@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®