In the Linux kernel, the following vulnerability has been resolved:
integrity: Fix memory leakage in keyring allocation error path
Key restriction is allocated in integrityinitkeyring(). However, if keyring allocation failed, it is not freed, causing memory leaks.