[PATCH net v2 0/2] net/smc: userspace breakage fixes
From: Eugene Syromiatnikov <hidden>
Date: 2018-10-07 14:56:57
Hello. 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. Eugene Syromiatnikov (2): net/smc: use __aligned_u64 for 64-bit smc_diag fields net/smc: retain old name for diag_mode field include/uapi/linux/smc_diag.h | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) -- 2.1.4