Show patches with: Submitter = Eric Biggers       |    State = Action Required       |    Archived = No       |   65 patches
Patch Series S/W/F Date Submitter Delegate State
f2fs: don't use casefolded comparison for "." and ".." f2fs: don't use casefolded comparison for "." and ".." --- 2022-05-14 Eric Biggers New
[v3,1/5] ext4: fix memory leak in parse_apply_sb_mount_options() [v3,1/5] ext4: fix memory leak in parse_apply_sb_mount_options() --- 2022-05-13 Eric Biggers New
[v2,2/2] KEYS: asymmetric: properly validate hash_algo and encoding [v2,1/2] KEYS: asymmetric: enforce that sig algo matches key algo --- 2022-02-08 Eric Biggers New
[v2,1/2] KEYS: asymmetric: enforce that sig algo matches key algo [v2,1/2] KEYS: asymmetric: enforce that sig algo matches key algo --- 2022-02-08 Eric Biggers New
[v2,4/5] crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() [v2,1/5] crypto: rsa-pkcs1pad - only allow with rsa --- 2022-01-19 Eric Biggers New
[v2,3/5] crypto: rsa-pkcs1pad - restore signature length check [v2,1/5] crypto: rsa-pkcs1pad - only allow with rsa --- 2022-01-19 Eric Biggers New
[v2,2/5] crypto: rsa-pkcs1pad - correctly get hash from source scatterlist [v2,1/5] crypto: rsa-pkcs1pad - only allow with rsa --- 2022-01-19 Eric Biggers New
[v2,1/5] crypto: rsa-pkcs1pad - only allow with rsa [v2,1/5] crypto: rsa-pkcs1pad - only allow with rsa --- 2022-01-19 Eric Biggers New
[1/3] KEYS: asym_tpm: fix buffer overreads in extract_key_parameters() [1/3] KEYS: asym_tpm: fix buffer overreads in extract_key_parameters() --- 2022-01-13 Eric Biggers New
KEYS: fix length validation in keyctl_pkey_params_get_2() KEYS: fix length validation in keyctl_pkey_params_get_2() --- 2022-01-13 Eric Biggers New
ima: fix reference leak in asymmetric_verify() ima: fix reference leak in asymmetric_verify() --- 2022-01-13 Eric Biggers New
[v2,2/2] random: fix data race on crng init time [v2,1/2] random: fix data race on crng_node_pool --- 2021-12-20 Eric Biggers New
[v2,1/2] random: fix data race on crng_node_pool [v2,1/2] random: fix data race on crng_node_pool --- 2021-12-20 Eric Biggers New
[RESEND] random: use correct memory barriers for crng_node_pool [RESEND] random: use correct memory barriers for crng_node_pool --- 2021-12-19 Eric Biggers New
[4.4,4.9,1/3] wait: add wake_up_pollfree() POLLFREE fix for 4.4 and 4.9 --- 2021-12-11 Eric Biggers New
[4.14,v2,3/3] signalfd: use wake_up_pollfree() POLLFREE fix for 4.14 --- 2021-12-11 Eric Biggers New
[5.4,4/5] aio: keep poll requests on waitqueue until completed aio poll fixes for 5.4 --- 2021-12-10 Eric Biggers New
[5.4,2/5] binder: use wake_up_pollfree() Untitled series #162058 --- 2021-12-10 Eric Biggers New
[5.10,5/5] aio: fix use-after-free due to missing POLLFREE handling aio poll fixes for 5.10 --- 2021-12-10 Eric Biggers New
[5.10,1/5] wait: add wake_up_pollfree() aio poll fixes for 5.10 --- 2021-12-10 Eric Biggers New
[1/2] aio: keep poll requests on waitqueue until completed [1/2] aio: keep poll requests on waitqueue until completed --- 2021-12-04 Eric Biggers New
fs-verity: fix signed integer overflow with i_size near S64_MAX fs-verity: fix signed integer overflow with i_size near S64_MAX --- 2021-09-16 Eric Biggers New
[4/4] ubifs: report correct st_size for encrypted symlinks backport fscrypt symlink fixes to 4.19 --- 2021-09-08 Eric Biggers New
[3/4] f2fs: report correct st_size for encrypted symlinks backport fscrypt symlink fixes to 4.19 --- 2021-09-08 Eric Biggers New
[2/4] ext4: report correct st_size for encrypted symlinks backport fscrypt symlink fixes to 4.19 --- 2021-09-08 Eric Biggers New
[1/4] fscrypt: add fscrypt_symlink_getattr() for computing st_size backport fscrypt symlink fixes to 4.19 --- 2021-09-08 Eric Biggers New
[5.10,1/4] fscrypt: add fscrypt_symlink_getattr() for computing st_size [5.10,1/4] fscrypt: add fscrypt_symlink_getattr() for computing st_size --- 2021-09-01 Eric Biggers New
f2fs: remove broken support for allocating DIO writes f2fs: remove broken support for allocating DIO writes --- 2021-07-28 Eric Biggers New
[5.10,5.12,5.13] f2fs: Show casefolding support only when supported [5.10,5.12,5.13] f2fs: Show casefolding support only when supported --- 2021-07-20 Eric Biggers New
[4.9] fscrypt: don't ignore minor_hash when hash is 0 [4.9] fscrypt: don't ignore minor_hash when hash is 0 --- 2021-07-17 Eric Biggers New
[5.4/4.19/4.14] fscrypt: don't ignore minor_hash when hash is 0 [5.4/4.19/4.14] fscrypt: don't ignore minor_hash when hash is 0 --- 2021-07-12 Eric Biggers New
[3/5] f2fs: report correct st_size for encrypted symlinks [1/5] fscrypt: add fscrypt_symlink_getattr() for computing st_size --- 2021-07-02 Eric Biggers New
[v2] fscrypt: fix derivation of SipHash keys on big endian CPUs [v2] fscrypt: fix derivation of SipHash keys on big endian CPUs --- 2021-06-05 Eric Biggers New
[5.4] ext4: fix error handling in ext4_end_enable_verity() [5.4] ext4: fix error handling in ext4_end_enable_verity() --- 2021-05-21 Eric Biggers New
[5.4] f2fs: fix error handling in f2fs_end_enable_verity() [5.4] f2fs: fix error handling in f2fs_end_enable_verity() --- 2021-05-12 Eric Biggers New
crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS --- 2021-03-22 Eric Biggers New
[2/2] f2fs: fix error handling in f2fs_end_enable_verity() [1/2] ext4: fix error handling in ext4_end_enable_verity() --- 2021-03-02 Eric Biggers New
[4.14,3/3] fs: fix lazytime expiration handling in __writeback_single_inode() [4.14,1/3] fs: move I_DIRTY_INODE to fs.h --- 2021-01-25 Eric Biggers New
[4.14,1/3] fs: move I_DIRTY_INODE to fs.h [4.14,1/3] fs: move I_DIRTY_INODE to fs.h --- 2021-01-25 Eric Biggers New
[4.19,1/2] writeback: Drop I_DIRTY_TIME_EXPIRE backport lazytime fix to 4.19 --- 2021-01-25 Eric Biggers New
[01/13] fs: avoid double-writing inodes on lazytime expiration [01/13] fs: avoid double-writing inodes on lazytime expiration --- 2021-01-05 Eric Biggers New
[4.19,4/4] ubifs: prevent creating duplicate encrypted filenames fscrypt: prevent creating duplicate encrypted filenames --- 2020-12-28 Eric Biggers New
[4.19,2/4] ext4: prevent creating duplicate encrypted filenames fscrypt: prevent creating duplicate encrypted filenames --- 2020-12-28 Eric Biggers New
[4.19,1/4] fscrypt: add fscrypt_is_nokey_name() fscrypt: prevent creating duplicate encrypted filenames --- 2020-12-28 Eric Biggers New
[5.4,4/4] ubifs: prevent creating duplicate encrypted filenames fscrypt: prevent creating duplicate encrypted filenames --- 2020-12-28 Eric Biggers New
[5.4,3/4] f2fs: prevent creating duplicate encrypted filenames fscrypt: prevent creating duplicate encrypted filenames --- 2020-12-28 Eric Biggers New
[5.4,2/4] ext4: prevent creating duplicate encrypted filenames fscrypt: prevent creating duplicate encrypted filenames --- 2020-12-28 Eric Biggers New
[5.4,1/4] fscrypt: add fscrypt_is_nokey_name() fscrypt: prevent creating duplicate encrypted filenames --- 2020-12-28 Eric Biggers New
[5.4] fscrypt: remove kernel-internal constants from UAPI header [5.4] fscrypt: remove kernel-internal constants from UAPI header --- 2020-12-28 Eric Biggers New
[4.9,1/2] fscrypto: move ioctl processing more fully into common code backport some more fscrypt fixes to 4.9 --- 2020-10-31 Eric Biggers New
[4.19,3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory backport some more fscrypt fixes to 4.19 --- 2020-10-31 Eric Biggers New
[4.19,2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries backport some more fscrypt fixes to 4.19 --- 2020-10-31 Eric Biggers New
[4.4] f2fs crypto: avoid unneeded memory allocation in ->readdir [4.4] f2fs crypto: avoid unneeded memory allocation in ->readdir --- 2020-10-31 Eric Biggers New
[4.4] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir [4.4] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir --- 2020-10-31 Eric Biggers New
[4.14] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir [4.14] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir --- 2020-10-31 Eric Biggers New
[4.19] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir [4.19] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir --- 2020-10-31 Eric Biggers New
ext4: fix leaking sysfs kobject after failed mount ext4: fix leaking sysfs kobject after failed mount --- 2020-09-22 Eric Biggers New
[1/6] fs/minix: check return value of sb_getblk() [1/6] fs/minix: check return value of sb_getblk() --- 2020-06-28 Eric Biggers New
dm crypt: avoid truncating the logical block size dm crypt: avoid truncating the logical block size --- 2020-06-04 Eric Biggers New
[v2] ext4: avoid utf8_strncasecmp() with unstable name [v2] ext4: avoid utf8_strncasecmp() with unstable name --- 2020-06-01 Eric Biggers New
ext4: avoid utf8_strncasecmp() with unstable name ext4: avoid utf8_strncasecmp() with unstable name --- 2020-05-30 Eric Biggers New
ext4: fix race between ext4_sync_parent() and rename() ext4: fix race between ext4_sync_parent() and rename() --- 2020-05-06 Eric Biggers New
ubifs: fix wrong use of crypto_shash_descsize() ubifs: fix wrong use of crypto_shash_descsize() --- 2020-05-02 Eric Biggers New
[v2,2/4] fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() Untitled series #43927 --- 2020-03-12 Eric Biggers New
kmod: make request_module() return an error when autoloading is disabled kmod: make request_module() return an error when autoloading is disabled --- 2020-03-10 Eric Biggers New