Re: [PATCH] pktgen: fix error message with wrong function name
From: Leesoo Ahn Date: Tue, 1 Sep 2020 22:04:47 +0900 > Error on calling kthread_create_on_node prints wrong function name, > kernel_thread. > > Signed-off-by: Leesoo Ahn Applied with Fixes: tag added.
Re: [PATCH] pktgen: fix error message with wrong function name
On Tue, Sep 01, 2020 at 10:04:47PM +0900, Leesoo Ahn wrote: > Error on calling kthread_create_on_node prints wrong function name, > kernel_thread. > > Signed-off-by: Leesoo Ahn You might need to add the following tag: Fixes: 94dcf29a11b3 ("kthread: use kthread_create_on_node()") Acked-by: Gust