messages from 2025-03-11 13:18:43 to 2025-03-13 12:57:35 UTC [more...]
[PATCH v3 00/17] riscv: add SBI FWFT misaligned exception delegation support
2025-03-13 12:57 UTC (11+ 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 net 7/7] selftests: net: test for lwtunnel dst ref loops
2025-03-13 12:56 UTC (2+ messages)
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-03-13 12:25 UTC (16+ 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 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 v7 0/9] Device memory TCP TX
2025-03-13 10:58 UTC (5+ 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 00/13] selftests/bpf: Integrate test_xsk.c to test_progs framework
2025-03-13 10:50 UTC (15+ 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 v2 0/5] rust: reduce pointer casts, enable related lints
2025-03-13 10:47 UTC (32+ messages)
` [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint
[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 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
2025-03-13 5:33 UTC
[RFC PATCH v1 0/2] mseal: allow noop mprotect
2025-03-13 5:29 UTC (10+ messages)
` [RFC PATCH v1 1/2] selftests/mm: mseal_test: avoid using no-op mprotect
` [RFC PATCH v1 2/2] mseal: allow noop mprotect
Error during --arch x86_64 kunit test run
2025-03-13 2:21 UTC (4+ messages)
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-13 1:15 UTC (19+ messages)
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH] rust: enable `clippy::ptr_as_ptr` lint
2025-03-13 0:40 UTC (5+ messages)
[PATCH net-next v23 00/23] Introducing OpenVPN Data Channel Offload
2025-03-12 20:54 UTC (24+ messages)
` [PATCH net-next v23 01/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v23 02/23] ovpn: add basic netlink support
` [PATCH net-next v23 03/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v23 04/23] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v23 05/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v23 06/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v23 07/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v23 08/23] ovpn: implement basic RX "
` [PATCH net-next v23 09/23] ovpn: implement packet processing
` [PATCH net-next v23 10/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v23 11/23] ovpn: implement TCP transport
` [PATCH net-next v23 12/23] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v23 13/23] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v23 14/23] ovpn: implement multi-peer support
` [PATCH net-next v23 15/23] ovpn: implement peer lookup logic
` [PATCH net-next v23 16/23] ovpn: implement keepalive mechanism
` [PATCH net-next v23 17/23] ovpn: add support for updating local or remote UDP endpoint
` [PATCH net-next v23 18/23] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v23 19/23] ovpn: implement key add/get/del/swap "
` [PATCH net-next v23 20/23] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v23 21/23] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v23 22/23] ovpn: add basic ethtool support
` [PATCH net-next v23 23/23] testing/selftests: add test tool and scripts for ovpn module
[PATCH net-next] selftests: net: bump GRO timeout for gro/setup_veth
2025-03-12 20:30 UTC (2+ messages)
[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
2025-03-12 19:32 UTC (10+ messages)
[PATCH v2] selftests/mm/cow: Fix the incorrect error handling
2025-03-12 17:35 UTC (3+ messages)
[PATCH net-next v22 18/23] ovpn: implement peer add/get/dump/delete via netlink
2025-03-12 16:52 UTC (2+ messages)
[PATCH v7 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
2025-03-12 16:11 UTC (4+ messages)
[PATCH net] selftests: drv-net: use defer in the ping test
2025-03-12 13:10 UTC
[PATCH net 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests
2025-03-12 9:11 UTC (8+ messages)
` [PATCH net 1/7] selftests/net: Print TCP flags in more common format
` [PATCH net 2/7] selftests/net: Provide tcp-ao counters comparison helper
` [PATCH net 3/7] selftests/net: Fetch and check TCP-MD5 counters
` [PATCH net 4/7] selftests/net: Add mixed select()+polling mode to TCP-AO tests
` [PATCH net 5/7] selftests/net: Print the testing side in unsigned-md5
` [PATCH net 6/7] selftests/net: Delete timeout from test_connect_socket()
` [PATCH net 7/7] selftests/net: Drop timeout argument from test_client_verify()
[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
2025-03-12 8:34 UTC (8+ messages)
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems
[PATCH] selftests/bpf: Fix sockopt selftest failure on powerpc
2025-03-12 7:17 UTC (2+ messages)
[PATCH] selftests/pidfd: align stack to fix SP alignment exception
2025-03-12 6:15 UTC
[PATCH 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
2025-03-12 1:53 UTC (2+ messages)
[PATCHv5 net 0/3] bond: fix xfrm offload issues
2025-03-12 1:04 UTC (6+ messages)
` [PATCHv5 net 1/3] bonding: fix calling sleeping function in spin lock and some race conditions
[PATCH] selftests/mm/cow: Fix the incorrect error handling
2025-03-11 19:48 UTC (4+ messages)
[PATCH v9 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-03-11 19:44 UTC (15+ messages)
` [PATCH v9 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v9 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v9 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v9 04/14] iommufd: Rename fault.c to eventq.c
` [PATCH v9 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v9 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v9 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v9 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v9 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v9 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v9 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v9 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v9 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v9 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
[PATCH] rseq/selftests: ensure the rseq abi TLS is actually 1024 bytes
2025-03-11 19:21 UTC
[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-03-11 17:43 UTC (9+ messages)
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v8 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v8 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations
[PATCH] selftest/powerpc/mm/pkey: fix build-break introduced by commit 00894c3fc917
2025-03-11 17:17 UTC (3+ messages)
[PATCH 6.1.y] selftests/vm: fix undefined reference of the `default_huge_page_size`
2025-03-11 16:21 UTC
[PATCH 1/2] selftests/pid_namespace: fix building with clang-20
2025-03-11 16:07 UTC (2+ messages)
` [PATCH 2/2] selftests/pidfd: "
[PATCH 00/11] selftests: ublk: bug fixes & consolidation
2025-03-11 13:28 UTC (5+ messages)
[PATCH v4 00/12] selftests/mm: Some cleanups from trying to run them
2025-03-11 13:18 UTC (2+ messages)
` [PATCH v4 12/12] selftests/mm/mlock: Print error on failure
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