LWN: Comments on "A kernel events layer" https://lwn.net/Articles/95347/ This is a special feed containing comments posted to the individual LWN article titled "A kernel events layer". en-us Thu, 04 Sep 2025 09:50:17 +0000 Thu, 04 Sep 2025 09:50:17 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net A kernel events layer vs CA's KGEM https://lwn.net/Articles/95687/ https://lwn.net/Articles/95687/ elanthis Basically, KGEM is a lot bigger and more complicated. KGEM has its own kernel&lt;-&gt;userspace gateway (kevent uses netlink to get to userspace and is intended primarly for D-BUS to pick up the events), KGEM has its own datatype framework (kevent just sends a simple string), KGEM appears to support user-&gt;kernel events (kevent only allows sending events from kernel to userspace), KGEM is a hell of a lot of code (at least compared to kevents couple hundred), and KGEM is much more difficult to use (compared to the single simple function call required API of kevent). Thu, 29 Jul 2004 14:47:37 +0000 A kernel events layer vs CA's KGEM https://lwn.net/Articles/95680/ https://lwn.net/Articles/95680/ LogicG8 Does anyone know what the differences are between Love's patch and CA's <A href="http://www3.ca.com/Solutions/Collateral.asp?CID=59315">KGEM</A>? Thu, 29 Jul 2004 13:55:43 +0000