messages from 2024-08-06 02:14:52 to 2024-09-24 07:49:28 UTC [more...]
[PATCH 0/2] unrestrict process_madvise() for current process
2024-09-24 7:49 UTC (10+ 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 (25+ 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
[PATCH RFT v9 0/8] fork: Support shadow stacks in clone3()
2024-08-21 18:05 UTC (19+ 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
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 (34+ messages)
` [PATCH RFT v8 1/9] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v8 2/9] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v8 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v8 4/9] fork: Add shadow stack support to clone3()
` [PATCH RFT v8 5/9] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v8 6/9] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v8 7/9] selftests/clone3: Explicitly handle child exits due to signals
` [PATCH RFT v8 8/9] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v8 9/9] selftests/clone3: Test shadow stack support
[PATCH v5 00/28] NT synchronization primitive driver
2024-08-12 17:09 UTC (3+ messages)
Manpower Recruitment For Canada™
2024-08-10 6:03 UTC
[RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
2024-08-09 16:15 UTC (12+ messages)
[PATCH RFT v7 0/9] fork: Support shadow stacks in clone3()
2024-08-07 23:22 UTC (14+ messages)
` [PATCH RFT v7 9/9] selftests/clone3: Test shadow stack support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).