Re: [PATCH net-next 05/15] ethtool: set netdev features with FEATURES_SET request

From: Jakub Kicinski
Date: Wed Mar 11 2020 - 18:56:37 EST


On Wed, 11 Mar 2020 22:40:28 +0100 (CET) Michal Kubecek wrote:
> + if (!(req_info.flags & ETHTOOL_FLAG_OMIT_REPLY)) {
> + bool compact = req_info.flags & ETHTOOL_FLAG_COMPACT_BITSETS;

is req_info->flags validated anywhere to make sure users get an error
when they set a bit unrecognized by the kernel? :S