Whamcloud - gitweb
LU-9859 libcfs: move crypto wrappers to lnet 87/55187/5
authorJames Simmons <jsimmons@infradead.org>
Fri, 24 May 2024 00:07:21 +0000 (20:07 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 5 Jun 2024 04:52:12 +0000 (04:52 +0000)
commita4d358a94496ffb4cd628f3dc10efa712c416f64
treee593d7dd98426cc8f68ae4f96a6da4dfcffb1d14
parentbd9839f7dbdf59751e7cdc234602eb338c518104
LU-9859 libcfs: move crypto wrappers to lnet

The crypto wrappers in libcfs is one of the last item that is not
debugging related in the module. We can move it to LNet which
moves us closer to libcfs being just a debugging module.

Test-Parameters: trivial
Change-Id: Idbc058fe2cafc04e4300a576e3368c0961ce98a4
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55187
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
21 files changed:
libcfs/include/libcfs/Makefile.am
libcfs/libcfs/Makefile.in
libcfs/libcfs/autoMakefile.am
libcfs/libcfs/module.c
lnet/include/lnet/Makefile.am
lnet/include/lnet/lnet_crypto.h [new file with mode: 0644]
lnet/include/uapi/linux/lnet/Makefile.am
lnet/include/uapi/linux/lnet/lnet-crypto.h [moved from libcfs/include/libcfs/libcfs_crypto.h with 70% similarity]
lnet/lnet/Makefile.in
lnet/lnet/adler.c [moved from libcfs/libcfs/linux-crypto-adler.c with 97% similarity]
lnet/lnet/adler.h [moved from libcfs/libcfs/linux-crypto.h with 86% similarity]
lnet/lnet/autoMakefile.am
lnet/lnet/lnet-crypto.c [moved from libcfs/libcfs/linux-crypto.c with 99% similarity]
lnet/lnet/module.c
lustre/include/obd_cksum.h
lustre/llite/crypto.c
lustre/llite/dir.c
lustre/obdclass/obd_sysfs.c
lustre/ptlrpc/gss/gss_internal.h
lustre/ptlrpc/sec.c
lustre/utils/gss/sk_utils.h