|
|
Subscribe / Log in / New account

The initial bus1 patch posting

The bus1 message-passing mechanism is the successor to the "kdbus" project; it was covered here in August. The patches have now been posted for review. "While bus1 emerged out of the kdbus project, bus1 was started from scratch and the concepts have little in common. In a nutshell, bus1 provides a capability-based IPC system, similar in nature to Android Binder, Cap'n Proto, and seL4."

to post comments

The initial bus1 patch posting

Posted Oct 30, 2016 14:30 UTC (Sun) by gdamjan (subscriber, #33634) [Link] (1 responses)

Does anyone know of a simple examples using the low-level bus1 api?

The initial bus1 patch posting

Posted Oct 31, 2016 10:06 UTC (Mon) by peter-b (guest, #66996) [Link]

At the moment the only examples I'm aware of that work with the current version of bus1.ko are the tests in the bus1 out-of-tree kernel module git repository [1].

I'm working on a Rust library to wrap the kernel API but I'm making slow progress because it's pretty unclear from the docs how the Bus1 team envisage it being used in practice.

[1] https://github.com/bus1/bus1/tree/master/tools/testing/se...


Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds