messages from 2024-06-12 15:08:00 to 2024-07-10 10:05:12 UTC [more...]
[RFC PATCH v19 0/5] Script execution control (was O_MAYEXEC)
2024-07-10 10:05 UTC (50+ messages)
` [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
` [PATCH] binfmt_elf: Fail execution of shared objects with ELIBEXEC (was: Re: [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2))
` [PATCH] binfmt_elf: Fail execution of shared objects with ELIBEXEC
` [RFC PATCH v19 2/5] security: Add new SHOULD_EXEC_CHECK and SHOULD_EXEC_RESTRICT securebits
` [RFC PATCH v19 3/5] selftests/exec: Add tests for AT_CHECK and related securebits
` [RFC PATCH v19 4/5] selftests/landlock: Add tests for execveat + AT_CHECK
` [RFC PATCH v19 5/5] samples/should-exec: Add set-should-exec
[PATCH v22 0/4] implement getrandom() in vDSO
2024-07-10 4:05 UTC (7+ messages)
` [PATCH v22 1/4] mm: add MAP_DROPPABLE for designating always lazily freeable mappings
` [PATCH v22 2/4] random: introduce generic vDSO getrandom() implementation
` [PATCH v22 3/4] x86: vdso: Wire up getrandom() vDSO implementation
` [PATCH v22 4/4] selftests/vDSO: add tests for vgetrandom
[PATCH v21 0/4] implement getrandom() in vDSO
2024-07-10 3:53 UTC (28+ messages)
` [PATCH v21 1/4] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v21 2/4] random: introduce generic vDSO getrandom() implementation
` [PATCH v21 3/4] x86: vdso: Wire up getrandom() vDSO implementation
` [PATCH v21 4/4] selftests/vDSO: add tests for vgetrandom
mprotect PROT_SIGNAL
2024-07-09 16:44 UTC
[PATCH v3] platform/x86: asus-wmi: support the disable camera LED on F10 of Zenbook 2023
2024-07-06 13:44 UTC (2+ messages)
[PATCH v23 3/5] tracing: Allow user-space mapping of the ring-buffer
2024-07-03 22:26 UTC (10+ messages)
[PATCH v20 0/5] implement getrandom() in vDSO
2024-07-03 19:04 UTC (8+ messages)
` [PATCH v20 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v20 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v20 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v20 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v20 5/5] x86: vdso: Wire up getrandom() vDSO implementation
[PATCH v19 0/5] implement getrandom() in vDSO
2024-07-02 15:08 UTC (8+ messages)
` [PATCH v19 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v19 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v19 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v19 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v19 5/5] x86: vdso: Wire up getrandom() vDSO implementation
[PATCH v18 0/5] implement getrandom() in vDSO
2024-07-01 13:59 UTC (15+ messages)
` [PATCH v18 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v18 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v18 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v18 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v18 5/5] x86: vdso: Wire up getrandom() vDSO implementation
[PATCH] uapi: change TRACE_MMAP_IOCTL_GET_READER to avoid collision with TCGETS
2024-06-30 21:36 UTC
[PATCH] syscalls: fix sys_fanotify_mark prototype
2024-06-29 21:31 UTC (2+ messages)
[PATCH RFT v6 0/9] fork: Support shadow stacks in clone3()
2024-06-25 22:31 UTC (11+ messages)
` [PATCH RFT v6 1/9] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v6 2/9] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v6 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v6 4/9] fork: Add shadow stack support to clone3()
` [PATCH RFT v6 5/9] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v6 6/9] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v6 7/9] selftests/clone3: Explicitly handle child exits due to signals
` [PATCH RFT v6 8/9] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v6 9/9] selftests/clone3: Test shadow stack support
[PATCH v2] platform/x86: asus-wmi: support the disable camera LED on F10 of Zenbook 2023
2024-06-24 8:34 UTC (6+ messages)
[RFC PATCH] LSM, net: Add SO_PEERCONTEXT for peer LSM data
2024-06-23 19:58 UTC (6+ messages)
` [PATCH RFC] "
[PATCH 0/2] platform/x86: asus-wmi: support a couple Zenbook 2023 features
2024-06-21 9:25 UTC (8+ messages)
` [PATCH 1/2] platform/x86: asus-wmi: support camera disable LED
` [PATCH 2/2] platform/x86: asus-wmi: support newer fan_boost_mode dev_id
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-20 18:52 UTC (7+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
[PATCH v17 0/5] implement getrandom() in vDSO
2024-06-19 11:36 UTC (17+ messages)
` [PATCH v17 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v17 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v17 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v17 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v17 5/5] x86: vdso: Wire up getrandom() vDSO implementation
[PATCH v1 00/14] futex: More futex2 bits
2024-06-18 16:53 UTC (8+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
[PATCH v16 0/5] implement getrandom() in vDSO
2024-06-14 18:35 UTC (10+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
termios constants should be unsigned
2024-06-13 21:37 UTC (12+ messages)
termios constants should be unsigned
2024-06-12 15:07 UTC (6+ messages)
` [PATCH] uapi/asm/termbits: Use the U integer suffix for bit fields
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).