linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-25 16:43:54 to 2018-11-05 01:48:48 UTC [more...]

[PATCH v3 00/16] Remove nested TPM operations
 2018-11-05  1:45 UTC  (16+ messages)
` [PATCH v3 01/16] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH v3 02/16] tpm: fix invalid return value in pubek_show()
` [PATCH v3 03/16] tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
` [PATCH v3 04/16] tpm: call tpm2_flush_space() on error in tpm_try_transmit()
` [PATCH v3 05/16] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v3 06/16] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH v3 07/16] tpm: access command header through struct in tpm_try_transmit()
` [PATCH v3 08/16] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH v3 09/16] tpm: encapsulate tpm_dev_transmit()
` [PATCH v3 10/16] tpm: move TPM space code out of tpm_transmit()
` [PATCH v3 12/16] tpm: use tpm_try_get_ops() in tpm-sysfs.c
` [PATCH v3 13/16] tpm: remove TPM_TRANSMIT_UNLOCKED flag
` [PATCH v3 14/16] tpm: introduce tpm_chip_start() and tpm_chip_stop()
` [PATCH v3 15/16] tpm: take TPM chip power gating out of tpm_transmit()
` [PATCH v3 16/16] tpm: remove @flags from tpm_transmit()

[PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow
 2018-11-04 16:25 UTC  (11+ messages)
` [PATCH 1/8] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH 2/8] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH 3/8] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH 4/8] tpm: access command header through struct in tpm_try_transmit()
` [PATCH 5/8] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH 6/8] tpm: encapsulate tpm_dev_transmit()
` [PATCH 7/8] tpm: move TPM space code out of tpm_transmit()
` [PATCH 8/8] tpm: remove @space from tpm_transmit()

general protection fault in keyctl_pkey_params_get
 2018-11-03 17:30 UTC  (2+ messages)
` [PATCH] KEYS: fix parsing invalid pkey info string

[PATCH 0/6] Detach TPM space code from tpm_transmit() flow
 2018-11-03 11:11 UTC  (8+ messages)
` [PATCH 1/6] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH 2/6] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH 3/6] tpm: access command header through struct in tpm_try_transmit()
` [PATCH 4/6] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH 5/6] tpm: encapsulate tpm_dev_transmit()
` [PATCH 6/6] tpm: move TPM space code out of tpm_transmit()

kernel BUG at security/keys/keyring.c:LINE!
 2018-11-03  1:58 UTC  (4+ messages)
` [PATCH] KEYS: always initialize keyring_index_key::desc_len
` [PATCH v2] "

[PATCH] tpm: move tpm_validate_commmand() to tpm2-space.c
 2018-11-03  1:21 UTC 

[PATCH] tpm: access command header through struct in tpm_try_transmit()
 2018-11-03  0:34 UTC 

[RFC v1 PATCH 00/17] prmem: protected memory
 2018-11-02 21:11 UTC  (105+ messages)
` [PATCH 02/17] prmem: write rare for static allocation
` [PATCH 03/17] prmem: vmalloc support for dynamic allocation
` [PATCH 05/17] prmem: shorthands for write rare on common types
` [PATCH 06/17] prmem: test cases for memory protection
` [PATCH 08/17] prmem: struct page: track vmap_area
` [PATCH 09/17] prmem: hardened usercopy
` [PATCH 10/17] prmem: documentation
` [PATCH 12/17] prmem: linked list: set alignment
` [PATCH 13/17] prmem: linked list: disable layout randomization
` [PATCH 14/17] prmem: llist, hlist, both plain and rcu
` [PATCH 16/17] prmem: pratomic-long

[PATCH security-next v5 00/30] LSM: Explict ordering
 2018-11-02 20:49 UTC  (4+ messages)
` [PATCH security-next v5 12/30] LSM: Provide separate ordered initialization

[PATCH] LSM: add SafeSetID module that gates setid calls
 2018-11-02 19:28 UTC  (24+ messages)

[GIT PULL] apparmor updates for v4.20
 2018-11-02 18:28 UTC  (2+ messages)

[GIT PULL] security: keys updates for v4.20
 2018-11-02 18:15 UTC  (3+ messages)

[PATCH] apparmor: fix boolreturn.cocci warnings
 2018-11-02  6:47 UTC 

[PATCH] tomoyo: fix small typo
 2018-11-01 22:04 UTC  (2+ messages)

[PATCH v3 0/5] tpm: retrieve digest size of unknown algorithms from TPM
 2018-11-01 16:52 UTC  (15+ messages)
` [PATCH v3 1/5] tpm: change the end marker of the active_banks array to zero
` [PATCH v3 2/5] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v3 3/5] tpm: modify tpm_pcr_read() definition to pass a TPM hash algorithm
` [PATCH v3 4/5] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v3 5/5] tpm: ensure that output of PCR read contains the correct digest size

[PATCH] apparmor: clean an indentation issue, remove extraneous space
 2018-10-31  9:13 UTC  (2+ messages)

[Patch v4 13/18] security: Update security level of a process when modifying its dumpability
 2018-10-30 21:53 UTC  (3+ messages)

[PATCH v3] tpm: fix kdoc for tpm2_flush_context_cmd()
 2018-10-30 11:23 UTC  (4+ messages)
` [PATCH] tpm: tpm_ibmvtpm: fix kdoc warnings

[PATCH v2] tpm: add support for partial reads
 2018-10-29 19:52 UTC 

[PATCH] KEYS: trusted: fix -Wvarags warning
 2018-10-29 17:54 UTC  (4+ messages)
` [PATCH v2] "

KASAN: use-after-free Read in task_is_descendant
 2018-10-29 15:05 UTC  (18+ messages)
                ` yama: unsafe usage of ptrace_relation->tracer

[PATCH] tpm: clean up tpm_try_transmit() error handling flow
 2018-10-29 13:50 UTC 

[PATCH v2] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
 2018-10-26 13:34 UTC 

[PATCH v2] tpm: fix kdoc for tpm2_flush_context_cmd()
 2018-10-26 13:25 UTC  (2+ messages)

[GIT PULL] security: LoadPin changes for v4.20
 2018-10-25 20:32 UTC  (2+ messages)

[GIT PULL] security: Smack updates for v4.20
 2018-10-25 20:30 UTC  (2+ messages)

[GIT PULL] security: TPM updates for v4.20
 2018-10-25 20:26 UTC  (2+ messages)

[GIT PULL] security: integrity subsystem updates for 4.20
 2018-10-25 20:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).