mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] Partial (de)compression Crypto API
Date: Wed, 18 Feb 2009 16:53:17 +0100	[thread overview]
Message-ID: <1234972402-24298-1-git-send-email-Geert.Uytterhoeven@sonycom.com> (raw)


The following patch series adds support for partial (de)compression to the
CRYPTO API, and modifies SquashFS 4 to use this:

  [1] crypto: compress - Add pcomp interface
  [2] crypto: testmgr - Add support for the pcomp interface
  [3] crypto: new zlib crypto module, using pcomp
  [4] crypto: testmgr - add zlib test
  [5] squashfs: Make SquashFS 4 use the new pcomp crypto interface

The patches are based on:
  linux-2.6.git + cryptodev-2.6.git + commit 3f683d61 ("crypto: api - Fix
  crypto_alloc_tfm/create_create_tfm return convention")

Changes since last version (2009-02-13):
  - Convert crypto_pcomp to a new-style crypto module, using crypto_alloc_tfm()
    instead of crypto_alloc_base()
  - Pass crypto_pcomp pointers instead of crypto_tfm pointers where appropriate
  - Use crypto_destroy_tfm() instead of crypto_free_tfm(), to take into account
    the offset info the slab object
  - Remove redundant check for CRYPTO_ALG_TYPE_PCOMPRESS in
    crypto_pcomp_init_tfm()
  - Use separate setup functions for compression and decompression
  - Sanitize naming to crypto_{,de}compress_{setup,init,update,final}()
  - Remove backwards-compatibility layer (export pcomp through comp), as
    requested by Herbert Xu
  - Create a new "zlib" pcomp module instead of modifying the existing
    "deflate" comp module 
  - Readd accidentally removed ".cra_module = THIS_MODULE", which allowed the
    zlib module to be rmmoded while it was in use
  - Fix the pcomp/testmgr dependency

With kind regards,

Geert Uytterhoeven
Software Architect

Sony Techsoft Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010

             reply	other threads:[~2009-02-18 15:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-18 15:53 Geert Uytterhoeven [this message]
2009-02-18 15:53 ` [PATCH 1/5] crypto: compress - Add pcomp interface Geert Uytterhoeven
2009-02-18 15:53   ` [PATCH 2/5] crypto: testmgr - Add support for the " Geert Uytterhoeven
2009-02-18 15:53     ` [PATCH 3/5] crypto: new zlib crypto module, using pcomp Geert Uytterhoeven
2009-02-18 15:53       ` [PATCH 4/5] crypto: testmgr - add zlib test Geert Uytterhoeven
2009-02-18 15:53         ` [PATCH 5/5] squashfs: Make SquashFS 4 use the new pcomp crypto interface Geert Uytterhoeven
2009-02-19  0:24           ` Jared Hulbert
2009-02-19 13:42             ` Geert Uytterhoeven
2009-04-03  6:00               ` Jared Hulbert
2009-02-19  4:14   ` [PATCH 1/5] crypto: compress - Add pcomp interface Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1234972402-24298-1-git-send-email-Geert.Uytterhoeven@sonycom.com \
    --to=geert.uytterhoeven@sonycom.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®