[PATCH] KEYS: Invert FINAL_PUT bit

David Howells dhowells at redhat.com
Sun May 4 07:44:13 UTC 2025


Herbert Xu <herbert at gondor.apana.org.au> wrote:

> +	key->flags |= KEY_FLAG_DONT_GC_YET;

You need __set_bit() or 1<<N.

Also, don't really like the name, but that's just bikeshedding.  I think I'd
lean more to your initial suggestion of KEY_FLAG_ALIVE.

David




More information about the Linux-security-module-archive mailing list