summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOza Pawandeep <[email protected]>2026-07-21 14:57:58 -0700
committerAnup Patel <[email protected]>2026-07-22 13:58:30 +0530
commitc0f87f10d1bfb9e72a84ddfafb5604ee1bfe9d04 (patch)
tree7f58f2b8165d8a8c77c374dfca189117bd6d9614 /.gitignore
parent7a90f41fb966e48a160637e841b91864e7a2c81c (diff)
lib: utils/mpxy: bind channel access to owning domainHEADmaster
The MPXY framework currently stores registered channels in a global list and exposes them to all callers. However, the intended model is that each channel is assigned to a single supervisor domain at boot and remains owned by that domain for its lifetime. Introduce fixed owner-domain tracking in struct sbi_mpxy_channel and make channel lookup and enumeration domain-aware. A channel is now visible only when accessed from its owning domain. Also require the owner to be set before channel registration. This allows MPXY to support systems where the same hart may be reused by multiple domains while keeping channel ownership and visibility fixed to the domain that owns the service. Signed-off-by: Oza Pawandeep <[email protected]> Reviewed-by: Rahul Pathak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions