All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Export mqueues to procfs
@ 2021-08-18 11:24 Florian Bezdeka
  2021-08-18 11:24 ` [RFC PATCH 1/4] cobalt/registry: Make the root directory for proc exports optional Florian Bezdeka
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Florian Bezdeka @ 2021-08-18 11:24 UTC (permalink / raw)
  To: xenomai

Hi,

this is another try to make registered mqueues visible. This time by
exporting them to the procfs, namely to
/proc/xenomai/registry/mqueue/<name>

Let me know what you think... 

I had to rework the existing export machinery a bit to get rid of the so
called "root" directory which is normally created. See patch
descriptions for details.

Best regards,
Florian

Florian Bezdeka (4):
  cobalt/registry: Make the root directory for proc exports optional
  cobalt/registry: Share xnregistry_vfreg_ops with other compile units
  cobalt/registry: Initialize refcnt of exported virtual proc files
  cobalt/mqueue: Export created mqueues to procfs

 include/cobalt/kernel/registry.h |  2 ++
 kernel/cobalt/posix/mqueue.c     | 35 +++++++++++++++++++++++++++++++-
 kernel/cobalt/registry.c         | 13 ++++++------
 3 files changed, 43 insertions(+), 7 deletions(-)

-- 
2.30.2



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

end of thread, other threads:[~2021-08-18 14:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 11:24 [RFC PATCH 0/4] Export mqueues to procfs Florian Bezdeka
2021-08-18 11:24 ` [RFC PATCH 1/4] cobalt/registry: Make the root directory for proc exports optional Florian Bezdeka
2021-08-18 13:26   ` Philippe Gerum
2021-08-18 13:33     ` Bezdeka, Florian
2021-08-18 14:02       ` Philippe Gerum
2021-08-18 14:11         ` Bezdeka, Florian
2021-08-18 14:13           ` Jan Kiszka
2021-08-18 14:31             ` Philippe Gerum
2021-08-18 11:24 ` [RFC PATCH 2/4] cobalt/registry: Share xnregistry_vfreg_ops with other compile units Florian Bezdeka
2021-08-18 11:24 ` [RFC PATCH 3/4] cobalt/registry: Initialize refcnt of exported virtual proc files Florian Bezdeka
2021-08-18 11:24 ` [RFC PATCH 4/4] cobalt/mqueue: Export created mqueues to procfs Florian Bezdeka
2021-08-18 11:41 ` [RFC PATCH 0/4] Export " Jan Kiszka
2021-08-18 12:02   ` Bezdeka, Florian

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.