All of lore.kernel.org
 help / color / mirror / Atom feed
* [bug report] rdma_rxe module unload failure with DEBUG_LOCK_ALLOC enabled
@ 2025-12-19 11:29 Shinichiro Kawasaki
  2025-12-19 13:45 ` Stefan Metzmacher
  0 siblings, 1 reply; 4+ messages in thread
From: Shinichiro Kawasaki @ 2025-12-19 11:29 UTC (permalink / raw)
  To: linux-rdma@vger.kernel.org; +Cc: Stefan Metzmacher, Leon Romanovsky

Hello all,

While I evaluate v6.19-rc1 kernel, I found that rdma_rxe module unload fails.
The failure can be recreated by simple two commands below:

   $ sudo modprobe rdma_rxe
   $ sudo modprobe -r rdma_rxe
   modprobe: FATAL: Module rdma_rxe is in use.

I bisected and found the trigger commit is this:

   80a85a771deb ("RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep")

This commit changes the driver behavior when the kconfig DEBUG_LOCK_ALLOC is
enabled, and my kconfig does so.

Actions for fix will be appreciated.


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

end of thread, other threads:[~2025-12-20  5:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-19 11:29 [bug report] rdma_rxe module unload failure with DEBUG_LOCK_ALLOC enabled Shinichiro Kawasaki
2025-12-19 13:45 ` Stefan Metzmacher
2025-12-19 17:59   ` yanjun.zhu
2025-12-20  5:22     ` Shinichiro Kawasaki

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.