linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-25 10:36:17 to 2025-01-14 10:05:25 UTC [more...]

Crash when attaching uretprobes to processes running in Docker
 2025-01-14 10:05 UTC  (5+ messages)

[PATCH v2 6/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO request
 2025-01-13 17:12 UTC 

[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-13 17:09 UTC 

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-13 15:31 UTC  (9+ messages)

[PATCH 5/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO request
 2025-01-11 11:49 UTC  (7+ messages)

[PATCH v7 00/30] NT synchronization primitive driver
 2025-01-07 21:10 UTC  (34+ messages)
` [PATCH v7 01/30] ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM
` [PATCH v7 02/30] ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE
` [PATCH v7 03/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v7 04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v7 05/30] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v7 06/30] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v7 07/30] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v7 08/30] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v7 09/30] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v7 10/30] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v7 11/30] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v7 12/30] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v7 13/30] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v7 14/30] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v7 15/30] ntsync: Introduce alertable waits
` [PATCH v7 16/30] selftests: ntsync: Add some tests for semaphore state
` [PATCH v7 17/30] selftests: ntsync: Add some tests for mutex state
` [PATCH v7 18/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v7 19/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v7 20/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v7 21/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v7 22/30] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v7 23/30] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v7 24/30] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v7 25/30] selftests: ntsync: Add tests for alertable waits
` [PATCH v7 26/30] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v7 27/30] selftests: ntsync: Add a stress test for contended waits
` [PATCH v7 28/30] maintainers: Add an entry for ntsync
` [PATCH v7 29/30] docs: ntsync: Add documentation for the ntsync uAPI
` [PATCH v7 30/30] ntsync: No longer depend on BROKEN

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2025-01-07  8:32 UTC  (10+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[RFC PATCH 0/2] ptp: add PTP_SYS_OFFSET_STAT ioctl, support it in virtio_rtc
 2025-01-06 17:46 UTC  (9+ messages)
` [RFC PATCH 1/2] ptp: add PTP_SYS_OFFSET_STAT for xtstamping with status
` [RFC PATCH 2/2] virtio_rtc: Support PTP_SYS_OFFSET_STAT ioctl

[PATCH v3 0/3] futex: Create set_robust_list2
 2024-12-19 17:13 UTC  (8+ messages)
` [PATCH v3 1/3] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH v3 2/3] futex: Create set_robust_list2
` [PATCH v3 3/3] futex: Wire up set_robust_list2 syscall

[PATCH v23 0/8] Script execution control (was O_MAYEXEC)
 2024-12-19  7:44 UTC  (12+ messages)
` [PATCH v23 1/8] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v23 2/8] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v23 3/8] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v23 4/8] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v23 5/8] samples/check-exec: Add set-exec
` [PATCH v23 6/8] selftests: ktap_helpers: Fix uninitialized variable
` [PATCH v23 7/8] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
` [PATCH v23 8/8] ima: instantiate the bprm_creds_for_exec() hook

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

[PATCH v6 00/28] NT synchronization primitive driver
 2024-12-12 12:01 UTC  (34+ messages)
` [PATCH v6 01/28] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v6 02/28] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v6 03/28] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v6 04/28] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v6 05/28] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v6 06/28] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v6 07/28] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v6 08/28] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v6 09/28] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v6 10/28] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v6 11/28] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v6 12/28] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v6 13/28] ntsync: Introduce alertable waits
` [PATCH v6 14/28] selftests: ntsync: Add some tests for semaphore state
` [PATCH v6 15/28] selftests: ntsync: Add some tests for mutex state
` [PATCH v6 16/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v6 17/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v6 18/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v6 19/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v6 20/28] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v6 21/28] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v6 22/28] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v6 23/28] selftests: ntsync: Add tests for alertable waits
` [PATCH v6 24/28] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v6 25/28] selftests: ntsync: Add a stress test for contended waits
` [PATCH v6 26/28] maintainers: Add an entry for ntsync
` [PATCH v6 27/28] docs: ntsync: Add documentation for the ntsync uAPI
` [PATCH v6 28/28] ntsync: No longer depend on BROKEN

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-12-11 10:23 UTC  (4+ messages)
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user

[PATCH v22 0/8] Script execution control (was O_MAYEXEC)
 2024-12-11  6:12 UTC  (15+ messages)
` [PATCH v22 1/8] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v22 2/8] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v22 3/8] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v22 4/8] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v22 5/8] samples/check-exec: Add set-exec
` [PATCH v22 6/8] selftests: ktap_helpers: Fix uninitialized variable
` [PATCH v22 7/8] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
` [PATCH v22 8/8] ima: instantiate the bprm_creds_for_exec() hook

[PATCH net-next v2 00/12] Begin upstreaming Homa transport protocol
 2024-12-10  6:13 UTC  (20+ messages)
` [PATCH net-next v2 11/12] net: homa: create homa_plumbing.c homa_utils.c
` [PATCH net-next v2 12/12] net: homa: create Makefile and Kconfig

[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
 2024-12-06 15:26 UTC  (29+ messages)
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-12-05  3:33 UTC  (18+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

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

[PATCH RFT v12 0/8] fork: Support shadow stacks in clone3()
 2024-11-29 16:57 UTC  (5+ messages)
` [PATCH RFT v12 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v12 4/8] fork: Add shadow stack support to clone3()

[PATCH v2] vfs: add RWF_NOAPPEND flag for pwritev2
 2024-11-25 14:59 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).