[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1553872521.git.gustavo@embeddedor.com>
Date: Fri, 29 Mar 2019 10:26:16 -0500
From: "Gustavo A. R. Silva" <gustavo@...eddedor.com>
To: Vishal Kulkarni <vishal@...lsio.com>,
"David S. Miller" <davem@...emloft.net>,
Neil Horman <nhorman@...driver.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
"Gustavo A. R. Silva" <gustavo@...eddedor.com>
Subject: [PATCH 0/2 net-next] cxgb3/l2t: Fix undefined behaviour and use
struct_size() helper
Hi all,
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.
Thanks
Gustavo A. R. Silva (2):
cxgb3/l2t: Fix undefined behaviour
cxgb3/l2t: Use struct_size() in kvzalloc()
drivers/net/ethernet/chelsio/cxgb3/l2t.c | 4 ++--
drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
2.21.0
Powered by blists - more mailing lists