]> git.baikalelectronics.ru Git - kernel.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)
commit4ff3fc94f270b4e18345aa80ee555808ae1b8544
treeec5e71a59013f698474666a8d748c4ddc11d68d4
parent5a899d3262019320594fdf0807895fee8e82c6cc
parentd56e41d3f3e27733f737da23e79ed95e778e6f2f
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>