index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
ima: check return value of crypto_shash_final() in boot aggregate
Daniel Hodges
1
-1
/
+1
2026-01-19
ima: Handle error code returned by ima_filter_rule_match()
Zhao Yipeng
1
-1
/
+1
2025-03-13
ima: Fix use-after-free on a dentry's dname.name
Stefan Berger
2
-7
/
+26
2024-07-18
ima: Avoid blocking in RCU read-side critical section
GUO Zihua
2
-7
/
+10
2024-05-25
ima: fix deadlock when traversing "ima_default_rules".
liqiong
1
-9
/
+20
2023-11-28
ima: detect changes to the backing overlay file
Mimi Zohar
2
-1
/
+20
2023-10-10
ima: rework CONFIG_IMA dependency block
Arnd Bergmann
1
-11
/
+6
2023-10-10
ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig
Oleksandr Tymoshenko
1
-2
/
+2
2023-09-19
ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig
Nayna Jain
1
-12
/
+0
2023-08-26
IMA: allow/fix UML builds
Randy Dunlap
1
-1
/
+1
2023-07-27
ima: Fix build warnings
Roberto Sassu
2
-1
/
+5
2023-03-11
ima: Align ima_file_mmap() parameters with mmap_file LSM hook
Roberto Sassu
1
-2
/
+5
2023-01-14
ima: Fix a potential NULL pointer access in ima_restore_measurement_list
Huaxin Lu
1
-1
/
+4
2023-01-14
ima: Simplify ima_lsm_copy_rule
GUO Zihua
1
-7
/
+3
2023-01-14
ima: Fix misuse of dereference of pointer in template_desc_init_fields()
Xiu Jianfeng
1
-2
/
+2
2023-01-14
ima: Handle -ESTALE returned by ima_filter_rule_match()
GUO Zihua
1
-9
/
+32
2023-01-14
ima: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+3
2022-07-29
lockdown: Fix kexec lockdown bypass with ima policy
Eric Snowberg
1
-0
/
+4
2022-07-21
ima: Fix potential memory leak in ima_init_crypto()
Jianglei Nie
1
-0
/
+1
2022-07-21
ima: Fix a potential integer overflow in ima_appraise_measurement
Huaxin Lu
1
-1
/
+2
2022-06-09
ima: remove the IMA_TEMPLATE Kconfig option
GUO Zihua
1
-8
/
+6
2022-02-16
ima: Do not print policy rule with inactive LSM labels
Stefan Berger
1
-0
/
+8
2022-02-16
ima: Allow template selection with ima_template[_fmt]= after ima_hash=
Roberto Sassu
1
-3
/
+7
2022-02-16
ima: Remove ima_policy file before directory
Stefan Berger
1
-1
/
+1
2021-09-15
IMA: remove the dependency on CRYPTO_MD5
THOBY Simon
1
-1
/
+0
2021-09-15
IMA: remove -Wmissing-prototypes warning
Austin Kim
1
-1
/
+1
2021-05-14
ima: Fix the error code for restoring the PCR value
Li Huafei
1
-2
/
+2
2021-03-04
certs: Fix blacklist flag type confusion
David Howells
1
-3
/
+2
2021-03-04
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
1
-0
/
+2
2021-03-04
ima: Free IMA measurement buffer on error
Lakshmi Ramasubramanian
1
-0
/
+1
2020-12-30
ima: Don't modify file descriptor mode on the fly
Roberto Sassu
1
-15
/
+5
2020-10-29
ima: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-15
Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-64
/
+143
2020-10-05
fs/kernel_file_read: Add "offset" arg for partial reads
Kees Cook
1
-1
/
+2
2020-10-05
IMA: Add support for file reads without contents
Scott Branden
1
-6
/
+16
2020-10-05
LSM: Add "contents" flag to kernel_read_file hook
Kees Cook
1
-1
/
+9
2020-10-05
firmware_loader: Use security_post_load_data()
Kees Cook
1
-10
/
+10
2020-10-05
LSM: Introduce kernel_post_load_data() hook
Kees Cook
1
-1
/
+23
2020-10-05
fs/kernel_read_file: Add file_size output argument
Kees Cook
1
-1
/
+1
2020-10-05
fs/kernel_read_file: Switch buffer size arg to size_t
Kees Cook
1
-1
/
+1
2020-10-05
fs/kernel_read_file: Remove redundant size argument
Kees Cook
1
-2
/
+4
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
3
-0
/
+3
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
2
-5
/
+3
2020-09-16
ima: Fix NULL pointer dereference in ima_file_hash
KP Singh
1
-0
/
+10
2020-09-15
ima: Remove semicolon at the end of ima_get_binary_runtime_size()
Roberto Sassu
1
-1
/
+1
2020-09-15
ima: Don't ignore errors from crypto_shash_update()
Roberto Sassu
1
-0
/
+2
2020-09-15
ima: Use kmemdup rather than kmalloc+memcpy
Alex Dewar
1
-5
/
+4
2020-09-09
ima: limit secure boot feedback scope for appraise
Bruno Meneguele
1
-9
/
+16
2020-09-08
integrity: invalid kernel parameters feedback
Bruno Meneguele
3
-4
/
+13
2020-09-08
ima: add check for enforced appraise option
Bruno Meneguele
1
-0
/
+2
[next]