Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-02-15 10:35:34 to 2024-02-19 17:49:14 UTC [more...]

[PATCH v2] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-19 17:48 UTC  (4+ messages)

[PATCH net 00/13] mptcp: misc. fixes for v6.8
 2024-02-19 17:35 UTC  (17+ messages)
` [PATCH net 01/13] mptcp: add needs_id for userspace appending addr
` [PATCH net 02/13] mptcp: add needs_id for netlink "
` [PATCH net 03/13] mptcp: fix lockless access in subflow ULP diag
` [PATCH net 04/13] mptcp: fix data races on local_id
` [PATCH net 05/13] mptcp: fix data races on remote_id
` [PATCH net 06/13] mptcp: fix duplicate subflow creation
` [PATCH net 07/13] selftests: mptcp: pm nl: also list skipped tests
` [PATCH net 08/13] selftests: mptcp: pm nl: avoid error msg on older kernels
` [PATCH net 09/13] selftests: mptcp: diag: fix bash warnings "
` [PATCH net 10/13] selftests: mptcp: simult flows: fix some subtest names
` [PATCH net 11/13] selftests: mptcp: userspace_pm: unique "
` [PATCH net 12/13] selftests: mptcp: diag: unique 'in use' "
` [PATCH net 13/13] selftests: mptcp: diag: unique 'cestab' "

[PATCH] selftests: fuxex: Report a unique test name per run of futex_requeue_pi
 2024-02-19 15:58 UTC  (2+ messages)

[PATCH] selftests/mqueue: Set timeout to 100 seconds
 2024-02-19 15:06 UTC  (6+ messages)

[PATCH] Fix implicit cast warning in test_klp_state.c
 2024-02-19 14:16 UTC  (2+ messages)

[PATCH 0/3] Improvements to livepatch kselftests on top of kselftest-next
 2024-02-19 13:53 UTC  (8+ messages)
` [PATCH 1/3] selftests: lib.mk: Do not process TEST_GEN_MODS_DIR
` [PATCH 2/3] selftests: lib.mk: Simplify TEST_GEN_MODS_DIR handling
` [PATCH 3/3] selftests: livepatch: Add initial .gitignore

[PATCH] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-02-19 12:34 UTC  (3+ messages)

[PATCH resend] selftests: timers: clocksource-switch: Adapt progress to kselftest framework
 2024-02-19 11:21 UTC  (2+ messages)

[PATCH net 0/2] ioam6: fix write to cloned skb's
 2024-02-19 11:18 UTC  (5+ messages)
` [PATCH net 1/2] ioam6: fix write to cloned skb in ipv6_hop_ioam()
` [PATCH net 2/2] selftests: ioam6: refactoring to align with the fix

[PATCH v3 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-19  9:51 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v3 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH] selftests: powerpc: Add header symlinks for building papr character device tests
 2024-02-19  4:29 UTC  (6+ messages)

[PATCH net-next 1/4] selftests: kselftest_harness: pass step via shared memory
 2024-02-19  2:21 UTC  (2+ messages)

[PATCH V14 0/7] amd-pstate preferred core
 2024-02-19  1:02 UTC  (4+ messages)
  ` [PATCH] [PATCH] amd_pstate: fix erroneous highest_perf value on some CPUs

[PATCH] iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
 2024-02-19  0:40 UTC  (4+ messages)

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-18  6:41 UTC  (3+ messages)

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-17 13:42 UTC  (11+ messages)
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-17 10:52 UTC  (26+ messages)
` [PATCH v13 01/21] KVM: pfncache: Add a map helper function
` [PATCH v13 02/21] KVM: pfncache: remove unnecessary exports
` [PATCH v13 03/21] KVM: x86/xen: mark guest pages dirty with the pfncache lock held
` [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
` [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v13 06/21] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v13 07/21] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v13 08/21] KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()
` [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v13 10/21] KVM: x86/xen: separate initialization of shared_info cache and content
` [PATCH v13 11/21] KVM: x86/xen: re-initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
` [PATCH v13 13/21] KVM: x86/xen: allow vcpu_info "
` [PATCH v13 14/21] KVM: selftests: map Xen's shared_info page using HVA rather than GFN
` [PATCH v13 15/21] KVM: selftests: re-map Xen's vcpu_info using HVA rather than GPA
` [PATCH v13 16/21] KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v13 17/21] KVM: x86/xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v13 19/21] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v13 20/21] KVM: x86/xen: allow vcpu_info content to be 'safely' copied
` [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues

[PATCH 00/31] NT synchronization primitive driver
 2024-02-17  8:03 UTC  (8+ messages)
` [PATCH 01/31] ntsync: Introduce the ntsync driver and character device
` [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM

[PATCH 00/31] NT synchronization primitive driver
 2024-02-17  8:01 UTC  (2+ messages)

[PATCH 2/7] of: Create of_root if no dtb provided by firmware
 2024-02-17  6:08 UTC 

[linux-next:master] BUILD REGRESSION d37e1e4c52bc60578969f391fb81f947c3e83118
 2024-02-17  4:08 UTC 

[RFC 0/7] selftests: kselftest_harness: use common result printing helper
 2024-02-17  1:48 UTC  (14+ messages)
` [RFC 1/7] selftests: kselftest_harness: generate test name once
` [RFC 2/7] selftests: kselftest_harness: save full exit code in metadata
` [RFC 3/7] selftests: kselftest_harness: use exit code to store skip and xfail
` [RFC 4/7] selftests: kselftest: add ksft_test_result_code(), handling all exit codes
` [RFC 5/7] selftests: kselftest_harness: print test name for SKIP and XFAIL
` [RFC 6/7] selftests: kselftest_harness: let ksft_test_result_code() handle line termination
` [RFC 7/7] selftests: kselftest_harness: let PASS / FAIL provide diagnostic

[PATCH net-next v2 0/4] selftests: kselftest_harness: support using xfail
 2024-02-17  1:40 UTC  (6+ messages)
` [PATCH net-next v2 1/4] selftests: kselftest_harness: pass step via shared memory
` [PATCH net-next v2 2/4] selftests: kselftest_harness: use KSFT_* exit codes
` [PATCH net-next v2 3/4] selftests: kselftest_harness: support using xfail
` [PATCH net-next v2 4/4] selftests: ip_local_port_range: use XFAIL instead of SKIP

[PATCH v4 0/7] of: populate of_root node if bootloader doesn't
 2024-02-17  1:05 UTC  (8+ messages)
` [PATCH v4 1/7] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH v4 2/7] of: Create of_root if no dtb provided by firmware
` [PATCH v4 3/7] um: Unconditionally call unflatten_device_tree()
` [PATCH v4 4/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()
` [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
` [PATCH v4 6/7] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH v4 7/7] of: Add KUnit test to confirm DTB is loaded

[PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-16 22:34 UTC  (21+ messages)
` [PATCH v10 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v10 12/25] security: Introduce file_post_open hook
` [PATCH v10 13/25] security: Introduce file_release hook
` [PATCH v10 14/25] security: Introduce path_post_mknod hook
` [PATCH v10 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v10 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v10 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v10 18/25] security: Introduce key_post_create_or_update hook
` [PATCH v10 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v10 20/25] ima: Move to LSM infrastructure
` [PATCH v10 21/25] ima: Move IMA-Appraisal "
` [PATCH v10 22/25] evm: Move "
` [PATCH v10 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v10 24/25] ima: "
` [PATCH v10 25/25] integrity: Remove LSM
` [PATCH v10 0/25] security: Move IMA and EVM to the LSM infrastructure

[PATCH v2 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-16 21:18 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: s390: load guest access registers "
` [PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH 07/10] selftests/sched: Add a test to verify that DL server works with core scheduling
 2024-02-16 19:18 UTC  (3+ messages)
` [PATCH 08/10] selftests/sched: Migrate cs_prctl_test to kselfttest

[RFC 0/7] selftests: openvswitch: cleanups for running as selftests
 2024-02-16 18:50 UTC  (10+ messages)
` [RFC 1/7] selftests: openvswitch: add test case error directories to clean list
` [RFC 2/7] selftests: openvswitch: be more verbose with selftest debugging
` [RFC 3/7] selftests: openvswitch: use non-graceful kills when needed
` [RFC 4/7] selftests: openvswitch: delete previously allocated netns
` [RFC 5/7] selftests: openvswitch: make arping test a bit 'slower'
` [RFC 6/7] selftests: openvswitch: insert module when running the tests
` [RFC 7/7] selftests: openvswitch: add config and timeout settings

[PATCH bpf-next] selftests: bpf: Remove empty TEST_CUSTOM_PROGS
 2024-02-16 17:20 UTC  (2+ messages)

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-16 15:51 UTC  (3+ messages)

[PATCH RESEND] selftests/ftrace: Add test to exercize function tracer across cpu hotplug
 2024-02-16 14:23 UTC  (2+ messages)

[PATCH v6 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-02-16 11:22 UTC  (8+ messages)
` [PATCH v6 1/5] selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
` [PATCH v6 2/5] selftests/resctrl: Add a helper for the non-contiguous test
` [PATCH v6 3/5] selftests/resctrl: Split validate_resctrl_feature_request()
` [PATCH v6 4/5] selftests/resctrl: Add resource_info_file_exists()
` [PATCH v6 5/5] selftests/resctrl: Add non-contiguous CBMs CAT test

[PATCH net-next 0/4] selftests: kselftest_harness: support using xfail
 2024-02-15 22:42 UTC  (4+ messages)
` [PATCH net-next 3/4] "

[PATCH v3 0/7] of: populate of_root node if bootloader doesn't
 2024-02-15 21:57 UTC  (8+ messages)
` [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-15 18:27 UTC  (6+ messages)
` [PATCH v4 4/5] "
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[KTAP V2 PATCH v3] ktap_v2: add test metadata
 2024-02-15 17:38 UTC  (2+ messages)

[PATCH net 0/5] tls: fixes for record type handling with PEEK
 2024-02-15 16:17 UTC  (6+ messages)
` [PATCH net 1/5] tls: break out of main loop when PEEK gets a non-data record
` [PATCH net 2/5] tls: stop recv() if initial process_rx_list gave us non-DATA
` [PATCH net 3/5] tls: don't skip over different type records from the rx_list
` [PATCH net 4/5] selftests: tls: add test for merging of same-type control messages
` [PATCH net 5/5] selftests: tls: add test for peeking past a record of a different type

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-15 15:02 UTC  (10+ messages)
` [PATCH v9 12/25] security: Introduce file_post_open hook

[PATCH] papr_vpd.c: calling devfd before get_system_loc_code
 2024-02-15 12:57 UTC  (2+ messages)


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