]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'devinfo-tweaks'
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 04:39:56 +0000 (20:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 04:39:56 +0000 (20:39 -0800)
commitec2e3e678f45812b65813b0fb0a020ed64561863
treef4c851b113ad79442fbfe5d9825388d4e0130081
parent836564be31de1d578a282cde7bd5f1e5b730f24f
parenta474978d1b53820436bb07d06589a184cd1147ba
Merge branch 'devinfo-tweaks'

Jakub Kicinski says:

====================
devlink: minor tweaks to reported device info

This series contains two minor touch ups for devlink code. First
|| is corrected to && in the ethtool compat code. Next patch
decreases the stack allocation size.

On the nfp side after further discussions with the manufacturing
team we decided to realign the serial number contents slightly and
rename one of the other fields from "vendor" to "mfr", short for
"manufacture".

v2: - add patch 3 - move board maker as a generic attribute.
====================

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