messages from 2023-09-20 09:27:25 to 2023-09-28 17:47:58 UTC [more...]
[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
2023-09-28 17:41 UTC (11+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode
[PATCH v2] apparmor/file: Removing unnecessary initial values for variable pointers
2023-09-28 17:36 UTC (2+ messages)
[RFC PATCH v1 0/7] Landlock audit support
2023-09-28 15:27 UTC (15+ messages)
` [RFC PATCH v1 1/7] lsm: Add audit_log_lsm_data() helper
` [RFC PATCH v1 2/7] landlock: Factor out check_access_path()
` [RFC PATCH v1 3/7] landlock: Log ruleset creation and release
` [RFC PATCH v1 4/7] landlock: Log domain creation and enforcement
` [RFC PATCH v1 5/7] landlock: Log file-related requests
` [RFC PATCH v1 6/7] landlock: Log mount-related requests
` [RFC PATCH v1 7/7] landlock: Log ptrace requests
[PATCH v3 0/4] querying mount attributes
2023-09-28 13:01 UTC (5+ messages)
` [PATCH v3 1/4] add unique mount ID
` [PATCH v3 2/4] namespace: extract show_path() helper
` [PATCH v3 3/4] add statmount(2) syscall
` [PATCH v3 4/4] add listmount(2) syscall
[PATCH 00/87] fs: new accessor methods for atime and mtime
2023-09-28 11:03 UTC (4+ messages)
` [PATCH 01/87] "
` [PATCH 82/87] security/apparmor: convert to new inode {a,m}time accessors
` [PATCH 84/87] security: "
[RFC PATCH 0/3] quering mount attributes
2023-09-28 10:07 UTC (43+ messages)
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall
[PATCH 0/2] Sign the Image which is zboot's payload
2023-09-27 23:46 UTC (6+ messages)
[PATCH v6 bpf-next 00/13] BPF token and BPF FS-based delegation
2023-09-27 22:58 UTC (14+ messages)
` [PATCH v6 bpf-next 01/13] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v6 bpf-next 02/13] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v6 bpf-next 03/13] bpf: introduce BPF token object
` [PATCH v6 bpf-next 04/13] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v6 bpf-next 05/13] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v6 bpf-next 06/13] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v6 bpf-next 07/13] bpf: take into account BPF token when fetching helper protos
` [PATCH v6 bpf-next 08/13] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v6 bpf-next 09/13] libbpf: add bpf_token_create() API
` [PATCH v6 bpf-next 10/13] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v6 bpf-next 11/13] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v6 bpf-next 12/13] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v6 bpf-next 13/13] selftests/bpf: add BPF token-enabled tests
[PATCH v4 0/5] Reduce overhead of LSMs with static calls
2023-09-27 22:37 UTC (20+ messages)
` [PATCH v4 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v4 2/5] security: Count the LSMs enabled at compile time
` [PATCH v4 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v4 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v4 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules
2023-09-27 16:37 UTC (6+ messages)
` [RFC PATCH 2/2] LSM: A sample of dynamically appendable LSM module
[PATCH v5 bpf-next 00/13] BPF token and BPF FS-based delegation
2023-09-27 16:03 UTC (6+ messages)
` [PATCH v5 bpf-next 03/13] bpf: introduce BPF token object
[PATCH] ima: rework CONFIG_IMA dependency block
2023-09-27 11:12 UTC (3+ messages)
[PATCH] ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig
2023-09-27 10:44 UTC (4+ messages)
[PATCH v3 0/3] DCP as trusted keys backend
2023-09-27 6:33 UTC (9+ messages)
` [PATCH v3 1/3] crypto: mxs-dcp: Add support for hardware provided keys
` [PATCH v3 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys
` [PATCH v3 3/3] doc: trusted-encrypted: add DCP as new trust source
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-27 5:19 UTC (30+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
[PATCH] selftests: Fix wrong TARGET in kselftest top level Makefile
2023-09-27 1:18 UTC (2+ messages)
ANN: new LSM guidelines
2023-09-26 21:23 UTC (15+ messages)
[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
2023-09-26 21:32 UTC (9+ messages)
` [PATCH v4 2/12] "
use per-cpu refcounts for apparmor labels?
2023-09-26 12:48 UTC (5+ messages)
` [apparmor] "
[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-09-26 11:15 UTC (5+ messages)
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
[PATCH v3 0/5] Reduce overhead of LSMs with static calls
2023-09-25 15:48 UTC (38+ messages)
` [PATCH v3 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v3 2/5] security: Count the LSMs enabled at compile time
` [PATCH v3 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v3 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v3 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[PATCH v15 00/11] LSM: Three basic syscalls
2023-09-24 19:48 UTC (12+ messages)
` [PATCH v15 01/11] LSM: Identify modules by more than name
[PATCH v2] cred: add get_cred_many and put_cred_many
2023-09-21 23:29 UTC (2+ messages)
[PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
2023-09-20 10:00 UTC (10+ messages)
` [PATCH v11.1] "
[PATCH v12 00/12] Network support for Landlock
2023-09-20 9:26 UTC (10+ messages)
` [PATCH v12 03/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v12 05/12] landlock: Move and rename layer helpers
` [PATCH v12 06/12] landlock: Refactor "
` [PATCH v12 07/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v12 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v12 09/12] selftests/landlock: Share enforce_ruleset()
` [PATCH v12 10/12] selftests/landlock: Add 7 new test variants dedicated to network
` [PATCH v12 11/12] samples/landlock: Add network demo
` [PATCH v12 12/12] landlock: Document Landlock's network support
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;
as well as URLs for NNTP newsgroup(s).