When a Netlink response is issued, which a task is currently polling for on the corresponding AF_NETLINK socket, then the poll call will return with a ENOENT error. This is due to the fact that the Netlink response notifier is automatically torn down after the notification. Fixed by making netlink_notifier_teardown a best-effort function that does not return a result code. Signed-off-by: Michael Jung <michael.jung@secore.ly> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| netlink.h | ||
| netlink_conn.c | ||
| netlink_notifier.c | ||
| netlink_route.c | ||
| netlink_sockif.c | ||