messages from 2023-06-12 09:57:22 to 2023-06-20 23:44:43 UTC [more...]
[RFC 0/4] Landlock: ioctl support
2023-06-20 23:44 UTC (15+ messages)
` [RFC 1/4] landlock: Increment Landlock ABI version to 4
` [RFC 2/4] landlock: Add LANDLOCK_ACCESS_FS_IOCTL access right
` [RFC 3/4] selftests/landlock: Test ioctl support
[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
2023-06-20 23:40 UTC (6+ messages)
[PATCH v2 0/5] Reduce overhead of LSMs with static calls
2023-06-20 21:53 UTC (17+ messages)
` [PATCH v2 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v2 2/5] security: Count the LSMs enabled at compile time
` [PATCH v2 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v2 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v2 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[PATCH] capabilities: fix sparse warning about __user access
2023-06-19 21:47 UTC (3+ messages)
[PATCH v11 00/11] LSM: Three basic syscalls
2023-06-19 20:03 UTC (14+ messages)
` [PATCH v11 01/11] LSM: Identify modules by more than name
` [PATCH v11 02/11] LSM: Maintain a table of LSM attribute data
` [PATCH v11 03/11] proc: Use lsmids instead of lsm names for attrs
` [PATCH v11 04/11] LSM: syscalls for current process attributes
` [PATCH v11 05/11] LSM: Create lsm_list_modules system call
` [PATCH v11 06/11] LSM: wireup Linux Security Module syscalls
` [PATCH v11 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v11 08/11] Smack: implement setselfattr and getselfattr hooks
` [PATCH v11 09/11] AppArmor: Add selfattr hooks
` [PATCH v11 10/11] SELinux: "
` [PATCH v11 11/11] LSM: selftests for Linux Security Module syscalls
[PATCH v11 00/12] Network support for Landlock
2023-06-19 18:23 UTC (19+ messages)
` [PATCH v11 11/12] samples/landlock: Add network demo
` [PATCH v11 12/12] landlock: Document Landlock's network support
[PATCH v2 bpf-next 00/18] BPF token
2023-06-19 17:40 UTC (25+ messages)
[PATCH net-next] netlabel: Reorder fields in 'struct netlbl_domaddr6_map'
2023-06-19 16:06 UTC (4+ messages)
[PATCH v3 00/57] Scope-based Resource Management
2023-06-16 22:41 UTC (89+ messages)
` [PATCH v3 01/57] dmaengine: ioat: Free up __cleanup() name
` [PATCH v3 02/57] apparmor: "
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure
` [PATCH v3 04/57] kbuild: Drop -Wdeclaration-after-statement
` [PATCH v3 05/57] sched: Simplify get_nohz_timer_target()
` [PATCH v3 06/57] sched: Simplify sysctl_sched_uclamp_handler()
` [PATCH v3 07/57] sched: Simplify: migrate_swap_stop()
` [PATCH v3 08/57] sched: Simplify wake_up_if_idle()
` [PATCH v3 09/57] sched: Simplify ttwu()
` [PATCH v3 10/57] sched: Simplify sched_exec()
` [PATCH v3 11/57] sched: Simplify sched_tick_remote()
` [PATCH v3 13/57] sched: Simplify sched_core_cpu_{starting,deactivate}()
` [PATCH v3 14/57] sched: Simplify set_user_nice()
` [PATCH v3 15/57] sched: Simplify syscalls
` [PATCH v3 17/57] sched: Simplify yield_to()
` [PATCH v3 18/57] sched: Simplify sched_rr_get_interval()
` [PATCH v3 19/57] sched: Simplify sched_move_task()
` [PATCH v3 20/57] sched: Simplify tg_set_cfs_bandwidth()
` [PATCH v3 22/57] perf: Fix cpuctx refcounting
` [PATCH v3 23/57] perf: Simplify perf_event_alloc() error path
` [PATCH v3 26/57] perf: Simplify event_function*()
` [PATCH v3 27/57] perf: Simplify perf_cgroup_connect()
` [PATCH v3 28/57] perf; Simplify event_sched_in()
` [PATCH v3 29/57] perf: Simplify: __perf_install_in_context()
` [PATCH v3 30/57] perf: Simplify: *perf_event_{dis,en}able*()
` [PATCH v3 31/57] perf: Simplify perf_event_modify_attr()
` [PATCH v3 32/57] perf: Simplify perf_event_context_sched_in()
` [PATCH v3 33/57] perf: Simplify perf_adjust_freq_unthr_context()
` [PATCH v3 34/57] perf: Simplify perf_event_*_on_exec()
` [PATCH v3 35/57] perf: Simplify *perf_event_read*()
` [PATCH v3 36/57] perf: Simplify find_get_pmu_context()
` [PATCH v3 37/57] perf: Simplify perf_read_group()
` [PATCH v3 38/57] perf: Simplify IOC_SET_OUTPUT
` [PATCH v3 40/57] perf: Simplify perf_mmap_close()/perf_aux_sample_output()
` [PATCH v3 41/57] perf: Simplify __perf_event_output()
` [PATCH v3 43/57] perf: Simplify perf_sw_event()
` [PATCH v3 44/57] perf: Simplify bpf_overflow_handler()
` [PATCH v3 45/57] perf: Simplify perf_event_parse_addr_filter()
` [PATCH v3 46/57] perf: Simplify pmu_dev_alloc()
` [PATCH v3 47/57] perf: Simplify perf_pmu_register()
` [PATCH v3 48/57] perf: Simplify perf_init_event()
` [PATCH v3 51/57] perf: Simplify perf_event_create_kernel_counter()
` [PATCH v3 53/57] perf: Simplify perf_event_sysfs_init()
` [PATCH v3 54/57] perf: Misc cleanups
` [PATCH v3 56/57] perf: Simplify perf_pmu_output_stop()
` [PATCH v3 57/57] perf: Simplify perf_install_in_context()
Faktoring
2023-06-16 7:55 UTC
[syzbot] [lsm?] [keyrings?] kernel BUG in assoc_array_insert (3)
2023-06-16 5:16 UTC
[PATCH v10 00/11] LSM: Three basic syscalls
2023-06-15 15:29 UTC (12+ messages)
` [PATCH v10 03/11] proc: Use lsmids instead of lsm names for attrs
` [PATCH v10 04/11] LSM: syscalls for current process attributes
` [PATCH v10 05/11] LSM: Create lsm_list_modules system call
` [PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v10 08/11] Smack: implement setselfattr and getselfattr hooks
[PATCH v2 0/8] fs: add some missing ctime updates
2023-06-15 10:14 UTC (14+ messages)
` [PATCH v2 1/8] ibmvmc: update ctime in conjunction with mtime on write
` [PATCH v2 2/8] usb: update the ctime as well when updating mtime after an ioctl
` [PATCH v2 3/8] autofs: set ctime as well when mtime changes on a dir
` (subset) "
` [PATCH v2 4/8] bfs: update ctime in addition to mtime when adding entries
` [PATCH v2 5/8] efivarfs: update ctime when mtime changes on a write
` [PATCH v2 6/8] exfat: ensure that ctime is updated whenever the mtime is
` [PATCH v2 7/8] apparmor: update ctime whenever the mtime changes on an inode
` [PATCH v2 8/8] cifs: update the ctime on a partial page write
[PATCH] integrity: Fix possible multiple allocation in integrity_inode_get()
2023-06-15 9:08 UTC (4+ messages)
` [PATCH v2] "
[PATCH v12 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
2023-06-14 23:55 UTC (5+ messages)
` [PATCH v12 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v12 4/4] evm: Support multiple LSMs providing an xattr
[PATCH] security: keys: Modify mismatched function name
2023-06-14 21:52 UTC (2+ messages)
[PATCH] apparmor: use passed in gfp flags in aa_alloc_null()
2023-06-14 13:02 UTC
[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
2023-06-13 22:03 UTC (12+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "
[PATCH v2 0/6] Landlock support for UML
2023-06-12 19:31 UTC (8+ messages)
` [PATCH v2 1/6] hostfs: Fix ephemeral inodes
` [PATCH v2 2/6] selftests/landlock: Don't create useless file layouts
` [PATCH v2 3/6] selftests/landlock: Add supports_filesystem() helper
` [PATCH v2 4/6] selftests/landlock: Make mounts configurable
` [PATCH v2 5/6] selftests/landlock: Add tests for pseudo filesystems
` [PATCH v2 6/6] selftests/landlock: Add hostfs tests
[PATCH v1 0/5] Landlock support for UML
2023-06-12 15:14 UTC (4+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes
[PATCH] Add a sysctl option to disable bpf offensive helpers
2023-06-12 15:01 UTC (2+ messages)
[PATCH 0/9] fs: add some missing ctime updates
2023-06-12 10:36 UTC (4+ messages)
` [PATCH 7/9] gfs2: update ctime when quota is updated
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).