linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-01 20:11:39 to 2020-05-18 13:41:34 UTC [more...]

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-18 13:41 UTC  (20+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description
` [PATCH v10 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack

[PATCH] seccomp: Add group_leader pid to seccomp_notif
 2020-05-18 13:23 UTC  (17+ messages)

[PATCH 0/4] Relocate execve() sanity checks
 2020-05-18 13:02 UTC  (6+ messages)
` [PATCH 1/4] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH 2/4] exec: Relocate S_ISREG() check
` [PATCH 3/4] exec: Relocate path_noexec() check
` [PATCH 4/4] fs: Include FMODE_EXEC when converting flags to f_mode

[PATCH v3 0/7] fanotify events on child with name info
 2020-05-18  9:40 UTC  (4+ messages)
` [PATCH v3 5/7] fanotify: report parent fid + name for events on children
` [PATCH v3 7/7] fanotify: report events "on child" with name info to sb/mount marks

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-18  7:26 UTC  (57+ messages)
` [PATCH v5 1/6] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
                ` How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)
` [PATCH v5 4/6] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v5 5/6] doc: Add documentation for the fs.open_mayexec_enforce sysctl
` [PATCH v5 6/6] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH] mm: use only pidfd for process_madvise syscall
 2020-05-16  1:20 UTC 

[PATCH v4] mm: Proactive compaction
 2020-05-15 18:01 UTC  (2+ messages)

[PATCH] futex: send SIGBUS if argument is not aligned on a four-byte boundary
 2020-05-15 17:50 UTC  (3+ messages)

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-05-15 16:02 UTC  (9+ messages)
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

[PATCH] sched_getattr.2: update to include changed size semantics
 2020-05-15 12:10 UTC  (2+ messages)

CLONE_INTO_CGROUP documentation?
 2020-05-15 11:59 UTC  (7+ messages)
` [PATCH] clone.2: Document CLONE_INTO_CGROUP

[PATCH 0/4] Add the ability to get a pidfd on seccomp user notifications
 2020-05-15 11:58 UTC  (6+ messages)
` [PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap

[PATCH RFC 0/3] document openat2(2) patch series
 2020-05-15 11:42 UTC  (5+ messages)
` [PATCH RFC 1/3] symlink.7: document magic-links more completely

[PATCH v17 22/23] LSM: Add /proc attr entry for full LSM context
 2020-05-14 22:11 UTC 

[PATCH v17 00/10] Landlock LSM
 2020-05-14 19:37 UTC  (21+ messages)
` [PATCH v17 01/10] landlock: Add object management
` [PATCH v17 02/10] landlock: Add ruleset and domain management
` [PATCH v17 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v17 04/10] landlock: Add ptrace restrictions
` [PATCH v17 05/10] fs,landlock: Support filesystem access-control
` [PATCH v17 06/10] landlock: Add syscall implementation
` [PATCH v17 07/10] arch: Wire up landlock() syscall
` [PATCH v17 08/10] selftests/landlock: Add initial tests
` [PATCH v17 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v17 10/10] landlock: Add user and kernel documentation

[ANNOUNCE] xfs-linux: vfs-for-next updated to 2c567af418e3
 2020-05-13 16:01 UTC 

[PATCH v4 10/10] loop: Add LOOP_CONFIGURE ioctl
 2020-05-13 13:49 UTC  (11+ messages)

[PATCH v5 11/11] loop: Add LOOP_CONFIGURE ioctl
 2020-05-13 13:38 UTC 

[net-next RFC PATCH 00/13] net: hsr: Add PRP driver
 2020-05-13 12:27 UTC  (15+ messages)
` [net-next RFC PATCH 01/13] net: hsr: Re-use Kconfig option to support PRP
` [net-next RFC PATCH 02/13] net: hsr: rename hsr directory to hsr-prp to introduce PRP
` [net-next RFC PATCH 03/13] net: hsr: rename files to introduce PRP support
` [net-next RFC PATCH 04/13] net: hsr: rename hsr variable inside struct hsr_port to priv
` [net-next RFC PATCH 05/13] net: hsr: rename hsr_port_get_hsr() to hsr_prp_get_port()
` [net-next RFC PATCH 06/13] net: hsr: some renaming to introduce PRP driver support
` [net-next RFC PATCH 07/13] net: hsr: introduce common uapi include/definitions for HSR and PRP
` [net-next RFC PATCH 08/13] net: hsr: migrate HSR netlink socket code to use new common API
` [net-next RFC PATCH 09/13] net: hsr: move re-usable code for PRP to hsr_prp_netlink.c
` [net-next RFC PATCH 10/13] net: hsr: add netlink socket interface for PRP
` [net-next RFC PATCH 11/13] net: prp: add supervision frame generation and handling support
` [net-next RFC PATCH 12/13] net: prp: add packet "
` [net-next RFC PATCH 13/13] net: prp: enhance debugfs to display PRP specific info in node table

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-05-12 19:55 UTC  (18+ messages)
` [PATCH v7 1/7] mm: pass task and mm to do_madvise
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 5/7] mm: support both pid and pidfd for process_madvise

[PATCH v4 0/3] nsproxy: attach to multiple namespaces
 2020-05-08  4:30 UTC  (6+ messages)
` [PATCH v4 1/3] nsproxy: add struct nsset
` [PATCH v4 2/3] nsproxy: attach to namespaces via pidfds
` [PATCH v4 3/3] selftests/pidfd: add pidfd setns tests

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-05 14:57 UTC  (6+ messages)

[RFC] get_mempolicy(2) behaviour
 2020-05-05  5:37 UTC  (2+ messages)

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-05-05  0:20 UTC 

[PATCH v3 0/3] nsproxy: attach to multiple namespaces
 2020-05-04 17:50 UTC  (10+ messages)
` [PATCH v3 1/3] nsproxy: add struct nsset
` [PATCH v3 2/3] nsproxy: attach to namespaces via pidfds
` [PATCH v3 3/3] selftests/pidfd: add pidfd setns tests

[ANNOUNCE] xfs-linux: vfs-for-next updated to 83d9088659e8
 2020-05-04 16:13 UTC 

[PATCH man-pages v2 0/2] document openat2(2)
 2020-05-04 10:17 UTC  (9+ messages)
` [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall

[PATCH v2 1/4] capability: add ns_capable_cred()
 2020-05-02 15:13 UTC  (7+ messages)

[PATCH RFC 00/18] xfs: atomic file updates
 2020-05-01 22:54 UTC  (5+ messages)
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-05-01 20:36 UTC  (3+ messages)
` [PATCH v4 1/5] fs: Add support for an O_MAYEXEC flag on openat2(2)


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).