linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-16 17:04:04 to 2024-10-09 20:41:44 UTC [more...]

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-10-09 20:40 UTC  (5+ 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)
` [PATCH RFC v3 04/10] openat2: add CHECK_FIELDS flag to usize argument

[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  (28+ messages)
` [PATCH RFT v9 1/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v9 2/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v9 3/8] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v9 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v9 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v9 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v9 8/8] selftests/clone3: Test shadow stack support

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

[PATCH v5] epoll.7: clarify the event distribution under edge-triggered mode
 2024-08-22  1:09 UTC  (5+ messages)

[PATCH RFT v10 0/8] fork: Support shadow stacks in clone3()
 2024-08-21 19:49 UTC  (9+ messages)
` [PATCH RFT v10 1/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v10 2/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v10 3/8] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v10 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v10 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v10 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v10 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v10 8/8] selftests/clone3: Test shadow stack support

Manpower Recruitment For Canada™
 2024-08-17 14:58 UTC 

It is correct to introduce new sys calls to stable versions?
 2024-08-20 19:24 UTC  (10+ messages)

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-08-17  8:58 UTC  (10+ messages)
` [PATCHv8 9/9] man2: Add uretprobe syscall page

[PATCH RFT v8 0/9] fork: Support shadow stacks in clone3()
 2024-08-16 17:17 UTC  (9+ messages)
` [PATCH RFT v8 4/9] fork: Add shadow stack support to clone3()


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