-
- Downloads
Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull keyring updates from David Howells: "Here's a set of minor keyrings fixes/cleanups that I've collected from various people for the upcoming merge window. A couple of them might, in theory, be visible to userspace: - Make blacklist_vet_description() reject uppercase letters as they don't match the all-lowercase hex string generated for a blacklist search. This may want reconsideration in the future, but, currently, you can't add to the blacklist keyring from userspace and the only source of blacklist keys generates lowercase descriptions. - Fix blacklist_init() to use a new KEY_ALLOC_* flag to indicate that it wants KEY_FLAG_KEEP to be set rather than passing KEY_FLAG_KEEP into keyring_alloc() as KEY_FLAG_KEEP isn't a valid alloc flag. This isn't currently a problem as the blacklist keyring isn't currently writable by userspace. The rest of the patches are cleanups and I don't think they should have any visible effect" * tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: watch_queue: rectify kernel-doc for init_watch() certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID certs: Fix blacklist flag type confusion PKCS#7: Fix missing include certs: Fix blacklisted hexadecimal hash string check certs/blacklist: fix kernel doc interface issue crypto: public_key: Remove redundant header file from public_key.h keys: remove trailing semicolon in macro definition crypto: pkcs7: Use match_string() helper to simplify the code PKCS#7: drop function from kernel-doc pkcs7_validate_trust_one encrypted-keys: Replace HTTP links with HTTPS ones crypto: asymmetric_keys: fix some comments in pkcs7_parser.h KEYS: remove redundant memset security: keys: delete repeated words in comments KEYS: asymmetric: Fix kerneldoc security/keys: use kvfree_sensitive() watch_queue: Drop references to /dev/watch_queue keys: Remove outdated __user annotations security: keys: Fix fall-through warnings for Clang
Showing
- Documentation/security/keys/core.rst 2 additions, 2 deletionsDocumentation/security/keys/core.rst
- certs/blacklist.c 5 additions, 5 deletionscerts/blacklist.c
- certs/system_keyring.c 3 additions, 2 deletionscerts/system_keyring.c
- crypto/asymmetric_keys/asymmetric_type.c 4 additions, 2 deletionscrypto/asymmetric_keys/asymmetric_type.c
- crypto/asymmetric_keys/pkcs7_parser.h 2 additions, 3 deletionscrypto/asymmetric_keys/pkcs7_parser.h
- crypto/asymmetric_keys/pkcs7_trust.c 1 addition, 1 deletioncrypto/asymmetric_keys/pkcs7_trust.c
- crypto/asymmetric_keys/pkcs7_verify.c 4 additions, 5 deletionscrypto/asymmetric_keys/pkcs7_verify.c
- include/crypto/public_key.h 0 additions, 1 deletioninclude/crypto/public_key.h
- include/keys/encrypted-type.h 1 addition, 1 deletioninclude/keys/encrypted-type.h
- include/linux/key.h 3 additions, 2 deletionsinclude/linux/key.h
- include/linux/verification.h 2 additions, 0 deletionsinclude/linux/verification.h
- kernel/watch_queue.c 1 addition, 1 deletionkernel/watch_queue.c
- samples/Kconfig 1 addition, 1 deletionsamples/Kconfig
- samples/watch_queue/watch_test.c 1 addition, 1 deletionsamples/watch_queue/watch_test.c
- security/integrity/ima/ima_mok.c 2 additions, 3 deletionssecurity/integrity/ima/ima_mok.c
- security/keys/Kconfig 4 additions, 4 deletionssecurity/keys/Kconfig
- security/keys/big_key.c 3 additions, 6 deletionssecurity/keys/big_key.c
- security/keys/key.c 2 additions, 0 deletionssecurity/keys/key.c
- security/keys/keyctl.c 1 addition, 1 deletionsecurity/keys/keyctl.c
- security/keys/keyctl_pkey.c 0 additions, 2 deletionssecurity/keys/keyctl_pkey.c
Loading
Please register or sign in to comment