From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH net 1/2] net/smc: use __aigned_u64 for 64-bit smc_diag fields Date: Sun, 7 Oct 2018 11:32:24 +0300 Message-ID: <5e806c98-e313-6b47-92d1-65ab7f81589b@cogentembedded.com> References: <20181006203222.GA11338@asgard.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , linux-kernel@vger.kernel.org, Ursula Braun , Karsten Graul , Hans Wippel To: Eugene Syromiatnikov , netdev@vger.kernel.org Return-path: In-Reply-To: <20181006203222.GA11338@asgard.redhat.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello! On 10/6/2018 11:32 PM, Eugene Syromiatnikov wrote: > Commit v4.19-rc1~140^2~507^2~1 ("net/smc: add SMC-D diag support") You have the SHA1 below in the "Fixes:" tag, need the same 12 digits here. > introduced new UAPI-exposed structure, struct smcd_diag_dmbinfo. > However, it's not usable by compat binaries, as it has different > layout there. Probably, the most straightforward fix that will avoid > the similar issues in the future is to use __aligned_u64 for 64-bit > fields. > > Fixes: 4b1b7d3b30a6 ("net/smc: add SMC-D diag support") > Signed-off-by: Eugene Syromiatnikov [...] MBR, Sergei