Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-04-18 11:47:43 to 2023-04-24 14:02:47 UTC [more...]

[PATCH v1 0/3] kunit: Deferred action helpers
 2023-04-24 14:02 UTC  (6+ messages)
` [PATCH v1 1/3] kunit: Add kunit_add_action() to defer a call until test exit
` [PATCH v1 2/3] kunit: executor_test: Use kunit_add_action()
` [PATCH v1 3/3] kunit: kmalloc_array: "

[PATCH v2 0/2] selftests/ftrace: Add tests for kprobes and optimized probes
 2023-04-24 11:09 UTC  (2+ messages)

[PATCH v2 00/24] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
 2023-04-24 10:46 UTC  (40+ messages)
` [PATCH v2 01/24] selftests/resctrl: Add resctrl.h into build deps
` [PATCH v2 02/24] selftests/resctrl: Check also too low values for CBM bits
` [PATCH v2 03/24] selftests/resctrl: Move resctrl FS mount/umount to higher level
` [PATCH v2 04/24] selftests/resctrl: Remove mum_resctrlfs
` [PATCH v2 05/24] selftests/resctrl: Make span unsigned long everywhere
` [PATCH v2 06/24] selftests/resctrl: Express span in bytes
` [PATCH v2 07/24] selftests/resctrl: Remove duplicated preparation for span arg
` [PATCH v2 10/24] selftests/resctrl: Split run_fill_buf() to alloc, work, and dealloc helpers
` [PATCH v2 11/24] selftests/resctrl: Remove start_buf local variable from buffer alloc func
` [PATCH v2 13/24] selftests/resctrl: Add flush_buffer() to fill_buf
` [PATCH v2 15/24] selftests/resctrl: Refactor get_cbm_mask()
` [PATCH v2 16/24] selftests/resctrl: Create cache_alloc_size() helper
` [PATCH v2 17/24] selftests/resctrl: Replace count_bits with count_consecutive_bits()
` [PATCH v2 18/24] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH v2 19/24] selftests/resctrl: Pass the real number of tests to show_cache_info()
` [PATCH v2 20/24] selftests/resctrl: Move CAT/CMT test global vars to func they are used
` [PATCH v2 21/24] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
` [PATCH v2 22/24] selftests/resctrl: Split measure_cache_vals() function
` [PATCH v2 23/24] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH v2 24/24] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test

[PATCH -next v2 0/6] landlock: add chmod and chown support
 2023-04-24  8:52 UTC  (4+ messages)

[PATCH linux-next v3] selftests: net: udpgso_bench_rx: Fix verifty exceptions
 2023-04-24  5:55 UTC 

[PATCH v2] libbpf: Improve version handling when attaching uprobe
 2023-04-23 18:55 UTC 

[GIT PULL] KUnit next update for Linux 6.4-rc1
 2023-04-23 16:56 UTC 

[GIT PULL] Kselftest update for Linux 6.4-rc1
 2023-04-23 16:32 UTC 

[PATCH bpf-next v2 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-04-23 16:22 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
      ` [External] "

[PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-23 11:41 UTC  (10+ messages)
` [PATCH bpf,v2 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf,v2 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf,v2 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf,v2 4/4] selftests/bpf: Add tc_socket_lookup tests

[RESEND PATCH] selftests/sgx: Add "test_encl.elf" to TEST_FILES
 2023-04-23  2:33 UTC  (2+ messages)

[PATCH mm-stable v2 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-22 21:01 UTC  (4+ messages)
` [PATCH mm-stable v2 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
` [PATCH mm-stable v2 2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test
` [PATCH mm-stable v2 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[KTAP V2 PATCH] ktap_v2: add test metadata
 2023-04-22  3:47 UTC  (2+ messages)

[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
 2023-04-21 19:43 UTC  (12+ messages)
` [PATCH 1/9] KVM: selftests: Allow dirty_log_perf_test to clear dirty memory in chunks
` [PATCH 2/9] KVM: selftests: Add optional delay between consecutive Clear-Dirty-Log calls
` [PATCH 3/9] KVM: selftests: Pass count of read and write accesses from guest to host
` [PATCH 4/9] KVM: selftests: Print read and write accesses of pages by vCPUs in dirty_log_perf_test
` [PATCH 5/9] KVM: selftests: Allow independent execution of "
` [PATCH 6/9] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH 8/9] KMV: arm64: Allow stage2_apply_range_sched() to pass page table walker flags
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock

[PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-21 18:28 UTC  (14+ messages)
  ` [PATCH v1 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
  ` [PATCH v1 2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH v1 0/9] x86/resctrl: Use soft RMIDs for reliable MBM on AMD
 2023-04-21 14:17 UTC  (10+ messages)
` [PATCH v1 1/9] selftests/resctrl: Verify all RMIDs count together
` [PATCH v1 2/9] x86/resctrl: Hold a spinlock in __rmid_read() on AMD
` [PATCH v1 3/9] x86/resctrl: Add resctrl_mbm_flush_cpu() to collect CPUs' MBM events
` [PATCH v1 4/9] x86/resctrl: Flush MBM event counts on soft RMID change
` [PATCH v1 5/9] x86/resctrl: Call mon_event_count() directly for soft RMIDs
` [PATCH v1 6/9] x86/resctrl: Create soft RMID version of __mon_event_count()
` [PATCH v1 7/9] x86/resctrl: Assign HW RMIDs to CPUs for soft RMID
` [PATCH v1 8/9] x86/resctrl: Use mbm_update() to push soft RMID counts
` [PATCH v1 9/9] x86/resctrl: Add mount option to enable soft RMID

[PATCH v2 net-next 0/9] ethtool mm API consolidation
 2023-04-21  9:03 UTC  (18+ messages)
` [PATCH v2 net-next 1/9] net: enetc: fix MAC Merge layer remaining enabled until a link down event
` [PATCH v2 net-next 2/9] net: enetc: report mm tx-active based on tx-enabled and verify-status
` [PATCH v2 net-next 3/9] net: enetc: only commit preemptible TCs to hardware when MM TX is active
` [PATCH v2 net-next 4/9] net: enetc: include MAC Merge / FP registers in register dump
` [PATCH v2 net-next 5/9] net: ethtool: mm: sanitize some UAPI configurations

[PATCH v3 1/4] kunit: Always run cleanup from a test kthread
 2023-04-21  8:52 UTC  (6+ messages)
` [PATCH v3 2/4] Documentation: kunit: Note that assertions should not be used in cleanup
` [PATCH v3 3/4] Documentation: kunit: Warn that exit functions run even if init fails
` [PATCH v3 4/4] kunit: example: Provide example exit functions

[PATCH v6 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-21  7:30 UTC  (23+ messages)
` [PATCH v6 01/19] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v6 02/19] iommufd: Add iommufd_group
` [PATCH v6 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v6 04/19] iommu: Export iommu_get_resv_regions()
` [PATCH v6 05/19] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v6 06/19] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v6 07/19] iommufd: Make sw_msi_start a group global
` [PATCH v6 08/19] iommufd: Move putting a hwpt to a helper function
` [PATCH v6 09/19] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v6 10/19] iommufd: Allow a hwpt to be aborted after allocation
` [PATCH v6 11/19] iommufd: Fix locking around hwpt allocation
` [PATCH v6 12/19] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v6 13/19] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v6 14/19] iommufd: Add iommufd_device_replace()
` [PATCH v6 15/19] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v6 16/19] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v6 17/19] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v6 18/19] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v6 19/19] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH bpf-next 0/2] Introduce a new bpf helper of bpf_task_under_cgroup
 2023-04-21  2:31 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Add bpf_task_under_cgroup helper
    ` [External] "
` [PATCH bpf-next 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup

[PATCH v6 0/6] RISC-V Hardware Probing User Interface
 2023-04-20 17:36 UTC  (2+ messages)

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-20 15:34 UTC  (10+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group

[PATCH RESEND] .gitignore: Do not ignore .kunitconfig files
 2023-04-20 13:34 UTC  (3+ messages)

[PATCH bpf 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-20 12:31 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf 4/4] selftests/bpf: Add tc_socket_lookup tests

[PATCH AUTOSEL 5.15 6/7] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:03 UTC 

[PATCH AUTOSEL 6.1 10/15] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:02 UTC 

[PATCH AUTOSEL 6.2 12/17] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:01 UTC 

[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
 2023-04-20 10:46 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: selftests: Replace int with uint32_t for nevents
` [PATCH v2 2/7] KVM: selftests: Apply create_pmu_event_filter() to fixed ctrs
` [PATCH v2 3/7] KVM: selftests: Test unavailable event filters are rejected
` [PATCH v2 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
` [PATCH v2 5/7] KVM: selftests: Check if pmu_event_filter meets expectations on fixed ctrs
` [PATCH v2 6/7] KVM: selftests: Check gp event filters without affecting fixed event filters
` [PATCH v2 7/7] KVM: selftests: Test pmu event filter with incompatible kvm_pmu_event_filter

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-20  8:35 UTC  (6+ messages)

[PATCH v2 1/3] kunit: Always run cleanup from a test kthread
 2023-04-20  7:34 UTC  (4+ messages)
` [PATCH v2 2/3] Documentation: kunit: Note that assertions should not be used in cleanup
` [PATCH v2 3/3] Documentation: kunit: Warn that exit functions run even if init fails

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-20  6:01 UTC  (6+ messages)
` [PATCH RESEND v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH RESEND v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH RESEND v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH RESEND v15 5/5] selftests: mm: add pagemap ioctl tests

[PATCH bpf-next v2 0/2] Access variable length array relaxed for integer type
 2023-04-20  4:40 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: support access variable length array of "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to access integer type of variable array

[PATCH v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-19 15:21 UTC  (8+ messages)
` [PATCH v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v15 5/5] selftests: mm: add pagemap ioctl tests

[PATCH linux-next v2] selftests: net: udpgso_bench_rx: Fix verifty exceptions
 2023-04-19 14:09 UTC  (2+ messages)

[PATCH v14 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-04-18 20:04 UTC  (2+ messages)

[PATCH linux-next 0/3] selftests: net: udpgso_bench_rx: Fix verifty, gsosize, and packet number exceptions
 2023-04-18 14:20 UTC  (3+ messages)
` [PATCH linux-next 1/3] selftests: net: udpgso_bench_rx: Fix verifty exceptions

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18 14:00 UTC  (7+ messages)

[PATCH linux-next 1/3] selftests: net: udpgso_bench_rx: Fix verifty exceptions
 2023-04-18 13:01 UTC  (3+ messages)


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