Revision 395048ebd4547d3cced71807b8aabfbde000fe55 authored by David S. Miller on 22 November 2018, 00:14:56 UTC, committed by David S. Miller on 22 November 2018, 00:14:56 UTC
Ursula Braun says:

====================
net/smc: fixes 2018-11-12

here is V4 of some net/smc fixes in different areas for the net tree.

v1->v2:
   do not define 8-byte alignment for union smcd_cdc_cursor in
   patch 4/5 "net/smc: atomic SMCD cursor handling"
v2->v3:
   stay with 8-byte alignment for union smcd_cdc_cursor in
   patch 4/5 "net/smc: atomic SMCD cursor handling", but get rid of
   __packed for struct smcd_cdc_msg
v3->v4:
   get rid of another __packed for struct smc_cdc_msg in
   patch 4/5 "net/smc: atomic SMCD cursor handling"
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 1e2b104 + e438bae
History
File Mode Size
Kconfig -rw-r--r-- 963 bytes
Makefile -rw-r--r-- 406 bytes
client.c -rw-r--r-- 52.7 KB
error.c -rw-r--r-- 7.4 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 13.8 KB
protocol.h -rw-r--r-- 1.3 KB
trans_common.c -rw-r--r-- 793 bytes
trans_common.h -rw-r--r-- 546 bytes
trans_fd.c -rw-r--r-- 25.8 KB
trans_rdma.c -rw-r--r-- 19.1 KB
trans_virtio.c -rw-r--r-- 19.9 KB
trans_xen.c -rw-r--r-- 13.7 KB

back to top