Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364993
| From | James Simmons <jsimmons@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/12] Bring the libcfs crypto code up to date |
| Date | 2016-03-26 20:50 +0100 |
| Message-ID | <rh2nD-5qG-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Several important fixes for the crypto handling are missing for the upstream client. This work integates those missing fixes. Andreas Dilger (12): staging: lustre: libcfs: limit scope of libcfs_crypto.h staging: lustre: libcfs: add documentation for cfs_crypto_hash_*() staging: lustre: libcfs: rename some variables for crypto handling staging: lustre: libcfs: add new definitions for cfs_crypto api staging: lustre: libcfs: small alignment change for cfs_crypto_hash_*() staging: lustre: libcfs: start using enum cfs_crypto_hash_alg staging: lustre: libcfs: bug fixes for cfs_crypto_hash_final() staging: lustre: libcfs: return proper error code for cfs_crypto_hash_speed() staging: lustre: libcfs: allocate memory in cfs_crypto_performance_test() staging: lustre: libcfs: print crypto performance result only on success staging: lustre: libcfs: improve reporting error for crypto performance staging: lustre: libcfs: calculate crypto performance using pages .../staging/lustre/include/linux/libcfs/libcfs.h | 1 - .../lustre/include/linux/libcfs/libcfs_crypto.h | 136 ++++------ .../lustre/lnet/libcfs/linux/linux-crypto.c | 274 +++++++++++++++----- drivers/staging/lustre/lustre/include/obd_cksum.h | 1 + drivers/staging/lustre/lustre/osc/osc_request.c | 5 +- drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c | 12 +- 6 files changed, 270 insertions(+), 159 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/12] Bring the libcfs crypto code up to date James Simmons <jsimmons@infradead.org> - 2016-03-26 20:50 +0100 [PATCH 01/12] staging: lustre: libcfs: limit scope of libcfs_crypto.h James Simmons <jsimmons@infradead.org> - 2016-03-26 20:50 +0100
csiph-web