From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: [PATCH 0/2] net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() Date: Wed, 8 Jul 2015 21:41:54 +0200 Message-ID: <20150708194154.GA26534@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Stancek , Marcelo Leitner , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Alexei Starovoitov , "David S. Miller" , Eric Dumazet Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37656 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758659AbbGHTn2 (ORCPT ); Wed, 8 Jul 2015 15:43:28 -0400 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Hello, I am not familiar with this code and I have no idea how to test these changes, so 2/2 comes as a separate change. 1/2 looks like the obvious bugfix, and probably candidate for -stable. Oleg. net/core/pktgen.c | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-)