Re: [PATCH net 0/3] devlink param type string fixes

From: David Miller
Date: Wed Oct 10 2018 - 13:20:13 EST


From: Moshe Shemesh <moshe@xxxxxxxxxxxx>
Date: Wed, 10 Oct 2018 16:09:24 +0300

> 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.

Series applied, thank you.