messages from 2023-10-24 03:54:25 to 2024-01-30 22:37:29 UTC [more...]
[RFC PATCH v12 00/20] Integrity Policy Enforcement LSM (IPE)
2024-01-30 22:37 UTC (21+ messages)
` [RFC PATCH v12 01/20] security: add ipe lsm
` [RFC PATCH v12 02/20] ipe: add policy parser
` [RFC PATCH v12 03/20] ipe: add evaluation loop
` [RFC PATCH v12 04/20] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v12 05/20] initramfs|security: Add security hook to initramfs unpack
` [RFC PATCH v12 06/20] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v12 07/20] security: add new securityfs delete function
` [RFC PATCH v12 08/20] ipe: add userspace interface
` [RFC PATCH v12 09/20] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v12 10/20] ipe: add permissive toggle
` [RFC PATCH v12 11/20] block|security: add LSM blob to block_device
` [RFC PATCH v12 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v12 13/20] dm: add finalize hook to target_type
` [RFC PATCH v12 14/20] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v12 15/20] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v12 16/20] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v12 17/20] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v12 18/20] scripts: add boot policy generation program
` [RFC PATCH v12 19/20] ipe: kunit test for parser
` [RFC PATCH v12 20/20] documentation: add ipe documentation
[PATCH] fscrypt: to make sure the inode->i_blkbits is correctly set
2024-01-27 6:37 UTC (2+ messages)
[PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
2024-01-18 18:58 UTC (2+ messages)
[syzbot] [f2fs?] KASAN: slab-use-after-free Read in kill_f2fs_super
2024-01-18 3:59 UTC (2+ messages)
[GIT PULL] fscrypt fix for 6.8-rc1
2024-01-17 20:03 UTC (2+ messages)
[PATCH v2 0/2] Move fscrypt keyring destruction to after ->put_super
2024-01-16 19:02 UTC (5+ messages)
` [PATCH v2 1/2] f2fs: move release of block devices to after kill_block_super()
` [f2fs-dev] "
` [PATCH v2 2/2] fs: move fscrypt keyring destruction to after ->put_super
` [f2fs-dev] [PATCH v2 0/2] Move "
[PATCH v6 RESEND 0/5] crypto: LEA block cipher implementation
2024-01-15 5:17 UTC (8+ messages)
` [PATCH v6 RESEND 1/5] "
` [PATCH v6 RESEND 2/5] crypto: add LEA testmgr tests
` [PATCH v6 RESEND 3/5] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v6 RESEND 4/5] fscrypt: Add LEA-256-XTS, LEA-256-CTS support
` [PATCH v6 RESEND 5/5] crypto: LEA block cipher x86_64 optimization
[PATCH v2 0/4] xfstests: test custom crypto data unit size
2024-01-14 12:57 UTC (8+ messages)
` [PATCH v2 1/4] fscrypt-crypt-util: rename block to data unit
` [PATCH v2 2/4] common/rc: fix _require_xfs_io_command with digits in argument
` [PATCH v2 3/4] common/encrypt: support custom data unit size
` [PATCH v2 4/4] generic: add test for custom crypto "
[PATCH] f2fs: fix double free of f2fs_sb_info
2024-01-13 1:46 UTC (6+ messages)
` [f2fs-dev] "
[GIT PULL] fscrypt updates for 6.8
2024-01-10 20:38 UTC (2+ messages)
[PATCH v3 0/2] ubifs: Fix two kmemleaks in error path
2024-01-08 2:41 UTC (3+ messages)
` [PATCH v3 1/2] ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
` [PATCH v3 2/2] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
[PATCH v2 0/2] ubifs: Fix two kmemleaks in error path
2024-01-06 22:34 UTC (5+ messages)
` [PATCH v2 1/2] ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
` [PATCH v2 2/2] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
2023-12-27 7:10 UTC (13+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
` [f2fs-dev] "
` [PATCH 2/3] f2fs: move release of block devices to after kill_block_super()
` [f2fs-dev] "
` [PATCH 3/3] fs: move fscrypt keyring destruction to after ->put_super
[PATCH] fscrypt: document that CephFS supports fscrypt now
2023-12-27 4:51 UTC
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-20 7:14 UTC (3+ messages)
Question about CNC
2023-12-18 8:56 UTC
[PATCH v6 0/5] crypto: LEA block cipher implementation
2023-12-18 7:33 UTC (7+ messages)
` [PATCH v6 1/5] "
` [PATCH v6 2/5] crypto: add LEA testmgr tests
` [PATCH v6 3/5] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v6 4/5] fscrypt: Add LEA-256-XTS, LEA-256-CTS support
` [PATCH v6 5/5] crypto: LEA block cipher x86_64 optimization
[PATCH v3 00/12] Hardware wrapped key support for qcom ice and ufs
2023-12-13 8:11 UTC (39+ messages)
` [PATCH v3 01/12] ice, ufs, mmc: use blk_crypto_key for program_key
` [PATCH v3 02/12] qcom_scm: scm call for deriving a software secret
` [PATCH v3 03/12] soc: qcom: ice: add hwkm support in ice
` [PATCH v3 04/12] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v3 05/12] ufs: core: support wrapped keys in ufs core
` [PATCH v3 06/12] ufs: host: wrapped keys support in ufs qcom
` [PATCH v3 07/12] qcom_scm: scm call for create, prepare and import keys
` [PATCH v3 08/12] ufs: core: add support for generate, import and prepare keys
` [PATCH v3 09/12] soc: qcom: support for generate, import and prepare key
` [PATCH v3 10/12] ufs: host: "
` [PATCH v3 11/12] arm64: dts: qcom: sm8650: add hwkm support to ufs ice
` [PATCH v3 12/12] dt-bindings: crypto: ice: document the hwkm property
[PATCH] fscrypt: move the call to fscrypt_destroy_keyring() into ->put_super()
2023-12-11 16:42 UTC (7+ messages)
[PATCH] fscrypt: update comment for do_remove_key()
2023-12-06 0:21 UTC
[PATCH] fscrypt.rst: update definition of struct fscrypt_context_v2
2023-12-06 0:19 UTC
[PATCH v4 00/46] btrfs: add fscrypt support
2023-12-01 22:15 UTC
[xfsprogs PATCH] xfs_io/encrypt: support specifying crypto data unit size
2023-11-29 14:21 UTC (5+ messages)
[syzbot] [fscrypt?] possible deadlock in find_and_lock_process_key
2023-11-27 22:16 UTC (2+ messages)
[syzbot] [fscrypt?] possible deadlock in fscrypt_initialize (2)
2023-11-27 21:45 UTC (2+ messages)
[PATCH 00/12] fstests: fscrypt test updates
2023-11-27 15:03 UTC (26+ messages)
` [PATCH 01/12] common/encrypt: separate data and inode nonces
` [PATCH 02/12] common/encrypt: add btrfs to get_encryption_*nonce
` [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename
` [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem
` [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption
` [PATCH 06/12] btrfs: add simple test of reflink of encrypted data
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 09/12] fstests: split generic/580 into two tests
` [PATCH 12/12] fstest: add a fsstress+fscrypt test
[PATCH] ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
2023-11-23 20:46 UTC (3+ messages)
[PATCH v2 00/36] btrfs: add fscrypt support
2023-11-22 13:58 UTC (3+ messages)
[PATCH 02/14] tools headers UAPI: Update tools's copy of fscrypt.h header
2023-11-21 22:56 UTC
PSA: This list is being migrated (no action required)
2023-11-10 19:35 UTC (2+ messages)
PSA: migrating linux-fscrypt to new vger infrastructure
2023-11-06 13:13 UTC
[RFC PATCH v8 0/4] Support for hardware-wrapped inline encryption keys
2023-11-04 21:12 UTC (5+ messages)
` [RFC PATCH v8 1/4] blk-crypto: add basic hardware-wrapped key support
` [RFC PATCH v8 2/4] blk-crypto: show supported key types in sysfs
` [RFC PATCH v8 3/4] blk-crypto: add ioctls to create and prepare hardware-wrapped keys
` [RFC PATCH v8 4/4] fscrypt: add support for "
[RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
2023-11-03 22:30 UTC (7+ messages)
` [PATCH RFC v11 5/19] "
[RFC PATCH v11 18/19] ipe: kunit test for parser
2023-11-02 23:11 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 17/19] scripts: add boot policy generation program
2023-11-02 23:09 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 09/19] ipe: add permissive toggle
2023-11-02 22:56 UTC (3+ messages)
` [PATCH RFC v11 9/19] "
[RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
2023-11-02 22:55 UTC (3+ messages)
` [PATCH RFC v11 8/19] "
[RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
2023-11-02 22:40 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
2023-11-02 19:33 UTC (6+ messages)
` [PATCH RFC "
[RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
2023-11-02 0:41 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 12/19] dm: add finalize hook to target_type
2023-11-02 0:41 UTC (3+ messages)
` [PATCH RFC "
[RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
2023-11-02 0:40 UTC (3+ messages)
` [PATCH RFC "
[GIT PULL] fscrypt updates for 6.7
2023-10-30 23:50 UTC (2+ messages)
[RFC PATCH v11 02/19] ipe: add policy parser
2023-10-26 21:36 UTC (4+ messages)
` [PATCH RFC v11 2/19] "
[RFC PATCH v11 03/19] ipe: add evaluation loop
2023-10-26 0:15 UTC (3+ messages)
` [PATCH RFC v11 3/19] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox