Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-10-28 01:16:23 to 2023-11-05 14:39:19 UTC [more...]

[PATCH] selftests/nolibc: fix testcase status alignment
 2023-11-05 14:39 UTC  (3+ messages)

[PATCH v2 0/6] tools/nolibc: MIPS bugfixes and refactoring
 2023-11-05 11:35 UTC  (7+ messages)
` [PATCH v2 1/6] tools/nolibc: error out on unsupported architecture
` [PATCH v2 2/6] tools/nolibc: move MIPS ABI validation into arch-mips.h
` [PATCH v2 3/6] selftests/nolibc: use XARCH for MIPS
` [PATCH v2 4/6] selftests/nolibc: explicitly specify ABI "
` [PATCH v2 5/6] selftests/nolibc: extraconfig support
` [PATCH v2 6/6] selftests/nolibc: add configuration for mipso32be

[PATCH 0/6] tools/nolibc: MIPS bugfixes and refactoring
 2023-11-05 10:49 UTC  (12+ messages)
` [PATCH 1/6] tools/nolibc: error out on unsupported architecture
` [PATCH 2/6] tools/nolibc: move MIPS ABI validation into arch-mips.h
` [PATCH 3/6] selftests/nolibc: use XARCH for MIPS
` [PATCH 4/6] selftests/nolibc: explicitly specify ABI "
` [PATCH 5/6] selftests/nolibc: extraconfig support
` [PATCH 6/6] selftests/nolibc: add configuration for mipso32be

[PATCH] selftests/nolibc: add script to run testsuite
 2023-11-05  9:27 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-10-31  8:30 UTC 

[PATCH 00/24] selftests/resctrl: CAT test improvements & generalized test framework
 2023-11-03 22:53 UTC  (46+ messages)
` [PATCH 01/24] selftests/resctrl: Split fill_buf to allow tests finer-grained control
` [PATCH 03/24] selftests/resctrl: Refactor get_cbm_mask()
` [PATCH 05/24] selftests/resctrl: Create cache_size() helper
` [PATCH 06/24] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH 07/24] selftests/resctrl: Split measure_cache_vals() function
` [PATCH 08/24] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH 09/24] selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
` [PATCH 10/24] selftests/resctrl: Remove nested calls in perf event handling
` [PATCH 16/24] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
` [PATCH 17/24] selftests/resctrl: Create struct for input parameter
` [PATCH 18/24] selftests/resctrl: Introduce generalized test framework
` [PATCH 21/24] selftests/resctrl: Get resource id from cache id
` [PATCH 23/24] selftests/resctrl: Add L2 CAT test
` [PATCH 24/24] selftests/resctrl: Ignore failures from L2 CAT test with <= 2 bits

[PATCH] selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED
 2023-11-03 22:09 UTC 

[PATCH 1/2] selftests: mm: skip whole test instead of failure
 2023-11-03 18:23 UTC  (2+ messages)
` [PATCH 2/2] selftests: mm: fix some build warnings

[PATCH 1/2] selftests/mm: restore number of hugepages
 2023-11-03 17:34 UTC  (2+ messages)
` [PATCH 2/2] selftests/mm: Add hugetlb_fault_after_madv to .gitignore

[PATCH v2 2/2] selftests/mm: Add a new test for madv and hugetlb
 2023-11-03 14:47 UTC  (5+ messages)

[PATCH v3 00/11] A minor flurry of selftest/mm fixes
 2023-11-03 13:08 UTC  (8+ messages)
` [PATCH v3 11/11] selftests: error out if kernel header files are not yet built

[PATCHv2 net] selftests: pmtu.sh: fix result checking
 2023-11-03  9:20 UTC  (3+ messages)

[PATCH v4 0/5] userfaultfd move option
 2023-11-02 21:32 UTC  (11+ messages)
` [PATCH v4 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v4 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v4 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH 0/3] selftests/nolibc: various build improvements
 2023-11-02 19:45 UTC  (7+ messages)
` [PATCH 1/3] selftests/nolibc: use EFI -bios for LoongArch qemu
` [PATCH 2/3] selftests/nolibc: anchor paths in $(srcdir) if possible
` [PATCH 3/3] selftests/nolibc: support out-of-tree builds

[PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
 2023-11-02 17:36 UTC  (5+ messages)
` [PATCH v3 3/3] kselftest: Add new test for detecting "

[RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
 2023-11-02 15:51 UTC  (9+ messages)
` [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
` [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
` [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation
` [RFC PATCH v1 4/8] KVM : selftests : Adapt selftest cases to kernel canonical linear address
` [RFC PATCH v1 5/8] KVM: selftests: x86: Prepare setup for user mode support
` [RFC PATCH v1 6/8] KVM: selftests: x86: Allow user to access user-mode address and I/O address space
` [RFC PATCH v1 7/8] KVM: selftests: x86: Support vcpu run in user mode
` [RFC PATCH v1 8/8] KVM: selftests: x86: Add KVM forced emulation prefix capability

[PATCH bpf] selftests/bpf: Fix broken build where char is unsigned
 2023-11-02 15:00 UTC  (4+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-02 12:47 UTC  (2+ messages)

[PATCH v33 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-11-02 12:04 UTC  (5+ messages)
` [PATCH v33 6/6] selftests: mm: add pagemap ioctl tests

[PATCH v3 4/4] KVM: riscv: selftests: Add Svadu Extension to get-reg-list testt
 2023-11-02 12:01 UTC 

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

[PATCH] kselftests: add per_test_log support
 2023-11-02  7:50 UTC 

[PATCH bpf-next v3 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
 2023-11-02  6:00 UTC  (8+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
` [PATCH bpf-next v3 2/2] selftests/bpf: Add malloc failure checks "

[PATCH bpf v3 0/2] bpf: Fix incorrect immediate spill
 2023-11-02  6:00 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
` [PATCH bpf v3 2/2] selftests/bpf: Add test for immediate spilled to stack

[GIT PULL] KUnit next update for Linux 6.7-rc1
 2023-11-02  3:15 UTC  (2+ messages)

[GIT PULL] Kselftest next update for Linux 6.7-rc1
 2023-11-02  3:15 UTC 

[RFCv2 bpf-next 0/7] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-01 21:57 UTC  (6+ messages)
` [RFCv2 bpf-next 3/7] bpf: selftests: test_tunnel: Use ping -6 over ping6
` [RFCv2 bpf-next 4/7] bpf: selftests: test_tunnel: Mount bpffs if necessary
` [RFCv2 bpf-next 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [RFCv2 bpf-next 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
` [RFCv2 bpf-next 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH v2] selftests/net: synchronize udpgso_bench rx and tx
 2023-11-01 13:17 UTC  (7+ messages)

[PATCH bpf v2 0/2] bpf: Fix incorrect immediate spill
 2023-11-01 12:18 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
` [PATCH bpf v2 2/2] selftests/bpf: Add test for immediate spilled to stack

[RFC] drm/tests: annotate intentional stack trace in drm_test_rect_calc_hscale()
 2023-11-01  9:08 UTC  (3+ messages)

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
 2023-10-31 21:10 UTC  (4+ messages)
` [PATCH v3 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall

selftests: user_events: ftrace_test - RIP: 0010:tracing_update_buffers (kernel/trace/trace.c:6470)
 2023-10-31 17:05 UTC  (13+ messages)

[RFC bpf-next 0/6] Add bpf_xdp_get_xfrm_state() kfunc
 2023-10-31  6:25 UTC  (6+ messages)
` [RFC bpf-next 5/6] bpf: selftests: test_tunnel: Disable CO-RE relocations

[PATCH v2 00/20] Permission Overlay Extension
 2023-10-30 19:19 UTC  (7+ messages)
` [PATCH v2 15/24] arm64: add POE signal support
` [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v2 22/24] kselftest/arm64: parse POE_MAGIC in a signal frame

[PATCH RFC RFT 0/5] fork: Support shadow stacks in clone3()
 2023-10-30 18:20 UTC  (11+ messages)
` [PATCH RFC RFT 2/5] fork: Add shadow stack support to clone3()

[PATCH v4 0/5] workload-specific and memory pressure-driven zswap writeback
 2023-10-30 18:16 UTC  (6+ messages)
` [PATCH v4 2/5] zswap: make shrinking memcg-aware

[PATCH net] selftests: pmtu.sh: fix result checking
 2023-10-30 15:34 UTC  (2+ messages)

[PATCH RESEND] kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
 2023-10-30 10:47 UTC 

[PATCH RESEND] kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
 2023-10-30 10:47 UTC 

[PATCH v2 RESEND] kunit: debugfs: Handle errors from alloc_string_stream()
 2023-10-30 10:47 UTC 

[PATCH] KVM: selftests: add -MP to CFLAGS
 2023-10-30 10:22 UTC  (5+ messages)

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2023-10-30  9:00 UTC  (2+ messages)

[PATCH] Lower the ptrace permissions so that the memfd_secrect test program runs without an issue
 2023-10-30  8:54 UTC 

[PATCH AUTOSEL 6.1 35/39] netfilter: nf_tables: audit log object reset once per table
 2023-10-29 22:57 UTC 

[PATCH AUTOSEL 6.5 47/52] netfilter: nf_tables: audit log object reset once per table
 2023-10-29 22:53 UTC 

[PATCH] selftests/cgroup: Fix awk usage in test_cpuset_prs.sh that may cause error
 2023-10-29 21:23 UTC  (3+ messages)

selftests: ftrace: RIP: 0010:__lock_acquire (kernel/locking/lockdep.c:5005)
 2023-10-28 19:17 UTC  (2+ messages)

[PATCH v4 2/5] userfaultfd: UFFDIO_MOVE uABI
 2023-10-28  7:43 UTC  (2+ messages)

[PATCH] selftests/ftrace: Add test case for a symbol in a module without module name
 2023-10-28  3:34 UTC 

[PATCH bpf-next v2 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
 2023-10-28  1:16 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