messages from 2024-05-29 07:44:27 to 2024-07-06 08:53:18 UTC [more...]
[RFC PATCH v19 0/5] Script execution control (was O_MAYEXEC)
2024-07-06 8:52 UTC (14+ messages)
` [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
` [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 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 v3] platform/x86: asus-wmi: support the disable camera LED on F10 of Zenbook 2023
2024-06-28 8:46 UTC
[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 (19+ messages)
` [PATCHv8 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv8 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv8 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv8 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv8 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv8 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv8 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv8 9/9] man2: Add uretprobe syscall page
[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 (41+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v16 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation
termios constants should be unsigned
2024-06-13 21:37 UTC (18+ messages)
` [PATCH] uapi/asm/termbits: Use the U integer suffix for bit fields
Correct way of calling prctl(2) (was: Sashimi of prctl(2))
2024-06-12 12:02 UTC (3+ messages)
` [PATCH v1 0/2] uapi/linux/prctl: Use the L and UL integer suffixes for certain constants
[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-11 14:25 UTC (12+ messages)
` [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv7 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
[PATCH v5 00/28] NT synchronization primitive driver
2024-06-10 16:58 UTC (2+ messages)
[PATCH RFC v2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-06-04 5:22 UTC (16+ messages)
Header conflicts with shmget() and SHM_HUGE_2MB
2024-06-03 19:27 UTC (2+ messages)
[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
2024-05-30 23:04 UTC (3+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
[PATCH v4 0/3] VT: Add ability to get font requirements
2024-05-29 8:44 UTC (7+ messages)
` [PATCH v5 "
` [PATCH v5 1/3] VT: Use macros to define ioctls
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).