linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] net/smc: userspace breakage fixes
@ 2018-10-07 14:57 Eugene Syromiatnikov
  2018-10-08  4:06 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Syromiatnikov @ 2018-10-07 14:57 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, linux-kernel, Ursula Braun, Karsten Graul,
	Hans Wippel, Sergei Shtylyov

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net v2 0/2] net/smc: userspace breakage fixes
  2018-10-07 14:57 [PATCH net v2 0/2] net/smc: userspace breakage fixes Eugene Syromiatnikov
@ 2018-10-08  4:06 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-10-08  4:06 UTC (permalink / raw)
  To: esyr; +Cc: netdev, linux-kernel, ubraun, kgraul, hwippel, sergei.shtylyov

From: Eugene Syromiatnikov <esyr@redhat.com>
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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-08  4:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-07 14:57 [PATCH net v2 0/2] net/smc: userspace breakage fixes Eugene Syromiatnikov
2018-10-08  4:06 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).