index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-23
keys: make keyring key-chunk byte order agree with keyring_diff_objects()
Michael Bommarito
1
-2
/
+3
2026-07-23
keys: fix out-of-bounds read in keyring_get_key_chunk()
Michael Bommarito
1
-4
/
+5
2026-07-23
KEYS: trusted: dcp: fix key_len validation and calc_blob_len() return type
Fabrice Derepas
1
-4
/
+11
2026-07-17
Merge tag 'selinux-pr-20260717' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
1
-18
/
+24
2026-07-16
Merge tag 'landlock-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
3
-8
/
+13
2026-07-14
selinux: fix incorrect execmem checks on overlayfs
Ondrej Mosnacek
1
-18
/
+24
2026-07-10
Merge tag 'selinux-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
1
-10
/
+28
2026-07-10
landlock: Update formatting
Mickaël Salaün
1
-6
/
+3
2026-07-10
landlock: Fix kernel-doc for the nested quiet layer flag
Mickaël Salaün
1
-2
/
+2
2026-07-10
landlock: Fix TCP Fast Open connection bypass
Matthieu Buffet
1
-0
/
+8
2026-07-01
selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()
Tristan Madani
1
-9
/
+10
2026-07-01
selinux: check connect-related permissions on TCP Fast Open
Stephen Smalley
1
-1
/
+18
2026-06-30
bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
Matt Bobrowski
1
-0
/
+3
2026-06-24
Merge tag 'apparmor-pr-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
17
-150
/
+364
2026-06-23
apparmor: advertise the tcp fast open fix is applied
John Johansen
1
-0
/
+2
2026-06-23
apparmor: mediate the implicit connect of TCP fast open sendmsg
Bryam Vargas
1
-1
/
+15
2026-06-19
Merge tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
14
-190
/
+788
2026-06-19
Merge tag 'for-next-keys-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
14
-40
/
+128
2026-06-19
Merge tag 'integrity-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
11
-101
/
+845
2026-06-17
Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
17
-155
/
+512
2026-06-17
Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
3
-24
/
+15
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+2
2026-06-15
keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP
Mohammed EL Kadiri
1
-2
/
+3
2026-06-15
keys: request_key: replace BUG with return -EINVAL
Mohammed EL Kadiri
1
-1
/
+1
2026-06-15
keys: Pin request_key_auth payload in instantiate paths
Shaomin Chen
3
-8
/
+51
2026-06-15
keys: prevent slab cache merging for key_jar
Mohammed EL Kadiri
1
-1
/
+1
2026-06-15
keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)
David Laight
1
-2
/
+2
2026-06-15
KEYS: Use acquire when reading state in keyring search
Gui-Dong Han
1
-1
/
+1
2026-06-15
keys/trusted_keys: mark 'migratable' as __ro_after_init
Len Bao
1
-1
/
+1
2026-06-15
keys: use kmalloc_flex in user_preparse
Thorsten Blum
1
-1
/
+1
2026-06-15
KEYS: trusted: Debugging as a feature
Jarkko Sakkinen
4
-21
/
+59
2026-06-15
KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
Eric Biggers
1
-1
/
+0
2026-06-15
KEYS: fix overflow in keyctl_pkey_params_get_2()
Jarkko Sakkinen
1
-1
/
+8
2026-06-14
apparmor: fix label can not be immediately before a declaration
John Johansen
1
-1
/
+2
2026-06-15
Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
1
-8
/
+1
2026-06-15
Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2026-06-14
landlock: Suppress logging when quiet flag is present
Tingmao Wang
7
-16
/
+324
2026-06-14
landlock: Add API support and docs for the quiet flags
Tingmao Wang
8
-27
/
+89
2026-06-14
landlock: Add a place for flags to layer rules
Tingmao Wang
10
-112
/
+176
2026-06-13
apparmor: fix kernel-doc warnings
Rodrigo Zaiden
2
-2
/
+2
2026-06-13
apparmor: replace get_zeroed_page() with kzalloc()
Mike Rapoport (Microsoft)
1
-2
/
+3
2026-06-13
security: apparmor: fix two spelling mistakes
Qingshuang Fu
2
-2
/
+2
2026-06-13
apparmor: fix use-after-free in rawdata dedup loop
Ruslan Valiyev
2
-2
/
+25
2026-06-13
apparmor: Fix inverted comparison in cache_hold_inc()
Eduardo Vasconcelos
1
-1
/
+1
2026-06-13
apparmor: fix uninitialised pointer passed to audit_log_untrustedstring()
Maciek Borzecki
1
-5
/
+5
2026-06-13
apparmor: don't audit files pointing to aa_null.dentry
Georgia Garcia
1
-1
/
+1
2026-06-13
apparmor: put secmark label after secid lookup
Zygmunt Krynicki
1
-0
/
+1
2026-06-13
apparmor: aa_getprocattr free procattr leak on format failure
Zygmunt Krynicki
1
-0
/
+2
2026-06-13
apparmor: remove unnecessary goto and associated label
John Johansen
1
-4
/
+1
2026-06-13
apparmor: release exe file resources on path failure
Zygmunt Krynicki
1
-2
/
+5
[next]