From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net v2 0/2] net/smc: userspace breakage fixes Date: Sun, 07 Oct 2018 21:06:50 -0700 (PDT) Message-ID: <20181007.210650.2268784399135289310.davem@davemloft.net> References: <20181007145726.GA16173@asgard.redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ubraun@linux.ibm.com, kgraul@linux.ibm.com, hwippel@linux.ibm.com, sergei.shtylyov@cogentembedded.com To: esyr@redhat.com Return-path: In-Reply-To: <20181007145726.GA16173@asgard.redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Eugene Syromiatnikov Date: Sun, 7 Oct 2018 16:57:26 +0200 > 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. Series applied and queued up for -stable.