[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 (44+ messages)
` [PATCH net-next v2 01/12] net: homa: define user-visible API for Homa
` [PATCH net-next v2 02/12] net: homa: define Homa packet formats
` [PATCH net-next v2 03/12] net: homa: create shared Homa header files
` [PATCH net-next v2 04/12] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v2 05/12] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v2 06/12] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v2 07/12] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v2 08/12] net: homa: create homa_incoming.c
` [PATCH net-next v2 09/12] net: homa: create homa_outgoing.c
` [PATCH net-next v2 10/12] net: homa: create homa_timer.c
` [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/28] NT synchronization primitive driver
2024-12-09 22:08 UTC (31+ 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 v6 00/15] integrity: Introduce the Integrity Digest Cache
2024-12-06 15:26 UTC (48+ messages)
` [PATCH v6 01/15] lib: Add TLV parser
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 03/15] integrity: Introduce the Integrity Digest Cache
` [PATCH v6 04/15] digest_cache: Initialize digest caches
` [PATCH v6 05/15] digest_cache: Add securityfs interface
` [PATCH v6 06/15] digest_cache: Add hash tables and operations
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers
` [PATCH v6 08/15] digest_cache: Parse tlv digest lists
` [PATCH v6 09/15] digest_cache: Populate the digest cache from a digest list
` [PATCH v6 10/15] digest_cache: Add management of verification data
` [PATCH v6 11/15] digest_cache: Add support for directories
` [PATCH v6 12/15] digest cache: Prefetch digest lists if requested
` [PATCH v6 13/15] digest_cache: Reset digest cache on file/directory change
` [PATCH v6 14/15] selftests/digest_cache: Add selftests for the Integrity Digest Cache
` [PATCH v6 15/15] docs: Add documentation of "
[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
2024-12-05 3:33 UTC (25+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v21 3/6] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v21 4/6] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v21 5/6] samples/check-exec: Add set-exec
` [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 v6 0/5] introduce PIDFD_SELF* sentinels
2024-12-02 14:31 UTC (8+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[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)
[PATCH] uapi: add EROBLK
2024-11-19 17:27 UTC (4+ messages)
A Proposal
2024-11-18 22:38 UTC
[PATCH] statmount: add flag to retrieve unescaped options
2024-11-15 8:10 UTC (8+ messages)
[PATCH net 1/1] net/ipv6: Netlink flag for new IPv6 Default Routes
2024-11-14 20:42 UTC (3+ messages)
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd
2024-11-11 22:14 UTC (8+ messages)
page: next (older)
- 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 read-only IMAP folder(s) and NNTP newsgroup(s).