From: David S. Miller Date: Tue, 12 Nov 2019 19:25:44 +0000 (-0800) Subject: Merge branch 'Update-devlink-binary-output' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=084346be800697d505ffc41b7af919096a4c44a5;p=linux.git Merge branch 'Update-devlink-binary-output' Aya Levin says: ==================== Update devlink binary output This series changes the devlink binary interface: -The first patch forces binary values to be enclosed in an array. In addition, devlink_fmsg_binary_pair_put breaks the binary value into chunks to comply with devlink's restriction for value length. -The second patch removes redundant code and uses the fixed devlink interface (devlink_fmsg_binary_pair_put). -The third patch make self test to use the updated devlink interface. -The fourth, adds a verification of dumping a very large binary content. This test verifies breaking the data into chunks in a valid JSON output. Series was generated against net-next commit: ca22d6977b9b Merge branch 'stmmac-next' ==================== Signed-off-by: David S. Miller --- 084346be800697d505ffc41b7af919096a4c44a5