Re: [PATCH] net: drop_monitor: Use kstrdup

From: David Miller
Date: Thu Jan 30 2020 - 04:03:55 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Tue, 28 Jan 2020 11:02:50 -0800

> Convert the equivalent but rather odd uses of kmemdup with
> __GFP_ZERO to the more common kstrdup and avoid unnecessary
> zeroing of copied over memory.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Applied.