Commit 3cc5c6a
committed
Merge branch 's390-net-fixes'
Alexandra Winter says:
====================
s390/net: Cleanup some code checker findings
clean up smatch findings in legacy code. I was not able to provoke
any real failures on my systems, but other hardware reactions,
timing conditions or compiler output, may cause failures.
There are still 2 smatch warnings left in s390/net:
drivers/s390/net/ctcm_main.c:1326 add_channel() warn: missing error code 'rc'
This one is a false positive.
drivers/s390/net/netiucv.c:1355 netiucv_check_user() warn: argument 3 to %02x specifier has type 'char'
Postponing this one, need to better understand string handling in iucv.
There are several sparse warnings left in ctcm, like:
drivers/s390/net/ctcm_fsms.c:573:9: warning: context imbalance in 'ctcm_chx_setmode' - different lock contexts for basic block
Those are mentioned in the source, no plan to rework.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>3 files changed
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
630 | | - | |
631 | 629 | | |
632 | 630 | | |
633 | 631 | | |
| |||
1192 | 1190 | | |
1193 | 1191 | | |
1194 | 1192 | | |
1195 | | - | |
1196 | 1193 | | |
1197 | 1194 | | |
1198 | 1195 | | |
| 1196 | + | |
1199 | 1197 | | |
1200 | 1198 | | |
1201 | 1199 | | |
| |||
1977 | 1975 | | |
1978 | 1976 | | |
1979 | 1977 | | |
1980 | | - | |
1981 | 1978 | | |
1982 | 1979 | | |
1983 | 1980 | | |
| |||
2038 | 2035 | | |
2039 | 2036 | | |
2040 | 2037 | | |
2041 | | - | |
2042 | 2038 | | |
2043 | 2039 | | |
2044 | 2040 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1736 | 1736 | | |
1737 | 1737 | | |
1738 | 1738 | | |
1739 | | - | |
1740 | | - | |
1741 | | - | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
1742 | 1742 | | |
| 1743 | + | |
1743 | 1744 | | |
1744 | 1745 | | |
1745 | 1746 | | |
| |||
0 commit comments