On Mon, Jul 20, 2026 at 01:52:10PM +0530, Riana Tauro wrote: > Define a new netlink event 'error-event' and a new multicast group > 'error-report' in drm_ras. Each event contains device name, node and > error information to identify the error triggering the event. > > Add drm_ras_nl_error_event() to trigger an event from the driver. > Userspace must subscribe to 'error-report' to receive 'error-event' > notifications.
... > v4: send event to all network namespaces (Sashiko) > remove has_listeners check Curious, is it possible to have a has_listeners() that covers all namespaces? Raag
