Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-12-13 19:35:55 to 2024-12-19 01:42:26 UTC [more...]

[PATCH net-next v16 00/26] Introducing OpenVPN Data Channel Offload
 2024-12-19  1:42 UTC  (16+ messages)
` [PATCH net-next v16 01/26] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v16 02/26] ovpn: add basic netlink support
` [PATCH net-next v16 03/26] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v16 04/26] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v16 05/26] ovpn: introduce the ovpn_peer object
` [PATCH net-next v16 06/26] kref/refcount: implement kref_put_sock()
` [PATCH net-next v16 07/26] ovpn: introduce the ovpn_socket object
` [PATCH net-next v16 08/26] ovpn: implement basic TX path (UDP)
` [PATCH net-next v16 09/26] ovpn: implement basic RX "
` [PATCH net-next v16 10/26] ovpn: implement packet processing
` [PATCH net-next v16 11/26] ovpn: store tunnel and transport statistics
` [PATCH net-next v16 12/26] ipv6: export inet6_stream_ops via EXPORT_SYMBOL_GPL
` [PATCH net-next v16 13/26] ovpn: implement TCP transport
` [PATCH net-next v16 14/26] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v16 15/26] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg

[PATCH] selftests/bpf: Fix compilation error in get_uprobe_offset()
 2024-12-19  1:28 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] Support eliding map lookup nullness
 2024-12-19  0:09 UTC  (18+ messages)
` [PATCH bpf-next v5 3/5] bpf: verifier: Refactor helper access type tracking
` [PATCH bpf-next v5 4/5] bpf: verifier: Support eliding map lookup nullness
` [PATCH bpf-next v5 5/5] bpf: selftests: verifier: Add nullness elision tests

[PATCH v3 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-12-19  0:01 UTC  (5+ messages)

[PATCH net-next v6 00/11] net: Improve netns handling in rtnetlink
 2024-12-18 23:37 UTC  (13+ messages)
` [PATCH net-next v6 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v6 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v6 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v6 04/11] ieee802154: 6lowpan: "
` [PATCH net-next v6 05/11] net: ip_tunnel: "
` [PATCH net-next v6 06/11] net: ipv6: "
` [PATCH net-next v6 07/11] net: xfrm: "
` [PATCH net-next v6 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v6 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v6 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v6 11/11] selftests: net: Add test cases for link and peer netns

[PATCH V2] selftests: lsm: Refactor `flags_overset_lsm_set_self_attr` test
 2024-12-18 23:14 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/7] Enhance event delivery error handling
 2024-12-18 22:00 UTC  (16+ messages)
` [PATCH v3 1/7] KVM: x86: Add function for vectoring error generation
` [PATCH v3 2/7] KVM: x86: Add emulation status for unhandleable vectoring
` [PATCH v3 3/7] KVM: x86: Unprotect & retry before unhandleable vectoring check
` [PATCH v3 4/7] KVM: VMX: Handle vectoring error in check_emulate_instruction
` [PATCH v3 5/7] KVM: SVM: "
` [PATCH v3 6/7] selftests: KVM: extract lidt into helper function
` [PATCH v3 7/7] selftests: KVM: Add test case for MMIO during vectoring

arch/x86/include/asm/current.h:49:9: error: call to undeclared function '__typeof_unqual__'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 2024-12-18 20:14 UTC  (3+ messages)

[PATCH net-next 0/4] selftests/net: packetdrill: import multiple tests
 2024-12-18 19:43 UTC  (8+ messages)
` [PATCH net-next 1/4] selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_info
` [PATCH net-next 2/4] selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestamping
` [PATCH net-next 3/4] selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/blocking
` [PATCH net-next 4/4] selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfile, tcp/limited-transmit, tcp/syscall_bad_arg

[PATCH net-next 3/4] selftests: net: lib: Add a couple autodefer helpers
 2024-12-18 17:15 UTC  (2+ messages)
` [PATCH net-next 4/4] selftests: net: Add a VLAN bridge binding selftest

[PATCH] selftests/ring-buffer: Add test for out-of-bound pgoff mapping
 2024-12-18 17:03 UTC 

[PATCH 04/14] selftests/mm: Fix -Warray-bounds warnings in pkey_sighandler_tests
 2024-12-18 15:36 UTC  (2+ messages)
` [PATCH] selftests/mm: Fix -Wnull-dereference on Clang

[PATCH v2 0/6] selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs
 2024-12-18 15:09 UTC  (13+ messages)
` [PATCH v2 1/6] kvm: s390: Reject setting flic pfault attributes "
` [PATCH v2 2/6] selftests: kvm: s390: Add ucontrol flic attr selftests
` [PATCH v2 3/6] kvm: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
` [PATCH v2 4/6] selftests: kvm: s390: Add ucontrol gis routing test
` [PATCH v2 5/6] selftests: kvm: s390: Streamline uc_skey test to issue iske after sske
` [PATCH v2 6/6] selftests: kvm: s390: Add has device attr check to uc_attr_mem_limit selftest

[PATCH v2 1/6] kvm: s390: Reject setting flic pfault attributes on ucontrol VMs
 2024-12-18 15:06 UTC 

[PATCH net-next v7 0/4] Add support for SO_PRIORITY cmsg
 2024-12-18 11:57 UTC  (5+ messages)
` [PATCH net-next v7 4/4] sock: Introduce SO_RCVPRIORITY socket option

[PATCH v1] kbuild: Allow building of samples with UML
 2024-12-18 11:51 UTC 

[PATCH bpf-next v1] selftests/bpf: avoid generating untracked files when running bpf selftests
 2024-12-18 10:52 UTC 

[PATCH net] selftests: openvswitch: fix tcpdump execution
 2024-12-18 10:08 UTC  (2+ messages)
` [ovs-dev] "

[PATCH v3 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
 2024-12-18  5:00 UTC  (15+ messages)
` [PATCH v3 01/14] iommufd: Keep IOCTL list in an alphabetical order
` [PATCH v3 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v3 03/14] iommufd/fault: Move iommufd_fault_iopf_handler() to header
` [PATCH v3 04/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v3 05/14] iommufd: Rename fault.c to eventq.c
` [PATCH v3 06/14] iommufd: Add IOMMUFD_OBJ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v3 07/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v3 08/14] iommufd/viommu: Add iommufd_viommu_report_irq helper
` [PATCH v3 09/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v3 10/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VIRQ for vIRQ coverage
` [PATCH v3 11/14] iommufd/selftest: Add IOMMU_VIRQ_ALLOC test coverage
` [PATCH v3 12/14] Documentation: userspace-api: iommufd: Update FAULT and VIRQ
` [PATCH v3 13/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v3 14/14] iommu/arm-smmu-v3: Report IRQs that belong to devices attached to vIOMMU

[PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
 2024-12-18  3:43 UTC  (10+ messages)

[PATCH bpf-next v4 0/2] bpf, verifier: Improve precision of BPF_MUL
 2024-12-18  3:23 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcases for BPF_MUL

[PATCH for-next] selftests/alsa: Fix circular dependency involving global-timer
 2024-12-18  2:59 UTC 

[PATCH] KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable
 2024-12-17 19:22 UTC  (9+ messages)

[PATCH bpf-next v3 0/2] bpf, verifier: Improve precision of BPF_MUL
 2024-12-17 19:13 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcases for BPF_MUL

[PATCH v2] selftests: acct: Add ksft_exit_skip if not running as root
 2024-12-17 17:08 UTC  (2+ messages)

[PATCH] selftests: kselftest: Fix the wrong format specifier
 2024-12-17 16:30 UTC  (2+ messages)

[PATCH 0/2] fix reading ESP during coredump
 2024-12-17 15:09 UTC  (5+ messages)
` [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable "

[PATCH v3 0/3] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-17  7:41 UTC  (5+ messages)
` [PATCH v3 1/3] drivers: base: Don't match devices with NULL of_node/fwnode/etc
` [PATCH v3 2/3] drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
` [PATCH v3 3/3] drivers: base: test: Add ...find_device_by...(... NULL) tests

[PATCH RFC] Makefile: Export absolute srctree path for out-of-tree builds
 2024-12-17  3:10 UTC 

[PATCH net 3/5] selftests: net: support setting recv_size in YNL
 2024-12-17  1:29 UTC  (9+ messages)
` [PATCH net 4/5] selftests: net-drv: queues: sanity check netlink dumps
` [PATCH net 5/5] selftests: net-drv: stats: "

[PATCH net-next v15 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-17  0:40 UTC  (15+ messages)
` [PATCH net-next v15 06/22] ovpn: introduce the ovpn_socket object
` [PATCH net-next v15 09/22] ovpn: implement packet processing
` [PATCH net-next v15 10/22] ovpn: store tunnel and transport statistics
` [PATCH net-next v15 11/22] ovpn: implement TCP transport

[PATCH v2 resend] selftests: timers: clocksource-switch: Adapt progress to kselftest framework
 2024-12-16 23:08 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] selftests: bpf: Migrate test_xdp_meta.sh to test_progs
 2024-12-16 21:50 UTC  (2+ messages)

[PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery
 2024-12-16 21:43 UTC  (4+ messages)
` [PATCH v8 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled
` [PATCH v8 2/2] selftests/resctrl: Discover SNC kernel support and adjust messages

[PATCH v2 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros
 2024-12-16 17:24 UTC  (4+ messages)
` [PATCH v2 2/3] selftest/powerpc/ptrace/ptrace-pkey: "
` [PATCH v2 3/3] selftest/powerpc/ptrace: Cleanup duplicate macro definitions

[PATCH v7 0/2] selftests/resctrl: SNC kernel support discovery
 2024-12-16 14:23 UTC  (6+ messages)
` [PATCH v7 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled

[PATCH net-next v5 0/6] tls: implement key updates for TLS1.3
 2024-12-16 12:50 UTC  (2+ messages)

[PATCH 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros
 2024-12-16 12:10 UTC  (9+ messages)
` [PATCH 2/3] selftest/powerpc/ptrace/ptrace-pkey: "
` [PATCH 3/3] selftest/powerpc/ptrace: Cleanup duplicate macro definitions

[PATCH 00/14] pkeys kselftests improvements
 2024-12-16  9:28 UTC  (4+ messages)
` [PATCH 11/14] selftests/mm: Use sys_pkey helpers consistently
    ` [PATCH] selftests/mm: fix dependency on pkey_util.c

[PATCH] selftests: arm coresight: sysfsmode testing
 2024-12-16  5:50 UTC  (6+ messages)

[PATCH v7] lib/math: Add int_sqrt test suite
 2024-12-14 12:05 UTC  (2+ messages)

[PATCH net 0/2] bond: fix xfrm offload feature during init
 2024-12-14  3:31 UTC  (4+ messages)

[PATCH] KVM: selftests: Add printf attribute to _no_printf()
 2024-12-13 22:30 UTC 

[PATCH 0/4] KVM: selftests: dirty_log_test: fixes for running the test nested
 2024-12-13 20:31 UTC  (7+ messages)
` [PATCH 1/4] KVM: VMX: read the PML log in the same order as it was written

[PATCH v2 0/3] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-13 20:13 UTC  (4+ messages)
` [PATCH v2 3/3] drivers: base: test: Add ...find_device_by...(... NULL) tests

[PATCH v2 0/6] Enhance event delivery error handling
 2024-12-13 20:09 UTC  (9+ messages)
` [PATCH v2 3/6] KVM: VMX: Handle vectoring error in check_emulate_instruction

[PATCH v7 00/30] NT synchronization primitive driver
 2024-12-13 19:35 UTC  (12+ messages)
` [PATCH v7 20/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v7 21/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v7 22/30] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v7 23/30] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v7 24/30] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v7 25/30] selftests: ntsync: Add tests for alertable waits
` [PATCH v7 26/30] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v7 27/30] selftests: ntsync: Add a stress test for contended waits
` [PATCH v7 28/30] maintainers: Add an entry for ntsync
` [PATCH v7 29/30] docs: ntsync: Add documentation for the ntsync uAPI
` [PATCH v7 30/30] ntsync: No longer depend on BROKEN


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