Re: [PATCH] net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES

From: David Miller
Date: Wed Apr 04 2018 - 11:46:31 EST


From: Tan Xiaojun <tanxiaojun@xxxxxxxxxx>
Date: Wed, 4 Apr 2018 17:40:48 +0800

> When enable the config item "CONFIG_ARM64_64K_PAGES", the size of PAGE_SIZE
> is 65536(64K). But the type of length is u16, it will overflow. So change it
> to u32.
>
> Signed-off-by: Tan Xiaojun <tanxiaojun@xxxxxxxxxx>

Applied, thanks.