From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751736Ab2CIGSe (ORCPT ); Fri, 9 Mar 2012 01:18:34 -0500 Received: from a.mx.secunet.com ([195.81.216.161]:56864 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298Ab2CIGSc (ORCPT ); Fri, 9 Mar 2012 01:18:32 -0500 Date: Fri, 9 Mar 2012 07:18:28 +0100 From: Steffen Klassert To: Herbert Xu Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] padata fixes Message-ID: <20120309061828.GI15404@secunet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 09 Mar 2012 06:18:28.0148 (UTC) FILETIME=[712EE740:01CCFDBC] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset fixes two races that I found when I tested padata in combination with pcrypt ablkcipher algorithms (still unpublished) and dm-crypt. The mainline codebase seems not to trigger them, however we need to fix these races before I can push the pcrypt ablkcipher extensions. The patchset is based on the crypto-2.6 tree and is also available via git: The following changes since commit f8f54e190ddb4ed697036b60f5e2ae6dd45b801c: Phil Sutter (1): crypto: mv_cesa - fix final callback not ignoring input data are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/klassert/linux-stk padata-fixes Steffen Klassert (2): padata: Fix race in the serialization path padata: Fix race on sequence number wrap include/linux/padata.h | 6 ++---- kernel/padata.c | 44 ++++++++++++++------------------------------ 2 files changed, 16 insertions(+), 34 deletions(-)