messages from 2025-03-12 22:52:15 to 2025-03-14 21:00:03 UTC [more...]
[PATCH v9 0/6] scanf: convert self-test to KUnit
2025-03-14 20:59 UTC (12+ 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 0/6] rust: reduce pointer casts, enable related lints
2025-03-14 20:18 UTC (8+ 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
[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 (17+ messages)
` [PATCH 01/13] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH 02/13] selftests/bpf: test_xsk: Fix memory leaks
` [PATCH 03/13] selftests/bpf: test_xsk: Wrap ksft_*() behind macros
` [PATCH 04/13] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH 05/13] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH 06/13] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH 07/13] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH 08/13] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH 09/13] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH 10/13] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH 11/13] selftests/bpf: test_xsk: Make kselftest dependency optional
` [PATCH 12/13] selftests/bpf: test_xsk: Isolate flaky tests
` [PATCH 13/13] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
2025-03-14 15:56 UTC (11+ messages)
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems
[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 (33+ messages)
` [PATCH v3 01/17] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v3 02/17] riscv: sbi: add FWFT extension interface
` [PATCH v3 03/17] riscv: sbi: add SBI FWFT extension calls
` [PATCH v3 04/17] riscv: misaligned: request misaligned exception from SBI
` [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 (15+ 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 1/4] selftests: ntsync: fix the wrong condition in wake_all
2025-03-14 10:23 UTC
[PATCH net-next] selftests: drv-net: fix merge conflicts resolution
2025-03-14 9:30 UTC (3+ messages)
[PATCH 0/4] ntsync: some small fixes for doc and selftests
2025-03-14 9:21 UTC (5+ 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 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 (21+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces
` [PATCH v4 07/14] arm64: "
` [PATCH v4 08/14] loongarch: "
` [PATCH v4 09/14] parisc: "
` [PATCH v4 10/14] s390: "
` [PATCH v4 11/14] sh: "
` [PATCH v4 12/14] sh: Move defines needed "
` [PATCH v4 13/14] riscv: Add support "
` [PATCH v4 14/14] powerpc: "
[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 bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
2025-03-13 17:53 UTC (12+ 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 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 (6+ messages)
` [PATCH net-next v7 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v7 8/9] net: check for driver support in netmem TX
[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()
[PATCH net 7/7] selftests: net: test for lwtunnel dst ref loops
2025-03-13 12:56 UTC (2+ messages)
[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
2025-03-13 12:20 UTC
arm64: Kernel crash at devm_kmalloc include/linux/device.h: drivers/base/devres.c
2025-03-13 11:29 UTC (2+ messages)
[PATCH net-next 00/12] mptcp: pm: prep work for new ops and sysctl knobs
2025-03-13 10:21 UTC (13+ messages)
` [PATCH net-next 01/12] mptcp: pm: split netlink and in-kernel init
` [PATCH net-next 02/12] mptcp: pm: in-kernel: use kmemdup helper
` [PATCH net-next 03/12] mptcp: pm: use pm variable instead of msk->pm
` [PATCH net-next 04/12] mptcp: pm: only fill id_avail_bitmap for in-kernel pm
` [PATCH net-next 05/12] mptcp: pm: add struct_group in mptcp_pm_data
` [PATCH net-next 06/12] mptcp: pm: define struct mptcp_pm_ops
` [PATCH net-next 07/12] mptcp: pm: register in-kernel and userspace PM
` [PATCH net-next 08/12] mptcp: sysctl: set path manager by name
` [PATCH net-next 09/12] mptcp: sysctl: map path_manager to pm_type
` [PATCH net-next 10/12] mptcp: sysctl: map pm_type to path_manager
` [PATCH net-next 11/12] mptcp: sysctl: add available_path_managers
` [PATCH net-next 12/12] selftests: mptcp: add pm sysctl mapping tests
[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
2025-03-13 7:01 UTC (11+ messages)
` [PATCH net-next v10 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v10 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v10 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v10 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v10 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v10 06/10] tap: "
` [PATCH net-next v10 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v10 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v10 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v10 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-13 1:15 UTC (2+ messages)
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).