incubator-nuttx/net/netlink
Michael Jung f208c4bbd4 Fix ENOENT errors when polling on Netlink socket
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>
2022-05-14 00:35:29 +03:00
..
Kconfig Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netlink.h Fix ENOENT errors when polling on Netlink socket 2022-05-14 00:35:29 +03:00
netlink_conn.c net: Remove the unnecessary initialization code 2022-03-12 19:24:17 +02:00
netlink_notifier.c Fix ENOENT errors when polling on Netlink socket 2022-05-14 00:35:29 +03:00
netlink_route.c net:fix coverity warning 2022-04-03 14:37:53 +03:00
netlink_sockif.c Fix ENOENT errors when polling on Netlink socket 2022-05-14 00:35:29 +03:00