linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-24 08:48:17 to 2024-10-23 00:20:15 UTC [more...]

[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
 2024-10-23  0:20 UTC  (12+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v4 3/4] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-22 20:45 UTC  (54+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-10-21 21:38 UTC  (16+ messages)
` [PATCH RFC v3 01/10] uaccess: add copy_struct_to_user helper
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user
` [PATCH RFC v3 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
  ` (subset) "
` [PATCH RFC v3 04/10] openat2: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct
` [PATCH RFC v3 06/10] selftests: openat2: add CHECK_FIELDS selftests
` [PATCH RFC v3 07/10] clone3: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 08/10] selftests: clone3: add CHECK_FIELDS selftests
` [PATCH RFC v3 09/10] mount_setattr: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 10/10] selftests: mount_setattr: add CHECK_FIELDS selftest
` (subset) [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection

[PATCH 0/4] implement lightweight guard pages
 2024-10-18 21:30 UTC  (3+ messages)

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2024-10-17 19:40 UTC  (21+ messages)
` [PATCH v3 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v3 2/3] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
    ` The "make headers" requirement, revisited: "

[PATCH v2 0/3] introduce PIDFD_SELF* sentinels
 2024-10-16 20:00 UTC  (13+ messages)
` [PATCH v2 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v2 2/3] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v2 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH 0/3] introduce PIDFD_SELF* sentinels
 2024-10-16 19:58 UTC  (7+ messages)
` [PATCH 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH 2/3] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
` [PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[f2fs-dev] [PATCH v5] f2fs: introduce device aliasing file
 2024-10-15 16:56 UTC  (2+ messages)

[PATCH v20 0/6] Script execution control (was O_MAYEXEC)
 2024-10-15  3:26 UTC  (17+ messages)
` [PATCH v20 1/6] exec: Add a new AT_CHECK flag to execveat(2)
` [PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v20 3/6] selftests/exec: Add 32 tests for AT_CHECK and exec securebits
` [PATCH v20 4/6] selftests/landlock: Add tests for execveat + AT_CHECK
` [PATCH v20 5/6] samples/check-exec: Add set-exec
` [PATCH v20 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[PATCH RFT v11 0/8] fork: Support shadow stacks in clone3()
 2024-10-05 10:31 UTC  (9+ messages)
` [PATCH RFT v11 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v11 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v11 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v11 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v11 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v11 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v11 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v11 8/8] selftests/clone3: Test shadow stack support

[PATCH RFT v9 0/8] fork: Support shadow stacks in clone3()
 2024-10-03 16:05 UTC  (19+ messages)
` [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()

[RFC PATCH 0/3] introduce PIDFD_SELF
 2024-10-01 14:31 UTC  (12+ messages)
` [RFC PATCH 1/3] pidfd: refactor pidfd_get_pid/to_pid() and de-duplicate pid lookup
` [RFC PATCH 2/3] pidfd: add PIDFD_SELF sentinel to refer to own process
` [RFC PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF

[PATCH v3] mm/madvise: unrestrict process_madvise() for current process
 2024-09-27  8:23 UTC  (7+ messages)

[PATCH] dup.2: Add ENOMEM to ERRORS
 2024-09-27  6:52 UTC 

[PATCH v2 0/2] unrestrict process_madvise() for current process
 2024-09-26  9:44 UTC  (13+ messages)
` [PATCH v2 1/2] mm/madvise: introduce PR_MADV_SELF flag to process_madvise()
` [PATCH v2 2/2] selftests/mm: add test for process_madvise PR_MADV_SELF flag use

[PATCH 1/2] mm/madvise: introduce PR_MADV_SELF flag to process_madvise()
 2024-09-24  8:47 UTC  (3+ 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).