mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 10:10:33 +02:00
Recent devlink change added validation of an integer value
via NLA_POLICY_VALIDATE_FN, for sparse enums. Handle this
in policy dump. We can't extract any info out of the callback,
so report only the type.
Fixes:
|
||
|---|---|---|
| .. | ||
| af_netlink.c | ||
| af_netlink.h | ||
| diag.c | ||
| genetlink.c | ||
| genetlink.h | ||
| Kconfig | ||
| Makefile | ||
| policy.c | ||