All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] DEPT(DEPendency Tracker) with DLM(Distributed Lock Manager)
@ 2025-05-22  5:24 Byungchul Park
  2025-05-22  5:28 ` Byungchul Park
  2025-05-26  0:11 ` Alexander Aring
  0 siblings, 2 replies; 6+ messages in thread
From: Byungchul Park @ 2025-05-22  5:24 UTC (permalink / raw)
  To: aahringo; +Cc: kernel_team, linux-kernel

Hi Alexander,

We briefly talked about dept with DLM in an external channel.  However,
it'd be great to discuss what to aim and how to make it in more detail,
in this mailing list.

It's worth noting that dept doesn't track dependencies beyond different
contexts to avoid adding false dependencies by any chance, which means
though dept checks the dependency sanity *globally*, when it comes to
creating dependencies, it happens only within e.g. each single system
call context, each single irq context, each worker context, and so on,
with its unique context id assigned to each independent context.

In order for dept to work on DLM, we need a way to assign a unique
context id to each interesting context in DLM's point of view, and let
dept know the id.  Once making it done, I think dept can work on DLM
perfectly.

Thoughts or any concern?

	Byungchul

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

end of thread, other threads:[~2025-05-29  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22  5:24 [RFC] DEPT(DEPendency Tracker) with DLM(Distributed Lock Manager) Byungchul Park
2025-05-22  5:28 ` Byungchul Park
2025-05-26  0:13   ` Alexander Aring
2025-05-28 12:00     ` Alexander Aring
2025-05-29  7:22       ` Byungchul Park
2025-05-26  0:11 ` Alexander Aring

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.