diff options
author | Ido Schimmel <idosch@nvidia.com> | 2021-03-24 22:43:32 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-25 02:44:31 +0300 |
commit | e43accba9b071dcd106b5e7643b1b106a158cbb1 (patch) | |
tree | bfd68e49ca183c170010f136150f3d163ecc11e9 /include/dt-bindings/mfd | |
parent | bf45947864764548697e7515fe693e10f173f312 (diff) | |
download | linux-e43accba9b071dcd106b5e7643b1b106a158cbb1.tar.xz |
psample: Fix user API breakage
Cited commit added a new attribute before the existing group reference
count attribute, thereby changing its value and breaking existing
applications on new kernels.
Before:
# psample -l
libpsample ERROR psample_group_foreach: failed to recv message: Operation not supported
After:
# psample -l
Group Num Refcount Group Seq
1 1 0
Fix by restoring the value of the old attribute and remove the
misleading comments from the enumerator to avoid future bugs.
Cc: stable@vger.kernel.org
Fixes: d8bed686ab96 ("net: psample: Add tunnel support")
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reported-by: Adiel Bidani <adielb@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/mfd')
0 files changed, 0 insertions, 0 deletions