mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
83f2df9d66
struct ynl_req_state carries reply-related info from generated code
into generic YNL code. While we don't need reply info to execute
a request without a reply, we still need to pass in the struct, because
it's also where we get the pointer to struct ynl_sock from. Passing NULL
results in crashes if kernel returns an error or an unexpected reply.
Fixes:
|
||
---|---|---|
.. | ||
devlink-user.c | ||
devlink-user.h | ||
ethtool-user.c | ||
ethtool-user.h | ||
fou-user.c | ||
fou-user.h | ||
handshake-user.c | ||
handshake-user.h | ||
Makefile | ||
netdev-user.c | ||
netdev-user.h | ||
nfsd-user.c | ||
nfsd-user.h |