]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pktgen-races'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Jul 2015 22:05:33 +0000 (15:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jul 2015 22:05:33 +0000 (15:05 -0700)
commit8aa3e375fc823ac42bd02e322dad017e34b7d840
tree8311322efb11300bcbbeefee9d3a711508b6c56c
parentfac67fb48c0c2a5d1b0f3ad8a9ae814f2f6e3177
parent967c481ef8a7adfb775f4087229f1996d88ba772
Merge branch 'pktgen-races'

Oleg Nesterov says:

====================
net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>