linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 16:22:30 to 2020-04-30 14:05:06 UTC [more...]

[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 AUTOSEL 5.6 79/79] selftests/bpf: Fix a couple of broken test_btf cases
 2020-04-30 13:50 UTC 

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-04-30 13:23 UTC  (6+ 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

[RFC PATCH glibc 1/3] glibc: Perform rseq(2) registration at C startup and thread creation (v18)
 2020-04-30 12:20 UTC  (3+ messages)
` [RFC PATCH glibc 2/3] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-30 10:45 UTC  (13+ 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 v3 4/5] selftest/openat2: Add tests for RESOLVE_MAYEXEC enforcing
` [PATCH v3 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[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 v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-04-29 23:02 UTC  (29+ 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] [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 v4 10/10] loop: Add LOOP_CONFIGURE ioctl
 2020-04-29 14:03 UTC 

[PATCH v6 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-29 12:23 UTC  (5+ messages)
` [PATCH v6 RESEND 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v6 RESEND 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
 2020-04-29 12:19 UTC  (22+ messages)
` [PATCH glibc 6/9] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-29  5:47 UTC  (25+ messages)
` [PATCH V11 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V11 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V11 03/11] fs/stat: Define DAX statx attribute
` [PATCH V11 04/11] Documentation/dax: Update Usage section
  ` [PATCH V11.1] "
    ` [PATCH V11.2] "
` [PATCH V11 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V11 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V11 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH RFC 00/18] xfs: atomic file updates
 2020-04-29  2:46 UTC  (19+ 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 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 

[PATCH 00/12] "Task_isolation" mode
 2020-04-28 14:12 UTC  (4+ messages)
` [PATCH 03/12] task_isolation: userspace hard isolation from kernel

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-04-28 10:18 UTC  (11+ messages)
` [PATCH v3 1/5] kernel/sysctl: "
` [PATCH v3 2/5] kernel/sysctl: support handling command line aliases
` [PATCH v3 3/5] kernel/hung_task convert hung_task_panic boot parameter to sysctl
` [PATCH v3 4/5] tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

[RFC] ptrace, pidfd: add pidfd_ptrace syscall
 2020-04-28  8:21 UTC  (17+ messages)
` [RFC v2] "

[PATCH] nsproxy: attach to namespaces via pidfds
 2020-04-27 19:48 UTC  (5+ messages)

[PATCH man-pages] Add rseq manpage
 2020-04-27 15:15 UTC  (4+ messages)

[PATCH v3 9/9] loop: Add LOOP_SET_FD_AND_STATUS ioctl
 2020-04-27 14:58 UTC  (2+ messages)

[PATCH v10 0/2] add performance reporting support to FPGA DFL drivers
 2020-04-27  1:06 UTC  (3+ messages)
` [PATCH v10 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [PATCH v10 2/2] fpga: dfl: fme: add "

[PATCH] sched_getattr.2: update to include changed size semantics
 2020-04-25 19:12 UTC 

[PATCH v3 0/7] loopfs
 2020-04-24 16:20 UTC  (6+ messages)
` [PATCH v3 1/7] kobject_uevent: remove unneeded netlink_ns check
` [PATCH v3 2/7] loopfs: implement loopfs
` [PATCH v3 3/7] loop: use ns_capable for some loop operations
` [PATCH v3 5/7] loop: preserve sysfs backwards compatibility
` [PATCH v3 7/7] loopfs: only show devices in their correct instance


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