linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 22:11:07 to 2020-05-07 15:55:21 UTC [more...]

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-07 15:55 UTC  (30+ 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-07 13:38 UTC  (20+ 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

[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 v4 10/10] loop: Add LOOP_CONFIGURE ioctl
 2020-05-06  9:57 UTC  (5+ messages)

[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  (21+ 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

[PATCH v4 0/3] nsproxy: attach to multiple namespaces
 2020-05-05 14:04 UTC  (4+ 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

[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  (22+ messages)
` [PATCH 01/18] xfs: clean up the error handling in xfs_swap_extent_rmap
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 03/18] vfs: introduce new file extent swap ioctl
` [PATCH 04/18] xfs: support deferred bmap updates on the attr fork
` [PATCH 05/18] xfs: xfs_bmap_finish_one should map unwritten extents properly
` [PATCH 06/18] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 07/18] xfs: allow deferred ops items to put themselves at the end of the pending queue
` [PATCH 08/18] xfs: introduce a swap-extent log intent item
` [PATCH 09/18] xfs: create deferred log items for extent swapping
` [PATCH 10/18] xfs: refactor locking and unlocking two inodes against userspace IO
` [PATCH 11/18] xfs: add a ->swap_file_range handler
` [PATCH 12/18] xfs: add error injection to test swapext recovery
` [PATCH 13/18] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 14/18] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 15/18] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 16/18] xfs: refactor reflink flag handling in xfs_swap_extent_forks
` [PATCH 17/18] xfs: remove old swap extents implementation
` [PATCH 18/18] xfs: fix quota accounting in the old fork swap code

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

[PATCH v6 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-29 12:23 UTC  (3+ messages)

[PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
 2020-04-29 12:19 UTC  (16+ messages)

[PATCH V11 04/11] Documentation/dax: Update Usage section
 2020-04-29  5:47 UTC  (6+ messages)
` [PATCH V11.1] "
  ` [PATCH V11.2] "

[PATCH V11.1] Documentation/dax: Update Usage section
 2020-04-28 22:23 UTC  (2+ messages)

[PATCH v4] mm: Proactive compaction
 2020-04-28 22:10 UTC 


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