Skip to content

Commit 52e786a

Browse files
committedAug 27, 2020
Modify the dynamic linking cache init log
1 parent 82790ad commit 52e786a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎binfmt_elf_signature_verification.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ static inline int init_so_caches(struct ld_so_cache *so_cache)
183183
goto allow_write;
184184
}
185185

186-
printk("%d\n", retval);
186+
printk("Dynamic linking cache: %d bytes.\n", retval);
187187

188188
/* Cache header. */
189189
cursor = so_cache->l_buf;
@@ -934,5 +934,5 @@ MODULE_LICENSE("Dual MIT/GPL");
934934
MODULE_AUTHOR("mrdrivingduck <mrdrivingduck@gmail.com>");
935935
MODULE_AUTHOR("zonghuaxiansheng <zonghuaxiansheng@outlook.com>");
936936
MODULE_DESCRIPTION("Binary handler for verifying signature in ELF sections");
937-
MODULE_VERSION("1.15");
937+
MODULE_VERSION("1.20");
938938
MODULE_ALIAS("binfmt_elf_signature_verification");

0 commit comments

Comments
 (0)
Please sign in to comment.