Message ID | 20220510070508.334726-1-wintera@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | s390/net: Cleanup some code checker findings | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 10 May 2022 09:05:05 +0200 you wrote: > 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. > > [...] Here is the summary with links: - [net,1/3] s390/ctcm: fix variable dereferenced before check https://git.kernel.org/netdev/net/c/2c50c6867c85 - [net,2/3] s390/ctcm: fix potential memory leak https://git.kernel.org/netdev/net/c/0c0b20587b9f - [net,3/3] s390/lcs: fix variable dereferenced before check https://git.kernel.org/netdev/net/c/671bb35c8e74 You are awesome, thank you!