]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
Merge branch 'sctp-endianness-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Oct 2017 09:03:25 +0000 (18:03 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Oct 2017 09:03:25 +0000 (18:03 +0900)
commit8c83c88584abb3a04a4026be91060bc309f4c034
treeec5e71a59013f698474666a8d748c4ddc11d68d4
parent50317fce2cc70a2bbbc4b42c31bbad510382a53c
parent978aa0474115f3f5848949f2efce4def0766a5cb
Merge branch 'sctp-endianness-fixes'

Xin Long says:

====================
sctp: a bunch of fixes for some sparse warnings

As Eric noticed, when running 'make C=2 M=net/sctp/', a plenty of
warnings or errors checked by sparse appear. They are all problems
about Endian and type cast.

Most of them are just warnings by which no issues could be caused
while some might be bugs.

This patchset fixes them with four patches basically according to
how they are introduced.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>