kernel-fxtec-pro1x/fs/verity
Eric Biggers 768209cdb6 fs-verity: use u64_to_user_ptr()
<linux/kernel.h> already provides a macro u64_to_user_ptr().
Use it instead of open-coding the two casts.

No change in behavior.

Link: https://lore.kernel.org/r/20191231175408.20524-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
2020-02-13 15:14:20 -08:00
..
enable.c fs-verity: use u64_to_user_ptr() 2020-02-13 15:14:20 -08:00
fsverity_private.h fs-verity: use mempool for hash requests 2020-02-13 15:14:20 -08:00
hash_algs.c fs-verity: use mempool for hash requests 2020-02-13 15:14:20 -08:00
init.c fs-verity: support builtin file signatures 2019-09-23 14:11:56 -07:00
Kconfig fs-verity: support builtin file signatures 2019-09-23 14:11:56 -07:00
Makefile fs-verity: support builtin file signatures 2019-09-23 14:11:56 -07:00
measure.c fs-verity: implement FS_IOC_MEASURE_VERITY ioctl 2019-09-23 14:11:56 -07:00
open.c fs-verity: use mempool for hash requests 2020-02-13 15:14:20 -08:00
signature.c fs-verity: support builtin file signatures 2019-09-23 14:11:56 -07:00
verify.c fs-verity: use mempool for hash requests 2020-02-13 15:14:20 -08:00