]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'devlink-param-type-string-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Oct 2018 17:19:10 +0000 (10:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Oct 2018 17:19:10 +0000 (10:19 -0700)
commit389847fa1eb4d874752203a8b023e4d3430c51f2
tree834c7d34a735b3be2621f897c76275bd6427f694
parent1a67366e2a5df1ff1883606a93929dbd15abb03f
parent8efee4e6aa9ffa58d1e514f80fb7fb4dfdd97e7d
Merge branch 'devlink-param-type-string-fixes'

Moshe Shemesh says:

====================
devlink param type string fixes

This patchset fixes devlink param infrastructure for string param type.

The devlink param infrastructure doesn't handle copying the string data
correctly.  The first two patches fix it and the third patch adds helper
function to safely copy string value without exceeding
DEVLINK_PARAM_MAX_STRING_VALUE.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>