Kernel keyring development
 help / color / mirror / Atom feed
 messages from 2019-05-29 15:53:21 to 2019-06-11 06:28:15 UTC [more...]

[RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3]
 2019-06-11  6:28 UTC  (42+ messages)
` [PATCH 01/10] security: Override creds in __fput() with last fputter's creds "
` [PATCH 02/10] General notification queue with user mmap()'able ring buffer "
` [PATCH 03/10] keys: Add a notification facility "
` [PATCH 04/10] vfs: Add a mount-notification "
` [PATCH 05/10] vfs: Add superblock notifications "
` [PATCH 06/10] fsinfo: Export superblock notification counter "
` [PATCH 07/10] Add a general, global device notification watch list "
` [PATCH 08/10] block: Add block layer notifications "
` [PATCH 09/10] usb: Add USB subsystem "
` [PATCH 10/10] Add sample notification program "

[PATCH v11 00/13] Appended signatures support for IMA appraisal
 2019-06-11  6:28 UTC  (12+ messages)
` [PATCH v11 01/13] MODSIGN: Export module signature definitions
` [PATCH v11 02/13] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v11 03/13] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v11 04/13] integrity: Introduce struct evm_xattr
` [PATCH v11 05/13] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v11 06/13] ima: Use designated initializers for struct ima_event_data
` [PATCH v11 07/13] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v11 08/13] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v11 09/13] ima: Implement support for module-style appended signatures
` [PATCH v11 10/13] ima: Collect modsig
` [PATCH v11 11/13] ima: Define ima-modsig template

[RFC][PATCH 00/13] Mount, FS, Block and Keyrings notifications [ver #4]
 2019-06-11  0:13 UTC  (30+ messages)
` [PATCH 01/13] security: Override creds in __fput() with last fputter's creds "
` [PATCH 02/13] uapi: General notification ring definitions "
` [PATCH 03/13] security: Add hooks to rule on setting a watch "
` [PATCH 04/13] security: Add a hook for the point of notification insertion "
` [PATCH 05/13] General notification queue with user mmap()'able ring buffer "
` [PATCH 06/13] keys: Add a notification facility "
` [PATCH 07/13] vfs: Add a mount-notification "
` [PATCH 08/13] vfs: Add superblock notifications "
` [PATCH 09/13] fsinfo: Export superblock notification counter "
` [PATCH 10/13] Add a general, global device notification watch list "
` [PATCH 11/13] block: Add block layer notifications "
` [PATCH 12/13] usb: Add USB subsystem "
` [PATCH 13/13] Add sample notification program "

[RFC PATCH 4/5] crypto: Adds user space interface for ALG_SET_KEY_TYPE
 2019-06-10  6:35 UTC  (3+ messages)

[PATCH v3 11/20] docs: security: trusted-encrypted.rst: fix code-block tag
 2019-06-07 18:54 UTC  (2+ messages)
` [PATCH v3 12/20] docs: security: core.rst: Fix several warnings

[PATCH] Make keyutils reproducible
 2019-06-07 10:01 UTC 

[PATCH] security/keys/request_key.c - fix kerneldoc
 2019-06-07  2:52 UTC 

[PATCH v3] scripts: use pkg-config to locate libcrypto
 2019-06-06  8:55 UTC 

[PATCH] scripts: use pkg-config to locate libcrypto
 2019-06-06  8:45 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v2 RESEND] "

[RFC][PATCH 0/8] Mount, FS, Block and Keyrings notifications [ver #2]
 2019-06-05 21:06 UTC  (32+ messages)
` [PATCH 1/8] security: Override creds in __fput() with last fputter's creds "
` [PATCH 2/8] General notification queue with user mmap()'able ring buffer "
` [PATCH 3/8] keys: Add a notification facility "
` [PATCH 4/8] vfs: Add a mount-notification "
` [PATCH 5/8] vfs: Add superblock notifications "
` [PATCH 6/8] fsinfo: Export superblock notification counter "
` [PATCH 7/8] block: Add block layer notifications "
` [PATCH 8/8] Add sample notification program "
        ` Rational model for UID based controls

keyctl_capabilities and buflen
 2019-06-05 13:02 UTC 

[PATCH v2 14/22] docs: security: trusted-encrypted.rst: fix code-block tag
 2019-06-05 10:19 UTC  (4+ messages)
` [PATCH v2 15/22] docs: security: core.rst: Fix several warnings

[PATCH 3/7] vfs: Add a mount-notification facility
 2019-06-04 12:33 UTC  (41+ messages)
` [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications
  ` [PATCH 1/7] General notification queue with user mmap()'able ring buffer

[PATCH 00/22] Some documentation fixes
 2019-06-03 20:29 UTC  (5+ messages)
` [PATCH 18/22] docs: security: trusted-encrypted.rst: fix code-block tag
` [PATCH 19/22] docs: security: core.rst: Fix several warnings

[PATCH 00/10] keys: Miscellany [ver #2]
 2019-05-30 22:03 UTC  (14+ messages)
` [PATCH 01/10] keys: sparse: Fix key_fs[ug]id_changed() "
` [PATCH 02/10] keys: sparse: Fix incorrect RCU accesses "
` [PATCH 03/10] keys: sparse: Fix kdoc mismatches "
` [PATCH 04/10] keys: Change keyring_serialise_link_sem to a mutex "
` [PATCH 05/10] keys: Break bits out of key_unlink() "
` [PATCH 06/10] keys: Hoist locking out of __key_link_begin() "
` [PATCH 07/10] keys: Add a keyctl to move a key between keyrings "
` [PATCH 08/10] keys: Grant Link permission to possessers of request_key auth keys "
` [PATCH 09/10] KEYS: reuse keyring_index_key::desc_len in lookup_user_key() "
` [PATCH 10/10] keys: Add capability-checking keyctl function "

[PATCH 0/7] keys: Miscellany
 2019-05-30 13:31 UTC  (6+ messages)
` [PATCH 6/7] keys: Add a keyctl to move a key between keyrings

[PATCH] crypto: af_alg - implement keyring support
 2019-05-30 13:22 UTC  (5+ messages)

[GIT PULL] keys: Miscellany
 2019-05-30  6:53 UTC  (3+ messages)

[PATCH RESEND] KEYS: remove CONFIG_KEYS_COMPAT
 2019-05-29 21:49 UTC  (3+ messages)

[PATCH RESEND] KEYS: reuse keyring_index_key::desc_len in lookup_user_key()
 2019-05-29 21:48 UTC  (2+ messages)

[PATCH RESEND] KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
 2019-05-29 21:48 UTC  (2+ messages)

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-05-29 18:20 UTC  (9+ messages)
` [PATCH, RFC 43/62] syscall/x86: Wire up a system call for MKTME encryption keys
` [PATCH, RFC 57/62] x86/mktme: Overview of Multi-Key Total Memory Encryption


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox