Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751386AbdCZMdG (ORCPT ); Sun, 26 Mar 2017 08:33:06 -0400 Received: from frisell.zx2c4.com ([192.95.5.64]:56217 "EHLO frisell.zx2c4.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751299AbdCZMdE (ORCPT ); Sun, 26 Mar 2017 08:33:04 -0400 MIME-Version: 1.0 In-Reply-To: <20170326031145.GA19335@gondor.apana.org.au> References: <20170323112443.30843-1-Jason@zx2c4.com> <20170324094157.GE5279@secunet.com> <20170325.200151.245940842455044501.davem@davemloft.net> <20170326031145.GA19335@gondor.apana.org.au> From: "Jason A. Donenfeld" Date: Sun, 26 Mar 2017 14:32:41 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] padata: avoid race in reordering To: Herbert Xu Cc: David Miller , Steffen Klassert , Linux Crypto Mailing List , LKML , Netdev Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 344 Lines: 7 I've got a few other races in padata, I think, that I'm working on fixing. If these pan out, I'll submit them exclusively to -crypto instead of -netdev, to avoid this confusion next time. Of course, if I'm able to fix these, then I'll probably be bald from pulling my hair out during this insane debugging frenzy of the last few days... Jason