Linux-Security-Module Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-03 19:16:18 to 2023-06-12 10:52:25 UTC [more...]

[PATCH 0/9] fs: add some missing ctime updates
 2023-06-12 10:36 UTC  (15+ messages)
` [PATCH 1/9] ibmvmc: update ctime in conjunction with mtime on write
` [PATCH 2/9] usb: update the ctime as well when updating mtime after an ioctl
` [PATCH 3/9] autofs: set ctime as well when mtime changes on a dir
` [PATCH 4/9] bfs: update ctime in addition to mtime when adding entries
` [PATCH 5/9] efivarfs: update ctime when mtime changes on a write
` [PATCH 6/9] exfat: ensure that ctime is updated whenever the mtime is
` [PATCH 7/9] gfs2: update ctime when quota is updated
` [PATCH 8/9] apparmor: update ctime whenever the mtime changes on an inode
` [PATCH 9/9] cifs: update the ctime on a partial page write

[PATCH v3 00/57] Scope-based Resource Management
 2023-06-12  9:55 UTC  (61+ 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 12/57] sched: Simplify try_steal_cookie()
` [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 16/57] sched: Simplify sched_{set,get}affinity()
` [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 21/57] sched: Misc cleanups
` [PATCH v3 22/57] perf: Fix cpuctx refcounting
` [PATCH v3 23/57] perf: Simplify perf_event_alloc() error path
` [PATCH v3 24/57] perf: Simplify perf_pmu_register() "
` [PATCH v3 25/57] perf: Simplify perf_fget_light()
` [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 39/57] perf: Simplify perf_event_*_userpage()
` [PATCH v3 40/57] perf: Simplify perf_mmap_close()/perf_aux_sample_output()
` [PATCH v3 41/57] perf: Simplify __perf_event_output()
` [PATCH v3 42/57] perf: Simplify perf_iterate_sb()
` [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 49/57] perf: Simplify perf_event_alloc()
` [PATCH v3 50/57] perf: Simplify sys_perf_event_open()
` [PATCH v3 51/57] perf: Simplify perf_event_create_kernel_counter()
` [PATCH v3 52/57] perf: Simplify perf_event_init_context()
` [PATCH v3 53/57] perf: Simplify perf_event_sysfs_init()
` [PATCH v3 54/57] perf: Misc cleanups
` [PATCH v3 55/57] perf: Simplify find_get_context()
` [PATCH v3 56/57] perf: Simplify perf_pmu_output_stop()
` [PATCH v3 57/57] perf: Simplify perf_install_in_context()

[PATCH] Add a sysctl option to disable bpf offensive helpers
 2023-06-12  4:18 UTC  (2+ messages)

[PATCH v12 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-11 16:59 UTC  (6+ messages)
` [PATCH v12 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v12 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
` [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] sysctl: set variable key_sysctls storage-class-specifier to static
 2023-06-11 11:32 UTC 

[PATCH] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
 2023-06-10 19:02 UTC  (3+ messages)

[PATCH] Add a sysctl option to disable bpf offensive helpers
 2023-06-10 15:37 UTC  (3+ messages)

[syzbot] [tomoyo?] [fs?] INFO: rcu detected stall in newfstatat (3)
 2023-06-10 10:09 UTC  (2+ messages)

[PATCH v11 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-10  8:00 UTC  (16+ messages)
` [PATCH v11 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
` [PATCH v11 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v11 4/4] evm: Support multiple LSMs providing an xattr

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-09 22:57 UTC  (29+ messages)
` [PATCH v2 bpf-next 01/18] bpf: introduce BPF token object
` [PATCH v2 bpf-next 02/18] libbpf: add bpf_token_create() API
` [PATCH v2 bpf-next 03/18] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH v2 bpf-next 04/18] bpf: move unprivileged checks into map_create() and bpf_prog_load()
` [PATCH v2 bpf-next 05/18] bpf: inline map creation logic in map_create() function
` [PATCH v2 bpf-next 06/18] bpf: centralize permissions checks for all BPF map types
` [PATCH v2 bpf-next 07/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v2 bpf-next 08/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v2 bpf-next 09/18] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH v2 bpf-next 10/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v2 bpf-next 11/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v2 bpf-next 12/18] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH v2 bpf-next 13/18] bpf: keep BPF_PROG_LOAD permission checks clear of validations
` [PATCH v2 bpf-next 14/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v2 bpf-next 15/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v2 bpf-next 16/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v2 bpf-next 17/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v2 bpf-next 18/18] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH] integrity: Fix possible multiple allocation in integrity_inode_get()
 2023-06-09 14:24 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] MAINTAINERS: move labeled networking to "supported"
 2023-06-08 19:39 UTC  (2+ messages)

[PATCH v2] LSM: SafeSetID: fix UID printed instead of GID
 2023-06-08 18:34 UTC  (5+ messages)

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-06-08  2:48 UTC  (10+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "

ANN: LSM and stable kernel changes
 2023-06-08  0:27 UTC 

[PATCH v10 10/11] SELinux: Add selfattr hooks
 2023-06-07 23:39 UTC  (3+ messages)

[PATCH v10 04/11] LSM: syscalls for current process attributes
 2023-06-07 23:26 UTC  (3+ messages)
` [PATCH v10 4/11] "

[PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
 2023-06-07 22:32 UTC  (2+ messages)
` [PATCH v10 7/11] "

[RFC][PATCH 0/5] Smack transmute fixes
 2023-06-07 14:53 UTC  (7+ messages)
` [RFC][PATCH 1/5] smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()
` [RFC][PATCH 2/5] smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()
` [RFC][PATCH 3/5] smack: Always determine inode labels in smack_inode_init_security()
` [RFC][PATCH 4/5] smack: Initialize the in-memory inode "
` [RFC][PATCH 5/5] ramfs: Initialize security of in-memory inodes

[PATCH 0/2] sysctl: move umh and keys sysctls
 2023-06-07  8:36 UTC  (8+ messages)
` [PATCH 1/2] sysctl: move umh sysctl registration to its own file
` [PATCH 2/2] sysctl: move security keys "

[PATCH v11 00/12] Network support for Landlock
 2023-06-07  5:46 UTC  (9+ messages)
` [PATCH v11 11/12] samples/landlock: Add network demo
` [PATCH v11 12/12] landlock: Document Landlock's network support

[PATCH] capability: erase checker warnings about struct __user_cap_data_struct
 2023-06-06 21:07 UTC  (5+ messages)

[PATCH RESEND bpf-next 00/18] BPF token
 2023-06-06 20:13 UTC  (15+ messages)
` [PATCH RESEND bpf-next 01/18] bpf: introduce BPF token object

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-06-06 19:00 UTC  (5+ messages)

[PATCH 1/2] evm: Fix build warnings
 2023-06-06 15:35 UTC  (4+ messages)
` [PATCH 2/2] ima: "

[PATCH v1 0/5] Landlock support for UML
 2023-06-06 13:12 UTC  (7+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[GIT PULL] Asymmetric keys fix for v6.4-rc5
 2023-06-06 11:00 UTC  (7+ messages)

[PATCH] evm: Complete description of evm_inode_setattr()
 2023-06-05 13:14 UTC  (4+ messages)

[syzbot] [reiserfs?] INFO: task hung in flush_old_commits
 2023-06-05 12:42 UTC  (7+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).