Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-11-28 22:12:17 to 2023-12-01 13:43:14 UTC [more...]

[PATCH bpf-next v2 0/3] xsk: TX metadata txtime support
 2023-12-01 13:43 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] xsk: add ETF support to XDP Tx metadata
` [PATCH bpf-next v2 2/3] net: stmmac: Add txtime support to XDP ZC
` [PATCH bpf-next v2 3/3] selftests/bpf: Add txtime to xdp_hw_metadata

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
 2023-12-01 13:13 UTC  (5+ messages)
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-12-01 12:55 UTC  (28+ messages)

kselftest/next kselftest-seccomp: 4 runs, 2 regressions (v6.7-rc1-9-g130a83879954a)
 2023-12-01 12:11 UTC 

kselftest/next kselftest-lib: 2 runs, 1 regressions (v6.7-rc1-9-g130a83879954a)
 2023-12-01 12:11 UTC 

kselftest/next kselftest-livepatch: 2 runs, 1 regressions (v6.7-rc1-9-g130a83879954a)
 2023-12-01 12:11 UTC 

kselftest/next kselftest-lkdtm: 4 runs, 3 regressions (v6.7-rc1-9-g130a83879954a)
 2023-12-01 12:11 UTC 

kselftest/next kselftest-cpufreq: 4 runs, 1 regressions (v6.7-rc1-9-g130a83879954a)
 2023-12-01 12:11 UTC 

[PATCH RFT v4 0/5] fork: Support shadow stacks in clone3()
 2023-12-01 11:50 UTC  (8+ messages)
` [PATCH RFT v4 2/5] fork: Add shadow stack support to clone3()

[PATCHv2 net-next 00/14] Conver net selftests to run in unique namespace (Part 1)
 2023-12-01 10:49 UTC  (23+ messages)
` [PATCHv2 net-next 01/14] selftests/net: add lib.sh
` [PATCHv2 net-next 02/14] selftests/net: convert arp_ndisc_evict_nocarrier.sh to run it in unique namespace
` [PATCHv2 net-next 03/14] selftests/net: specify the interface when do arping
` [PATCHv2 net-next 04/14] selftests/net: convert arp_ndisc_untracked_subnets.sh to run it in unique namespace
` [PATCHv2 net-next 05/14] selftests/net: convert cmsg tests to make them run "
` [PATCHv2 net-next 06/14] selftests/net: convert drop_monitor_tests.sh to run it "
` [PATCHv2 net-next 07/14] selftests/net: convert traceroute.sh "
` [PATCHv2 net-next 08/14] selftests/net: convert icmp_redirect.sh "
` [PATCHv2 net-next 09/14] sleftests/net: convert icmp.sh "
` [PATCHv2 net-next 10/14] selftests/net: convert ioam6.sh "
` [PATCHv2 net-next 11/14] selftests/net: convert l2tp.sh "
` [PATCHv2 net-next 12/14] selftests/net: convert ndisc_unsolicited_na_test.sh "
` [PATCHv2 net-next 13/14] selftests/net: convert sctp_vrf.sh "
` [PATCHv2 net-next 14/14] selftests/net: convert unicast_extensions.sh "

[PATCH v5 0/5] userfaultfd move option
 2023-12-01  9:29 UTC  (3+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v2 RESEND] kunit: debugfs: Handle errors from alloc_string_stream()
 2023-12-01  7:50 UTC  (4+ messages)

[PATCH net-next 0/4] selftests: tc-testing: more tdc updates
 2023-12-01  7:30 UTC  (9+ messages)
` [PATCH net-next 1/4] selftests: tc-testing: remove spurious nsPlugin usage
` [PATCH net-next 2/4] selftests: tc-testing: remove spurious './' from Makefile
` [PATCH net-next 3/4] selftests: tc-testing: rename concurrency.json to flower.json
` [PATCH net-next 4/4] selftests: tc-testing: remove filters/tests.json

[PATCH 00/12] selftests/hid: tablets fixes
 2023-12-01  5:50 UTC  (16+ messages)
` [PATCH 01/12] selftests/hid: vmtest.sh: update vm2c and container
` [PATCH 02/12] selftests/hid: vmtest.sh: allow finer control on the build steps
` [PATCH 03/12] selftests/hid: base: allow for multiple skip_if_uhdev
` [PATCH 04/12] selftests/hid: tablets: remove unused class
` [PATCH 05/12] selftests/hid: tablets: move the transitions to PenState
` [PATCH 06/12] selftests/hid: tablets: move move_to function to PenDigitizer
` [PATCH 07/12] selftests/hid: tablets: do not set invert when the eraser is used
` [PATCH 08/12] selftests/hid: tablets: set initial data for tilt/twist
` [PATCH 09/12] selftests/hid: tablets: add variants of states with buttons
` [PATCH 10/12] selftests/hid: tablets: convert the primary button tests
` [PATCH 11/12] selftests/hid: tablets: add a secondary barrel switch test
` [PATCH 12/12] selftests/hid: tablets: be stricter for some transitions

kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v6.7-rc1-9-g130a83879954a)
 2023-12-01  5:32 UTC 

[GIT PULL] KUnit fixes update for Linux 6.7-rc4
 2023-12-01  5:28 UTC  (2+ messages)

[PATCH RESEND] kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
 2023-12-01  3:34 UTC  (3+ messages)

[PATCH bpf-next 0/3] xsk: TX metadata launch time support
 2023-12-01  0:02 UTC  (6+ messages)
` [PATCH bpf-next 1/3] xsk: add launch time support to XDP Tx metadata
` [PATCH bpf-next 2/3] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next 3/3] selftests/bpf: Add launch time to xdp_hw_metadata

[PATCH v1] selftests: cgroup: Fixes code style errors
 2023-11-30 23:46 UTC  (2+ messages)

[PATCH] selftests: capabilities: namespace create varies for root and normal user
 2023-11-30 23:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] selftests: prctl: Add prctl test for PR_GET_NAME
 2023-11-30 23:31 UTC  (4+ messages)

[PATCH 0/9] mm/damon: let users feed and tame/auto-tune DAMOS
 2023-11-30 22:22 UTC  (4+ messages)
` [PATCH 5/9] mm/damon/core-test: add a unit test for the feedback loop algorithm
` [PATCH 6/9] selftests/damon: test quota goals directory

[PATCH 0/3] kselftest/vDSO: Output formatting cleanups for vdso_test_abi
 2023-11-30 21:55 UTC  (2+ messages)

[PATCH] selftests:breakpoints: Fix Format String Warning in breakpoint_test
 2023-11-30 21:36 UTC  (2+ messages)

[PATCH] selftests/breakpoints: Fix format specifier in ksft_print_msg in step_after_suspend_test.c
 2023-11-30 21:34 UTC  (2+ messages)

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-30 21:19 UTC  (11+ messages)
` [PATCH v8 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v8 2/6] memcontrol: implement mem_cgroup_tryget_online()
` [PATCH v8 3/6] zswap: make shrinking memcg-aware
` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v8 5/6] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v8 6/6] zswap: shrinks zswap pool based on memory pressure

[PATCH RESEND] kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
 2023-11-30 20:57 UTC  (2+ messages)

[PATCH] selftests:proc: Resolve 'Unused Result' Warning from proc-empty-vm.c
 2023-11-30 20:25 UTC  (2+ messages)

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-30 15:51 UTC  (6+ messages)
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers

[PATCH V11 0/7] amd-pstate preferred core
 2023-11-30 14:35 UTC  (15+ messages)
` [PATCH V11 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V11 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V11 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
` [PATCH V11 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V11 5/7] cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
` [PATCH V11 6/7] Documentation: amd-pstate: introduce amd-pstate preferred core
` [PATCH V11 7/7] Documentation: introduce amd-pstate preferrd core mode kernel command line options

[PATCH v2 00/26] selftests/resctrl: CAT test improvements & generalized test framework
 2023-11-30  7:36 UTC  (43+ messages)
` [PATCH v2 07/26] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH v2 08/26] selftests/resctrl: Split measure_cache_vals()
` [PATCH v2 09/26] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH v2 10/26] selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
` [PATCH v2 11/26] selftests/resctrl: Remove nested calls in perf event handling
` [PATCH v2 12/26] selftests/resctrl: Consolidate naming of perf event related things
` [PATCH v2 13/26] selftests/resctrl: Improve perf init
` [PATCH v2 14/26] selftests/resctrl: Convert perf related globals to locals
` [PATCH v2 15/26] selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
` [PATCH v2 16/26] selftests/resctrl: Open perf fd before start & add error handling
` [PATCH v2 17/26] selftests/resctrl: Replace file write with volatile variable
` [PATCH v2 18/26] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
` [PATCH v2 19/26] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
` [PATCH v2 20/26] selftests/resctrl: Create struct for input parameters
` [PATCH v2 21/26] selftests/resctrl: Introduce generalized test framework
` [PATCH v2 22/26] selftests/resctrl: Pass write_schemata() resource instead of test name
` [PATCH v2 23/26] selftests/resctrl: Add helper to convert L2/3 to integer
` [PATCH v2 24/26] selftests/resctrl: Rename resource ID to domain ID
` [PATCH v2 25/26] selftests/resctrl: Get domain id from cache id
` [PATCH v2 26/26] selftests/resctrl: Add test groups and name L3 CAT test L3_CAT

[PATCH] kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
 2023-11-30  7:17 UTC  (3+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-30  3:44 UTC  (3+ messages)

[PATCH] KVM: selftests: add -MP to CFLAGS
 2023-11-30  1:44 UTC  (2+ messages)

[PATCH v7 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-30  1:26 UTC  (16+ messages)
` [PATCH v7 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v7 2/6] memcontrol: add a new function to traverse online-only memcg hierarchy
` [PATCH v7 3/6] zswap: make shrinking memcg-aware
` [PATCH v7 4/6] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v7 6/6] zswap: shrinks zswap pool based on memory pressure

[PATCH v6 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-30  0:47 UTC  (9+ messages)
` [PATCH v6 2/6] memcontrol: allows mem_cgroup_iter() to check for onlineness
` [PATCH v6 6/6] zswap: shrinks zswap pool based on memory pressure

[PATCH] selftests/mm: dont run ksm_functional_tests twice
 2023-11-29 23:44 UTC  (2+ messages)

[PATCH] selftests: core: include linux/close_range.h for CLOSE_RANGE_* macros
 2023-11-29 11:34 UTC  (2+ messages)

[PATCH v2 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-29  7:27 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v2 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v2 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v2 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v2 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-29  6:58 UTC  (12+ messages)
` [PATCH v1 1/3] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() can be reused
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/
` [PATCH v1 3/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2023-11-29  6:50 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] selftests/bpf: Use pkg-config to determine ld flags
 2023-11-29  6:20 UTC  (2+ messages)

[PATCH] selftests:x86: Fix Format String Warnings in lam.c
 2023-11-29  3:36 UTC 

[PATCH] Resolve Macro Expansion Warning in nx_huge_pages_test.c
 2023-11-29  1:21 UTC  (2+ messages)

[PATCH] Fix Format String Warnings in lam.c
 2023-11-28 22:46 UTC 


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