commit | 3370b5883f04ea955dcf4a466f2962ed804ebe5d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Apr 01 15:01:46 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 01 15:01:46 2019 -0700 |
tree | d2d5ac1089ee8ebe3d8a46eb1caafe6ce0aea23d | |
parent | a2c7023f7075ca9b80f944d3f20f60e6574538e2 [diff] | |
parent | db4863fdb897f6c55461a0446592c524dae6bfbe [diff] |
Merge branch 'cxgb3-undefined-behaviour-and-use-struct_size' Gustavo A. R. Silva says: ==================== cxgb3/l2t: Fix undefined behaviour and use struct_size() helper This patchset aims to fix an undefined behaviour when using a zero-sized array and, add the use of the struct_size() helper in kvzalloc(). You might consider the first patch in this series for stable. More details in the commit logs. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>