From: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
To: linux-nvdimm@lists.01.org, Dan Williams <dan.j.williams@intel.com>
Subject: Re: [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider
Date: Fri, 30 Aug 2019 10:01:27 +0530 [thread overview]
Message-ID: <87lfvbnujk.fsf@linux.ibm.com> (raw)
In-Reply-To: <156711523501.12658.8795324273505326478.git-patchwork-notify@kernel.org>
patchwork-bot+linux-nvdimm@kernel.org writes:
> Hello:
>
> This patch was applied to nvdimm/nvdimm.git (refs/heads/libnvdimm-for-next).
>
> On Wed, 7 Aug 2019 09:30:29 +0530 you wrote:
>> ndctl utility requires the ndbus to have unique names. If not while
>> enumerating the bus in userspace it drops bus with similar names.
>> This results in us not listing devices beneath the bus.
>>
>> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
>> ---
>> drivers/nvdimm/of_pmem.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> Here is a summary with links:
> - nvdimm/of_pmem: Provide a unique name for bus provider
> https://git.kernel.org/nvdimm/nvdimm/c/49bddc73d15c25a68e4294d76fc74519fda984cd
>
> You are awesome, thank you!
We decided to fix this in ndctl tool? If we go with ndctl fix, we
can drop the kernel change. Parallely I am planning to do a fix
for papr_scm driver that will update the provider name as "papr_scm". That
way we can find out the backend driver using
:~> ndctl list -B
[
{
"provider":"papr_scm",
"dev":"ndbus1"
},
{
"provider":"of_pmem",
"dev":"ndbus0"
}
]
-aneesh
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm
next prev parent reply other threads:[~2019-08-30 4:33 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-07 4:00 [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider Aneesh Kumar K.V
2019-08-07 4:00 ` Aneesh Kumar K.V
2019-08-07 4:13 ` Dan Williams
2019-08-07 4:13 ` Dan Williams
2019-08-07 4:17 ` Aneesh Kumar K.V
2019-08-07 4:17 ` Aneesh Kumar K.V
2019-08-07 4:52 ` Dan Williams
2019-08-07 4:52 ` Dan Williams
2019-08-07 6:00 ` Aneesh Kumar K.V
2019-08-07 6:00 ` Aneesh Kumar K.V
2019-08-07 15:34 ` Dan Williams
2019-08-07 15:34 ` Dan Williams
2019-08-07 5:42 ` Vaibhav Jain
2019-08-07 5:42 ` Vaibhav Jain
[not found] ` <156711523501.12658.8795324273505326478.git-patchwork-notify@kernel.org>
2019-08-30 4:31 ` Aneesh Kumar K.V [this message]
2019-08-30 4:40 ` Dan Williams
2019-08-30 4:45 ` Aneesh Kumar K.V
2019-08-30 14:40 ` Dan Williams
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=87lfvbnujk.fsf@linux.ibm.com \
--to=aneesh.kumar@linux.ibm.com \
--cc=dan.j.williams@intel.com \
--cc=linux-nvdimm@lists.01.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 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.