commit | 1521a67e6016664941f0917d50cb20053a8826a2 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Tue Feb 25 13:54:12 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 26 17:10:44 2020 -0800 |
tree | 692edd8f0b0997214f5d945870e357438088cdf4 | |
parent | 2eb51c75dcb354f8aef03d7648318b24630632e1 [diff] |
sched: act: count in the size of action flags bitfield The put of the flags was added by the commit referenced in fixes tag, however the size of the message was not extended accordingly. Fix this by adding size of the flags bitfield to the message size. Fixes: e38226786022 ("net: sched: update action implementations to support flags") Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>