mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/1] dax: add PROBE_PREFER_ASYNCHRONOUS to the pmem driver
@ 2025-10-02 13:19 Michal Clapinski
  2025-10-22 20:57 ` Michał Cłapiński
  2025-10-22 23:38 ` dan.j.williams
  0 siblings, 2 replies; 6+ messages in thread
From: Michal Clapinski @ 2025-10-02 13:19 UTC (permalink / raw)
  To: Dan Williams, Vishal Verma, Dave Jiang, nvdimm, linux-cxl
  Cc: Pasha Tatashin, linux-kernel, Michal Clapinski

Comments in linux/device/driver.h say that the goal is to do async
probing on all devices. The current behavior unnecessarily slows down
the boot by synchronous probing dax_pmem devices, so let's change that.

Signed-off-by: Michal Clapinski <mclapinski@google.com>
---
 drivers/dax/pmem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dax/pmem.c b/drivers/dax/pmem.c
index bee93066a849..737654e8c5e8 100644
--- a/drivers/dax/pmem.c
+++ b/drivers/dax/pmem.c
@@ -77,6 +77,7 @@ static struct nd_device_driver dax_pmem_driver = {
 	.probe = dax_pmem_probe,
 	.drv = {
 		.name = "dax_pmem",
+		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
 	},
 	.type = ND_DRIVER_DAX_PMEM,
 };
-- 
2.51.0.618.g983fd99d29-goog


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-23 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-02 13:19 [PATCH 1/1] dax: add PROBE_PREFER_ASYNCHRONOUS to the pmem driver Michal Clapinski
2025-10-22 20:57 ` Michał Cłapiński
2025-10-22 23:38 ` dan.j.williams
2025-10-22 23:53   ` Michał Cłapiński
2025-10-23  3:50     ` dan.j.williams
2025-10-23 14:57       ` Ira Weiny

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®