Re: [PATCH] net: drop_monitor: Use kstrdup
From: David Miller <davem@davemloft.net>
Date: 2020-01-30 09:03:54
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2020-01-30 09:03:54
Also in:
lkml
From: Joe Perches <joe@perches.com> 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@perches.com>
Applied.