messages from 2025-03-13 12:57:35 to 2025-03-15 20:00:59 UTC [more...]
[PATCH v10 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
2025-03-15 20:00 UTC (3+ messages)
` [PATCH v10 nf-next 1/3] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v10 nf-next 2/3] netfilter: nft_chain_filter: Add bridge "
[RFC PATCH 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
2025-03-15 19:23 UTC (3+ messages)
` [RFC PATCH 2/2] selftests/timers: Improve skew_consistency by testing with other clockids
[PATCH v2] selftests/mm/cow: Fix the incorrect error handling
2025-03-15 19:06 UTC (2+ messages)
[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
2025-03-15 18:00 UTC (20+ messages)
` [PATCH v3 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v3 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v3 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v3 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v3 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v3 6/6] rust: use strict provenance APIs
[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
2025-03-15 15:20 UTC (18+ messages)
` [PATCH bpf-next 01/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next 02/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next 03/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next 04/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next 05/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next 06/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next 07/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next 08/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next 09/11] bpf: Return PTR_ERR from push_stack()
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures
` [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification
[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
2025-03-15 12:42 UTC (5+ messages)
[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
2025-03-15 12:17 UTC (7+ messages)
` [PATCH v4 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v4 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v4 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v4 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v4 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v4 6/6] rust: use strict provenance APIs
[PATCH 1/4] selftests: ntsync: fix the wrong condition in wake_all
2025-03-15 9:39 UTC (3+ messages)
[PATCH RFC 8/8] selftests/sched_ext: Add test for sched_ext dl_server
2025-03-15 2:21 UTC
[PATCH 0/4] ntsync: some small fixes for doc and selftests
2025-03-14 22:12 UTC (8+ messages)
` [PATCH 1/4] selftests: ntsync: fix the wrong condition in wake_all
` [PATCH 2/4] selftests: ntsync: avoid possible overflow in 32-bit machine
` [PATCH 3/4] selftests: ntsync: update config
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-03-14 21:39 UTC (29+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v12 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v12 09/28] riscv mmu: write protect and shadow stack
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v12 15/28] riscv/traps: Introduce software check exception
` [PATCH v12 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v12 21/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v12 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v9 0/6] scanf: convert self-test to KUnit
2025-03-14 21:31 UTC (13+ messages)
` [PATCH v9 4/6] scanf: break kunit into test cases
` [PATCH v9 5/6] scanf: tidy header `#include`s
` [PATCH v9 6/6] scanf: further break kunit into test cases
` (subset) [PATCH v9 0/6] scanf: convert self-test to KUnit
[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
2025-03-14 21:19 UTC (12+ messages)
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems
[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
2025-03-14 20:04 UTC (17+ messages)
[PATCH 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
2025-03-14 19:00 UTC (4+ messages)
` [PATCH PATCH 2/2] "
[PATCH net-next 0/6] netconsole: Add support for userdata release
2025-03-14 17:58 UTC (7+ messages)
` [PATCH net-next 1/6] netconsole: introduce 'release' as a new sysdata field
` [PATCH net-next 2/6] netconsole: implement configfs for release_enabled
` [PATCH net-next 3/6] netconsole: add 'sysdata' suffix to related functions
` [PATCH net-next 4/6] netconsole: append release to sysdata
` [PATCH net-next 5/6] selftests: netconsole: Add tests for 'release' feature in sysdata
` [PATCH net-next 6/6] docs: netconsole: document release feature
[PATCH v11 00/27] riscv control-flow integrity for usermode
2025-03-14 16:19 UTC (40+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v11 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v11 09/27] riscv mmu: write protect and shadow stack
` [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v11 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH 00/13] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-03-14 16:08 UTC (3+ messages)
[PATCH] rust: enable `clippy::ptr_as_ptr` lint
2025-03-14 15:22 UTC (6+ messages)
[PATCH net v2 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
2025-03-14 15:19 UTC (4+ messages)
` [PATCH net v2 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v2 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v2 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment
[PATCH v3 00/17] riscv: add SBI FWFT misaligned exception delegation support
2025-03-14 13:53 UTC (29+ messages)
` [PATCH v3 02/17] riscv: sbi: add FWFT extension interface
` [PATCH v3 03/17] riscv: sbi: add SBI FWFT extension calls
` [PATCH v3 05/17] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v3 06/17] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v3 07/17] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v3 08/17] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v3 14/17] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v3 15/17] RISC-V: KVM: add SBI extension reset callback
` [PATCH v3 16/17] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v3 17/17] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
2025-03-14 12:26 UTC (13+ messages)
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
[PATCH net v2 3/3] selftests: net: test for lwtunnel dst ref loops
2025-03-14 12:00 UTC
[PATCH net-next] selftests: drv-net: fix merge conflicts resolution
2025-03-14 9:30 UTC (3+ messages)
[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
2025-03-14 7:10 UTC (2+ messages)
[PATCH v9] Kunit to check the longest symbol length
2025-03-14 5:44 UTC (2+ messages)
[PATCH v3 1/2] kunit: tool: Fix bug in parsing test plan
2025-03-14 5:37 UTC (4+ messages)
` [PATCH v3 2/2] kunit: tool: add test to check parsing late "
[PATCH v2 3/3] rust: replace `addr_of[_mut]!` with `&raw [const | mut]`
2025-03-14 3:47 UTC
[RFC PATCH v1 0/2] mseal: allow noop mprotect
2025-03-13 22:50 UTC (9+ messages)
` [RFC PATCH v1 2/2] "
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-03-13 22:05 UTC (8+ messages)
` [PATCH v4 07/14] arm64: "
[PATCH] selftests/bpf: Fix sockopt selftest failure on powerpc
2025-03-13 21:30 UTC (2+ messages)
Error during --arch x86_64 kunit test run
2025-03-13 20:19 UTC (5+ messages)
[PATCH v6 0/3] printf: convert self-test to KUnit
2025-03-13 17:28 UTC (7+ messages)
[PATCH v4 0/6] Fix some issues related to an interrupt type in pci_endpoint_test
2025-03-13 17:00 UTC (5+ messages)
` [PATCH v4 4/6] misc: pci_endpoint_test: Fix irq_type to convey the correct type
` [PATCH v4 5/6] misc: pci_endpoint_test: Remove global 'irq_type' and 'no_msi'
[PATCH net-next v7 0/9] Device memory TCP TX
2025-03-13 15:37 UTC (4+ messages)
` [PATCH net-next v7 2/9] net: add get_netmem/put_netmem support
[PATCH v10 0/8] Buddy allocator like (or non-uniform) folio split
2025-03-13 14:08 UTC (5+ messages)
` [PATCH v10 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
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).