linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-23 06:55:40 to 2024-10-17 02:01:44 UTC [more...]

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2024-10-17  2:01 UTC  (9+ 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

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-10-10 10:09 UTC  (14+ 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

[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 0/2] unrestrict process_madvise() for current process
 2024-09-24  8:47 UTC  (11+ messages)
` [PATCH 1/2] mm/madvise: introduce PR_MADV_SELF flag to process_madvise()
` [PATCH 2/2] selftests/mm: add test for process_madvise PR_MADV_SELF flag use

[PATCH v11 1/8] Landlock: Add abstract UNIX socket restriction
 2024-09-13 13:32 UTC  (2+ messages)

[linus:master] [mseal] 8be7258aad: stress-ng.pagemove.page_remaps_per_sec -4.4% regression
 2024-09-13  5:47 UTC  (11+ messages)

[PATCH v23 0/4] implement getrandom() in vDSO
 2024-09-12  3:11 UTC  (3+ messages)
` [PATCH v23 1/4] mm: add MAP_DROPPABLE for designating always lazily freeable mappings

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

[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-09-04 19:48 UTC  (28+ messages)
` [PATCH RESEND v3 1/2] uapi: explain how per-syscall AT_* flags should be allocated
` [PATCH RESEND v3 2/2] fhandle: expose u64 mount id to name_to_handle_at(2)
` [PATCH xfstests v1 1/2] statx: update headers to include newer statx fields
  ` [PATCH xfstests v1 2/2] open_by_handle: add tests for u64 mount ID
` [PATCH xfstests v2 1/2] statx: update headers to include newer statx fields
  ` [PATCH xfstests v2 2/2] open_by_handle: add tests for u64 mount ID
` [PATCH xfstests v3 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v3 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly
` [PATCH xfstests v4 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v4 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly

[PATCH] Add provision to busyloop for events in ep_poll
 2024-09-04 15:58 UTC 

[PATCH RFC 0/8] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-09-02 19:23 UTC  (14+ messages)
` [PATCH RFC 1/8] uaccess: add copy_struct_to_user helper
` [PATCH RFC 2/8] sched_getattr: port to copy_struct_to_user
` [PATCH RFC 3/8] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
` [PATCH RFC 4/8] openat2: add CHECK_FIELDS flag to usize argument
` [PATCH RFC 5/8] clone3: "
` [PATCH RFC 6/8] selftests: openat2: add 0xFF poisoned data after misaligned struct
` [PATCH RFC 7/8] selftests: openat2: add CHECK_FIELDS selftests
` [PATCH RFC 8/8] selftests: clone3: "

AT_MINSIGSTKSZ mismatched interpretation kernel vs libc
 2024-09-02 12:51 UTC  (7+ messages)
` [musl] "

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-29 17:00 UTC  (2+ messages)

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-26 16:30 UTC  (7+ messages)

Recommended version handshake for FUSE clients
 2024-08-26 12:26 UTC  (2+ messages)

[PATCH v23 2/4] random: introduce generic vDSO getrandom() implementation
 2024-08-26  6:53 UTC  (3+ messages)
` [PATCH] random: vDSO getrandom() must reject invalid flag


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