]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-smc-userspace-breakage-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 04:06:28 +0000 (21:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 04:06:28 +0000 (21:06 -0700)
commit9167f62d85a7fd7c07fa64271491030207ea48ef
tree7d03e7ffef08c3c779734c64bc4d4f6ba649ce2f
parent4cf2fda350058b05318340f3590dfa40b0755c5b
parent36f37df8fb8ef1b9df7983aff206219d58b7247b
Merge branch 'net-smc-userspace-breakage-fixes'

Eugene Syromiatnikov says:

====================
net/smc: userspace breakage fixes

These two patches correct some userspace-affecting issues introduced
during 4.19 development cycle, specifically:
 * New structure "struct smcd_diag_dmbinfo" has been defined in a way
   that would lead to different layout of the structure on most 32-bit
   ABIs in comparison with layout on 64-bit ABIs;
 * One of the commits renamed an UAPI-exposed field name.

Changes since v1:
 * Managed not to forget to add --cover-letter.
 * Commit ID format in commit message has been changed in accordance
   with Sergei Shtylyov's recommendations.
====================

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