mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-07 10:16:22 +01:00
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:
|
||
|---|---|---|
| .. | ||
| generated | ||
| lib | ||
| samples | ||
| cli.py | ||
| ethtool.py | ||
| Makefile | ||
| Makefile.deps | ||
| requirements.txt | ||
| ynl-gen-c.py | ||
| ynl-regen.sh | ||