Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-13 07:17:33 to 2024-10-16 01:04:22 UTC [more...]

[PATCH net-next v9 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-16  1:03 UTC  (20+ messages)
` [PATCH net-next v9 01/23] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v9 02/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v9 03/23] ovpn: add basic netlink support
` [PATCH net-next v9 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v9 05/23] ovpn: keep carrier always on
` [PATCH net-next v9 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v9 07/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v9 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v9 09/23] ovpn: implement basic RX "
` [PATCH net-next v9 10/23] ovpn: implement packet processing
` [PATCH net-next v9 11/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v9 12/23] ovpn: implement TCP transport
` [PATCH net-next v9 13/23] ovpn: implement multi-peer support
` [PATCH net-next v9 14/23] ovpn: implement peer lookup logic
` [PATCH net-next v9 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v9 16/23] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v9 17/23] ovpn: add support for peer floating
` [PATCH net-next v9 18/23] ovpn: implement peer add/dump/delete via netlink
` [PATCH net-next v9 19/23] ovpn: implement key add/del/swap "

[PATCH 1/3] selftests: Add a few missing gitignore files
 2024-10-16  0:42 UTC  (7+ messages)
` [PATCH 2/3] selftests/net: Fix ./ns-XXXXXX not cleanup
` [PATCH 3/3] selftests: ignore output files and clean them in Makefile

[PATCH net-next v2 0/3] Threads support in proc connector
 2024-10-16  0:32 UTC  (12+ messages)
` [PATCH net-next v2 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v2 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v2 3/3] connector/cn_proc: Selftest for threads

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-10-15 23:42 UTC  (6+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private

kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (v6.12-rc3-5-gecfe6870abac)
 2024-10-15 22:25 UTC 

[PATCH v3 0/1] update mseal.rst
 2024-10-15 20:00 UTC  (3+ messages)
` [PATCH v3 1/1] mseal: "

[PATCH 0/3] Handle MMIO during event delivery error on SVM
 2024-10-15 19:52 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86, vmx: Add function for event delivery error generation

[PATCH v2 0/3] introduce PIDFD_SELF* sentinels
 2024-10-15 19:40 UTC  (3+ messages)
` [PATCH v2 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-15 18:44 UTC  (10+ messages)
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct

[PATCH v3 0/4] Add support for the Bus Lock Threshold
 2024-10-15 18:15 UTC  (5+ messages)
` [PATCH v3 2/4] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v3 3/4] KVM: X86: Add documentation about behavioral difference for KVM_EXIT_BUS_LOCK

[PATCH 0/7] KVM: x86: Introduce new ioctl KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
 2024-10-15 18:10 UTC  (14+ messages)
` [PATCH 2/7] KVM: x86: Implement Hyper-V's vCPU suspended state
` [PATCH 5/7] KVM: x86: Implement KVM_HYPERV_SET_TLB_FLUSH_INHIBIT

[PATCH net v2 0/2] mptcp: prevent MPC handshake on port-based signal endpoints
 2024-10-15 18:00 UTC  (4+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] selftests: mptcp: join: test for prohibited MPC to port-based endp

[RFC PATCH 0/7] mm/damon: remove DAMON debugfs interface
 2024-10-15 17:54 UTC  (5+ messages)
` [RFC PATCH 3/7] selftests/damon/config: remove configs for DAMON debugfs interface selftests
` [RFC PATCH 4/7] selftests/damon: remove tests for DAMON debugfs interface
` [RFC PATCH 5/7] kunit: configs: remove configs for DAMON debugfs interface tests
` [RFC PATCH 6/7] mm/damon: remove DAMON debugfs interface kunit tests

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-15 17:16 UTC  (6+ messages)
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

[PATCH net-next v04 0/3] net: af_packet: allow joining a fanout when link is down
 2024-10-15 17:00 UTC  (8+ messages)
` [PATCH net-next v04 1/3] af_packet: allow fanout_add when socket is not RUNNING
` [PATCH net-next v04 2/3] selftests: net/psock_fanout: socket joins fanout when link is down
` [PATCH net-next v04 3/3] selftests: net/psock_fanout: unbound socket fanout

[PATCH v3] selftests: tc-testing: Fix spelling errors in cgroup.json and flow.json
 2024-10-15 17:00 UTC 

[PATCH net-next v1 0/3] Threads support in proc connector
 2024-10-15 16:53 UTC  (10+ messages)
` [PATCH net-next v1 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v1 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v1 3/3] connector/cn_proc: Selftest for threads

[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
 2024-10-15 16:27 UTC  (5+ messages)
` [PATCH v2 5/6] iommu/arm-smmu-v3: Make smmuv3 set_dev_pasid() op support replace

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-15 16:22 UTC  (8+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[RFC] Test catalog template
 2024-10-15 16:01 UTC  (2+ messages)
` [Automated-testing] "

[PATCH v2] selftests: clone3: Use the capget and capset syscall directly
 2024-10-15 15:31 UTC  (2+ messages)

[PATCH bpf v1 1/2] bpf: fix link info netfilter flags to populate defrag flag
 2024-10-15 15:25 UTC  (2+ messages)

[PATCH] selftests: clone3: Use the capget and capset syscall directly
 2024-10-15 15:23 UTC  (8+ messages)

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-15 15:01 UTC  (12+ messages)
` [PATCH v5 19/30] arm64: add POE signal support

[PATCH v6 0/5] selftests: kvm: s390: Add ucontrol memory selftests
 2024-10-15 14:15 UTC  (11+ messages)
` [PATCH v6 1/5] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v6 2/5] selftests: kvm: s390: Add uc_skey "
` [PATCH v6 3/5] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v6 4/5] selftests: kvm: s390: Fix whitespace confusion in ucontrol test
` [PATCH v6 5/5] selftests: kvm: s390: correct IP.b length in uc_handle_sieic debug output

[PATCH 0/6] KUnit test moves / renames
 2024-10-15 13:21 UTC  (5+ messages)
` [PATCH 5/6] unicode: kunit: refactor selftest to kunit tests
` [PATCH 6/6] unicode: kunit: change tests filename and path

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-15 13:05 UTC  (8+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1

[PATCH v2] selftests/intel_pstate: fix operand expected
 2024-10-15 10:20 UTC  (3+ messages)

[PATCH net-next 00/10] selftests: net: Introduce deferred commands
 2024-10-15  9:06 UTC  (7+ messages)
` [PATCH net-next 01/10] selftests: net: lib: "
` [PATCH net-next 04/10] selftests: RED: Use defer for test cleanup

[PATCH v2] selftest: hid: add the missing tests directory
 2024-10-15  9:15 UTC 

[PATCH 0/4] kunit: Add support for LoongArch
 2024-10-15  7:31 UTC  (10+ messages)
` [PATCH 1/4] LoongArch: Don't crash in stack_top() for tasks without vDSO
` [PATCH 2/4] kunit: qemu_configs: add LoongArch config
` [PATCH 3/4] kunit: tool: Allow overriding the shutdown mode from qemu config
` [PATCH 4/4] kunit: qemu_configs: loongarch: Enable shutdown

[RFC PATCH 0/4] implement lightweight guard pages
 2024-10-15  7:27 UTC  (18+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism

[PATCH] selftests: mm: fix the incorrect usage() info of khugepaged
 2024-10-15  2:34 UTC  (2+ messages)

[PATCH -next] selftests/cgroup: Fix compile error in test_cpu.c
 2024-10-15  1:06 UTC  (2+ messages)

[PATCH v2 net-next] selftests: tc-testing: Fixed Typo error
 2024-10-14 23:57 UTC  (2+ messages)

[PATCH] selftests/intel_pstate: fix operand expected
 2024-10-14 23:41 UTC  (2+ messages)

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-14 22:58 UTC  (8+ messages)
` [PATCH v3 1/9] KVM: selftests: Decouple SEV ioctls from asserts
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test
` [PATCH v3 7/9] KVM: selftests: Add interface to manually flag protected/encrypted ranges

[PATCH] selftests:timers: remove local CLOCKID defines
 2024-10-14 22:09 UTC  (4+ messages)

[PATCH] selftests: timers: Remove unneeded semicolon
 2024-10-14 22:08 UTC  (4+ messages)

[RFC PATCH] selftest/tcp-ao: Add filter tests
 2024-10-14 22:07 UTC  (2+ messages)

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-14 18:25 UTC  (18+ messages)
` [PATCH V13 01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case
` [PATCH V13 02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH V13 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
` [PATCH V13 04/14] KVM: selftests: Add guest Intel PT test
` [PATCH V13 05/14] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V13 06/14] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V13 07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V13 08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V13 09/14] perf tools: Add aux-action config term
` [PATCH V13 10/14] perf tools: Parse aux-action
` [PATCH V13 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V13 12/14] perf intel-pt: Improve man page format
` [PATCH V13 13/14] perf intel-pt: Add documentation for pause / resume
` [PATCH V13 14/14] perf intel-pt: Add a test "

[PATCH 6.6 206/213] selftests/rseq: Fix mm_cid test failure
 2024-10-14 14:21 UTC 

[PATCH 6.11 205/214] selftests/rseq: Fix mm_cid test failure
 2024-10-14 14:21 UTC 

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-14 14:33 UTC  (7+ messages)
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH bpf-next v1 0/3] Improve .BTF_ids patching and alignment
 2024-10-14 12:56 UTC  (3+ messages)
` [PATCH bpf-next v1 1/3] tools/resolve_btfids: Simplify handling cross-endian compilation

kselftest/fixes kselftest-seccomp: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc3)
 2024-10-14 12:52 UTC 

kselftest/fixes kselftest-lib: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc3)
 2024-10-14 12:52 UTC 

kselftest/fixes kselftest-cpufreq: 3 runs, 3 regressions (linux_kselftest-fixes-6.12-rc3)
 2024-10-14 12:52 UTC 

kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (linux_kselftest-fixes-6.12-rc3)
 2024-10-14 11:53 UTC 

[PATCH v1 0/1] update mseal.rst
 2024-10-14  4:49 UTC  (8+ messages)
` [PATCH v1 1/1] mseal: "

[PATCH V12 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-13 14:48 UTC  (3+ messages)
` [PATCH V12 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume


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