[GIT] Sparc

From: David Miller
Date: Wed Dec 19 2012 - 19:15:17 EST



Please pull to get these sparc AES/DES/CAMELLIA crypto bug fixes
as well as an addition of a pte_accessible() define for sparc64
and a hugetlb fix from Dave Kleikamp.

Thanks.

The following changes since commit 31564cbd77baa88405862d4aa0d00893ab1d8cb7:

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2012-12-18 12:46:37 -0800)

are available in the git repository at:


git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc master

for you to fetch changes up to 62ba63dc892cf836ecb9ce4fdb7644d45c95070b:

sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code. (2012-12-19 15:44:31 -0800)

----------------------------------------------------------------
Dave Kleikamp (1):
sparc: huge_ptep_set_* functions need to call set_huge_pte_at()

David S. Miller (7):
sparc64: Define pte_accessible()
sparc64: Fix unrolled AES 256-bit key loops.
sparc64: Fix AES ctr mode block size.
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.
sparc64: Fix ECB looping constructs in AES code.
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.
sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.

arch/sparc/crypto/aes_asm.S | 20 ++++++++++++++------
arch/sparc/crypto/aes_glue.c | 31 ++++++++++++++++++++++++++++---
arch/sparc/crypto/camellia_glue.c | 3 +++
arch/sparc/crypto/des_asm.S | 1 +
arch/sparc/crypto/des_glue.c | 6 ++++++
arch/sparc/include/asm/hugetlb.h | 10 ++++++++--
arch/sparc/include/asm/pgtable_64.h | 8 +++++++-
7 files changed, 67 insertions(+), 12 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/