]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mctp-sockaddr-padding-check-initialisation-fixup'
authorJakub Kicinski <kuba@kernel.org>
Fri, 5 Nov 2021 02:17:49 +0000 (19:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 5 Nov 2021 02:17:49 +0000 (19:17 -0700)
commit089e2d60023204e82bbc09c95f5325094073a3d6
tree5841499503ff35c32733c743ef5f8ea89595a5ed
parent3a3f56771d6fe6398b4cff9313475338755aa5aa
parentb40775469e7090a218fcddc7525900eb2848f23c
Merge branch 'mctp-sockaddr-padding-check-initialisation-fixup'

Eugene Syromiatnikov says:

====================
MCTP sockaddr padding check/initialisation fixup

This pair of patches introduces checks for padding fields of struct
sockaddr_mctp/sockaddr_mctp_ext to ease their re-use for possible
extensions in the future;  as well as zeroing of these fields
in the respective sockaddr filling routines.  While the first commit
is definitely an ABI breakage, it is proposed in hopes that the change
is made soon enough (the interface appeared only in Linux 5.15)
to avoid affecting any existing user space.
====================

Link: https://lore.kernel.org/r/cover.1635965993.git.esyr@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>