linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-29 13:35:21 to 2020-05-12 23:20:30 UTC [more...]

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-12 23:20 UTC  (32+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description
` [PATCH v10 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v10 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v10 04/26] x86/cet: Add control-protection fault handler
` [PATCH v10 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v10 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v10 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v10 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v10 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v10 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v10 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v10 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v10 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v10 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v10 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v10 16/26] mm: Add guard pages around a shadow stack
` [PATCH v10 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v10 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v10 19/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v10 20/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v10 21/26] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v10 22/26] ELF: Add ELF program property parsing support
` [PATCH v10 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v10 24/26] x86/cet/shstk: ELF header parsing for shadow stack
` [PATCH v10 25/26] x86/cet/shstk: Handle thread "
` [PATCH v10 26/26] x86/cet/shstk: Add arch_prctl functions for "

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-12 22:56 UTC  (29+ 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
` [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 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 10/10] loop: Add LOOP_CONFIGURE ioctl
 2020-05-12  6:46 UTC  (6+ messages)

[PATCH v17 00/10] Landlock LSM
 2020-05-11 21:54 UTC  (12+ 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

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

[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

[net-next RFC PATCH 00/13] net: hsr: Add PRP driver
 2020-05-06 16:30 UTC  (14+ 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 v3 0/7] fanotify events on child with name info
 2020-05-05 16:20 UTC  (3+ 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 v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-05 14:57 UTC  (20+ messages)
` [PATCH v3 1/5] fs: Add support for a RESOLVE_MAYEXEC flag on openat2(2)
` [PATCH v3 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v3 3/5] fs: Enable to enforce noexec mounts or file exec through RESOLVE_MAYEXEC

[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  (10+ messages)
` [PATCH v2 2/4] nsproxy: add struct nsset
` [PATCH v2 3/4] nsproxy: attach to namespaces via pidfds
` [PATCH v2 4/4] selftests/pidfd: add pidfd setns tests

[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  (7+ messages)
` [PATCH v4 1/5] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v4 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v4 3/5] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v4 4/5] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v4 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v19)
 2020-05-01  2:14 UTC  (2+ messages)
` [PATCH glibc 2/3] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[RFC PATCH glibc 1/3] glibc: Perform rseq(2) registration at C startup and thread creation (v18)
 2020-04-30 17:20 UTC  (7+ messages)

[PATCH AUTOSEL 5.6 15/79] selftests: vm: Do not override definition of ARCH
 2020-04-30 13:50 UTC  (6+ messages)
` [PATCH AUTOSEL 5.6 16/79] selftests: vm: Fix 64-bit test builds for powerpc64le
` [PATCH AUTOSEL 5.6 18/79] Revert "Kernel selftests: tpm2: check for tpm support"
` [PATCH AUTOSEL 5.6 19/79] selftests/ipc: Fix test failure seen after initial test run
` [PATCH AUTOSEL 5.6 52/79] bpf: Forbid XADD on spilled pointers for unprivileged users
` [PATCH AUTOSEL 5.6 79/79] selftests/bpf: Fix a couple of broken test_btf cases

[PATCH AUTOSEL 5.4 09/57] selftests/ipc: Fix test failure seen after initial test run
 2020-04-30 13:51 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 38/57] bpf: Forbid XADD on spilled pointers for unprivileged users

[PATCH AUTOSEL 4.19 04/30] selftests/ipc: Fix test failure seen after initial test run
 2020-04-30 13:52 UTC 

[PATCH AUTOSEL 4.9 03/17] selftests/ipc: Fix test failure seen after initial test run
 2020-04-30 13:54 UTC 

[PATCH AUTOSEL 4.4 02/11] selftests/ipc: Fix test failure seen after initial test run
 2020-04-30 13:54 UTC 

[PATCH AUTOSEL 4.14 05/27] selftests/ipc: Fix test failure seen after initial test run
 2020-04-30 13:53 UTC 

[PATCH v3 0/7] TTY Keyboard Status Request
 2020-04-30  9:08 UTC  (17+ messages)
` [PATCH v3 1/7] signal.h: Define SIGINFO on all architectures
` [PATCH v3 2/7] tty: termios: Reserve space for VSTATUS in .c_cc
` [PATCH v3 3/7] n_tty: Send SIGINFO to fg pgrp on status request character
` [PATCH v3 4/7] linux/signal.h: Ignore SIGINFO by default in new tasks
` [PATCH v3 5/7] tty: Add NOKERNINFO lflag to termios
` [PATCH v3 6/7] n_tty: ->ops->write: Cut core logic out to a separate function
` [PATCH v3 7/7] n_tty: Provide an informational line on VSTATUS receipt

[PATCH] [v2] ARM: oabi-compat: fix epoll_ctl build failure
 2020-04-29 20:13 UTC  (3+ messages)

Build 0.6 version fail on musl libc
 2020-04-29 19:38 UTC  (2+ 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 NNTP newsgroup(s).