Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758815AbbGHTns (ORCPT ); Wed, 8 Jul 2015 15:43:48 -0400 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 Date: Wed, 8 Jul 2015 21:41:54 +0200 From: Oleg Nesterov To: Alexei Starovoitov , "David S. Miller" , Eric Dumazet Cc: Jan Stancek , Marcelo Leitner , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() Message-ID: <20150708194154.GA26534@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 533 Lines: 16 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/