Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-04-07 19:51:31 to 2025-04-11 06:38:30 UTC [more...]

[PATCH v1 00/16] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-11  6:37 UTC  (5+ messages)
` [PATCH v1 01/16] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v1 02/16] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v1 03/16] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v1 05/16] iommufd/selftest: Support user_data in mock_viommu_alloc

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-04-11  6:07 UTC  (16+ messages)
` [PATCH RFC v7 1/8] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH RFC v7 2/8] mm/mempolicy: Export memory policy symbols
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 4/8] KVM: Add kvm_gmem_exit() cleanup function
` [PATCH RFC v7 5/8] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH RFC v7 6/8] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC v7 8/8] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH net-next v25 00/23] Introducing OpenVPN Data Channel Offload
 2025-04-11  3:07 UTC  (17+ messages)
` [PATCH net-next v25 01/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v25 02/23] ovpn: add basic netlink support
` [PATCH net-next v25 04/23] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v25 05/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v25 07/23] ovpn: implement basic TX path (UDP)

[PATCH net-next] selftests/vsock: add initial vmtest.sh for vsock
 2025-04-11  1:07 UTC 

[PATCH v4 0/5] Add support for the Bus Lock Threshold
 2025-04-10 23:25 UTC  (6+ messages)
` [PATCH v4 2/5] x86/cpufeatures: Add CPUID feature bit "

[PATCH v2 00/32] kselftest harness and nolibc compatibility
 2025-04-10 20:01 UTC  (9+ messages)
` [PATCH v2 01/32] selftests: harness: Add harness selftest
` [PATCH v2 02/32] selftests: harness: Use C89 comment style
` [PATCH v2 03/32] selftests: harness: Ignore unused variant argument warning

[PATCH] firmware: cs_dsp: test_bin_error: Fix uninitialized data used as fw version
 2025-04-10 19:16 UTC  (2+ messages)

arch_timer_edge_cases failures on ampere-one
 2025-04-10 15:35 UTC  (2+ messages)

[PATCH v3 2/2] rcutorture: Fix issue with re-using old images on ARM64
 2025-04-10 15:03 UTC 

[PATCH net-next v2 0/6] xfrm & bonding: Correct use of xso.real_dev
 2025-04-10 11:10 UTC  (10+ messages)
` [PATCH net-next v2 1/6] net/mlx5: Avoid using xso.real_dev unnecessarily
` [PATCH net-next v2 2/6] xfrm: Use xdo.dev instead of xdo.real_dev
` [PATCH net-next v2 3/6] xfrm: Remove unneeded device check from validate_xmit_xfrm
` [PATCH net-next v2 4/6] xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
` [PATCH net-next v2 5/6] bonding: Mark active offloaded xfrm_states
` [PATCH net-next v2 6/6] bonding: Fix multiple long standing offload races

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-10 11:04 UTC  (32+ messages)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [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 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 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv

[PATCH] selftests/mm: Restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh
 2025-04-10 10:07 UTC 

[PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues
 2025-04-10  5:50 UTC  (3+ messages)

[PATCH v8 0/4] KVM: selftests: Add LoongArch support
 2025-04-10  3:56 UTC  (5+ messages)
` [PATCH v8 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v8 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v8 3/4] KVM: selftests: Add ucall test "
` [PATCH v8 4/4] KVM: selftests: Add test cases "

[PATCH bpf-next v4 0/3] bpf: Fix use-after-free of sockmap
 2025-04-10  3:02 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf, sockmap: avoid using sk_socket after free when sending
` [PATCH bpf-next v4 2/3] bpf, sockmap: avoid using sk_socket after free when reading
` [PATCH bpf-next v4 3/3] selftests/bpf: Add edge case tests for sockmap

[PATCH bpf-next v2 0/2] bpf: fix ktls panic with sockmap and add tests
 2025-04-10  3:00 UTC  (2+ messages)

[PATCH v2] unshare_test: set nr_open using soft limit
 2025-04-10  2:05 UTC  (5+ messages)

[PATCH] selftests/bpf: Fix bpf_nf selftest failure
 2025-04-09 23:40 UTC  (2+ messages)

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-09 23:30 UTC  (6+ messages)
` Re:[PATCH v2] "
  ` [PATCH "
    ` Re:[PATCH RESEND bpf-next "
      ` [PATCH "

[GIT PULL] Kselftest fixes update for Linux 6.15-rc2
 2025-04-09 23:06 UTC  (2+ messages)

[PATCH 0/4] sysctl: Move the u8 range check test to lib/test_sysctl.c
 2025-04-09 17:29 UTC  (9+ messages)
` [PATCH 1/4] sysctl: move u8 register "
` [PATCH 2/4] sysctl: Add 0012 to test the u8 range check
` [PATCH 3/4] sysctl: call sysctl tests with a for loop
` [PATCH 4/4] sysctl: Close test ctl_headers "

[PATCH v2] selftests/ftrace: Convert poll to a gen_file
 2025-04-09 16:48 UTC  (2+ messages)

[PATCH v1 1/3] selftests: pidfd: add missing sys/mount.h include in pidfd_fdinfo_test.c
 2025-04-09 16:16 UTC  (3+ messages)
` [PATCH v1 3/3] selftests: pid_namespace: add missing sys/mount.h include in pid_max.c

[PATCH v2] selftests: pid_namespace: Add missing sys/mount.h
 2025-04-09 16:15 UTC  (3+ messages)

[PATCH net-next] configs/debug: run and debug PREEMPT
 2025-04-09 15:55 UTC  (3+ messages)

[PATCH 0/2] ftrace: Fix subops accounting
 2025-04-09 15:15 UTC  (3+ messages)
` [PATCH 1/2] ftrace: Fix accounting of subop hashes
` [PATCH 2/2] tracing/selftest: Add test to better test subops filtering of function graph

[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
 2025-04-09 14:47 UTC  (7+ messages)
` [PATCH v8 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v8 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v8 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v8 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v8 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH] ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB
 2025-04-09 14:37 UTC  (2+ messages)

[PATCH net-next 0/6] xfrm & bonding: Correct use of xso.real_dev
 2025-04-09 14:33 UTC  (10+ messages)
` [PATCH net-next 1/6] net/mlx5: Avoid using xso.real_dev unnecessarily
` [PATCH net-next 4/6] xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
` [PATCH net-next 6/6] bonding: Fix multiple long standing offload races

[PATCH v2] selftests/x86/lam: fix resource leak in do_uring() and allocate_dsa_pasid()
 2025-04-09 13:53 UTC  (6+ messages)
` [PATCH v3] "
    ` RE:[PATCH RESEND x86-next v4] "
      ` [PATCH "
        ` [PATCH "

[PATCH] selftests/mm: Fix compiler -Wmaybe-uninitialized warning
 2025-04-09 10:36 UTC  (7+ messages)

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-09  3:34 UTC  (2+ messages)
` [RFC bpf-next 08/13] selftests: bpf: Avoid attaching to bpf_check()

[PATCH 1/1] selftests/mincore: Allow read-ahead pages to reach the end of the file
 2025-04-09  2:44 UTC  (4+ messages)

[GIT PULL] kunit fixes update for Linux 6.15-rc2
 2025-04-09  0:56 UTC  (2+ messages)

[PATCH v2] selftests/ptrace/get_syscall_info: fix for MIPS n32
 2025-04-08 23:54 UTC  (5+ messages)

[PATCH net-next] selftests: tc-testing: Pre-load IFE action and its submodules
 2025-04-08 23:24 UTC  (2+ messages)

[PATCH net 0/2] mptcp: only inc MPJoinAckHMacFailure for HMAC failures
 2025-04-08 23:24 UTC  (6+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: mptcp: validate MPJoin HMacFailure counters

[PATCH] tests/pid_namespace: Add missing sys/mount.h
 2025-04-08 23:10 UTC  (3+ messages)

[PATCH] selftests/futex: futex_waitv wouldblock test should fail
 2025-04-08 22:52 UTC  (4+ messages)

[PATCH v3 0/2] memcg: Fix test_memcg_min/low test failures
 2025-04-08 22:22 UTC  (3+ messages)
` [PATCH v3 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

[PATCH RFT v15 0/8] fork: Support shadow stacks in clone3()
 2025-04-08 18:49 UTC  (9+ messages)
` [PATCH RFT v15 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v15 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v15 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v15 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v15 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v15 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v15 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v15 8/8] selftests/clone3: Test shadow stack support

[RFC PATCH v1 nf-next] selftests: netfilter: Add bridge_fastpath.sh
 2025-04-08 14:22 UTC 

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-08 13:15 UTC  (9+ messages)

[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-04-08 11:44 UTC  (5+ messages)
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster

[PATCHv6 net-next 0/2] wireguard: selftests: use nftables for testing
 2025-04-08 11:08 UTC  (5+ messages)
` [PATCHv6 net-next 1/2] wireguard: selftests: convert iptables to nft
` [PATCHv6 net-next 2/2] wireguard: selftests: update to using nft for qemu test

[PATCH] selftests: mptcp: add comment for getaddrinfo
 2025-04-08 10:57 UTC  (4+ messages)
  `  "

[PATCH] kunit: cs_dsp: Depend on FW_CS_DSP rather then enabling it
 2025-04-08  9:25 UTC  (2+ messages)

[PATCH v2 0/6] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-04-08  8:11 UTC  (6+ messages)
` [PATCH v2 6/6] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory

[PATCH] selftest/mm: Make hugetlb_reparenting_test tolerant to async reparenting
 2025-04-08  3:46 UTC  (2+ messages)

[PATCH v3] ublk: improve detection and handling of ublk server exit
 2025-04-08  3:06 UTC  (4+ messages)

[PATCH v17 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-04-07 19:51 UTC  (14+ messages)
` [PATCH v17 03/15] irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS
` [PATCH v17 04/15] dt-bindings: PCI: pci-ep: Add support for iommu-map and msi-map
` [PATCH v17 05/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v17 06/15] PCI: endpoint: Set ID and of_node for function driver
` [PATCH v17 07/15] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v17 08/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v17 09/15] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v17 10/15] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v17 11/15] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v17 12/15] selftests: pci_endpoint: "
` [PATCH v17 13/15] pci: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v17 14/15] pci: imx6: Add LUT setting for MSI/IOMMU in Endpoint mode
` [PATCH v17 15/15] arm64: dts: imx95: Add msi-map for pci-ep device


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox