From: Chuck Ebbert Subject: [patch 0/3] crypto: padlock-aes: enable on VIA Nano Date: Tue, 9 Jun 2009 10:35:33 -0400 Message-ID: <20090609103533.0c334594@dhcp-100-2-144.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Herbert Xu , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Sebastian Andrzej Siewior To: Harald Welte Return-path: Received: from mx2.redhat.com ([66.187.237.31]:41181 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751467AbZFIOga (ORCPT ); Tue, 9 Jun 2009 10:36:30 -0400 Sender: linux-crypto-owner@vger.kernel.org List-ID: The VIA Nano has a bug that makes the padlock unit fetch extra data during encryption operations. Add workarounds for that, and enable the driver on x86_64. 1/3 Fix ECB encryption mode 2/3 Fix CBC mode, clean up code 3/3 Enable building for 64-bit kernels