Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2021-08-16 16:17:57 to 2021-08-24 05:25:36 UTC [more...]

[PATCH] selftests: openat2: Fix testing failure for O_LARGEFILE flag
 2021-08-24  5:26 UTC  (5+ messages)

[PATCH bpf-next 0/5] bpf: implement variadic printk helper
 2021-08-24  4:59 UTC  (10+ messages)
` [PATCH bpf-next 1/5] bpf: merge printk and seq_printf VARARG max macros
` [PATCH bpf-next 2/5] bpf: add bpf_trace_vprintk helper
` [PATCH bpf-next 3/5] libbpf: Add bpf_vprintk convenience macro
` [PATCH bpf-next 4/5] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH bpf-next 5/5] selftests/bpf: add trace_vprintk test prog

[PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
 2021-08-24  3:24 UTC  (9+ messages)
        ` [PATCH] ucounts: Fix regression preventing increasing of rlimits in init_user_ns

[PATCH linux-next] selftests/powerpc: remove duplicate include
 2021-08-24  3:05 UTC 

[PATCH linux-next] kselftest: remove duplicate include
 2021-08-24  3:03 UTC 

[V3][PATCH] selftests/x86: Fix error: variably modified 'altstack_data' at file scope
 2021-08-24  2:43 UTC 

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-23 23:46 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH v2 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH v2 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH v2 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[V2][PATCH] selftests/x86: Fix error: variably modified 'altstack_data' at file scope
 2021-08-23 22:48 UTC  (3+ messages)

[PATCH] selftests/x86/sigreturn: Fix error: variably modified 'altstack_data' at file scope
 2021-08-23 22:19 UTC  (2+ messages)

[PATCH linux-next] tools: fix warning comparing pointer to 0
 2021-08-23 15:54 UTC  (3+ messages)

[PATCH] selftests/net: Use kselftest skip code for skipped tests
 2021-08-23 10:51 UTC  (2+ messages)

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-23  8:29 UTC  (26+ messages)
` [RFC net-next 1/7] ptp: Add interface for acquiring DPLL state
        ` [Intel-wired-lan] "
` [RFC net-next 2/7] selftests/ptp: Add usage of PTP_DPLL_GETSTATE ioctl in testptp
` [RFC net-next 3/7] ice: add get_dpll_state ptp interface usage
` [RFC net-next 4/7] net: add ioctl interface for recover reference clock on netdev
` [RFC net-next 5/7] selftests/net: Add test app for SIOC{S|G}SYNCE
` [RFC net-next 6/7] ice: add SIOC{S|G}SYNCE interface usage to recover reference signal
` [RFC net-next 7/7] ice: add sysfs interface to configure PHY recovered "

[PATCH] selftests/vm: Use kselftest skip code for skipped tests
 2021-08-23  7:34 UTC 

[PATCH] selftests/bpf: Use kselftest skip code for skipped tests
 2021-08-23  3:01 UTC 

[for-next][PATCH 2/6] selftests/ftrace: Add clear_dynamic_events() to test cases
 2021-08-21 14:29 UTC  (5+ messages)
` [for-next][PATCH 3/6] selftests/ftrace: Fix requirement check of README file
` [for-next][PATCH 4/6] selftests/ftrace: Add test case to test adding and removing of event probe
` [for-next][PATCH 5/6] selftests/ftrace: Add selftest for testing eprobe events on synthetic events
` [for-next][PATCH 6/6] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes

[RFC PATCH 0/5] selftests: floppy: basic tests
 2021-08-21  7:35 UTC  (20+ messages)
` [RFC PATCH 1/5] checkpatch: improve handling of revert commits
` [RFC PATCH 2/5] gen_initramfs.sh: use absolute path for gen_init_cpio
` [RFC PATCH 3/5] selftests: floppy: add basic tests for opening an empty device
` [RFC PATCH 4/5] selftests: floppy: add basic tests for a readonly disk
` [RFC PATCH 5/5] selftests: floppy: add basic rdwr tests

[PATCH v9 2/6] selftests/ftrace: Add clear_dynamic_events() to test cases
 2021-08-21  2:18 UTC  (10+ messages)
` [PATCH v9 3/6] selftests/ftrace: Fix requirement check of README file
` [PATCH v9 4/6] selftests/ftrace: Add test case to test adding and removing of event probe
` [PATCH v9 5/6] selftests/ftrace: Add selftest for testing eprobe events on synthetic events
` [PATCH v9 6/6] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes

[PATCH] kunit: tool: improve compatibility of kunit_parser with KTAP specification
 2021-08-21  1:36 UTC  (3+ messages)

[PATCH bpf-next v7 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-20 22:51 UTC  (8+ messages)
` [PATCH bpf-next v7 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v7 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v7 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v7 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v7 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-20 22:26 UTC  (15+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[PATCH v3 0/2] add KSM performance tests
 2021-08-20 17:20 UTC  (7+ messages)
` [PATCH v3 1/2] selftests: vm: add KSM merging time test
` [PATCH v3 2/2] selftests: vm: add COW time test for KSM pages

[PATCH] kselftest/arm64: pac: Fix skipping of tests on systems without PAC
 2021-08-20 16:57 UTC  (6+ messages)

[PATCH v8 3/5] selftests/ftrace: Add clear_dynamic_events() to test cases
 2021-08-20 14:13 UTC  (8+ messages)
` [PATCH v8 4/5] selftests/ftrace: Add selftest for testing eprobe events
` [PATCH v8 5/5] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes

[PATCH linux-next] tools/net: Use bitwise instead of arithmetic operator for flags
 2021-08-20 14:00 UTC  (2+ messages)

[PATCH] kselftest/arm64: mte: Fix misleading output when skipping tests
 2021-08-20 10:21 UTC  (2+ messages)

[PATCH linux-next] tools: remove unneeded semicolon
 2021-08-20  3:38 UTC 

[PATCH linux-next] tools:mount: Remove unnecessary conversion to bool
 2021-08-20  3:32 UTC 

[PATCH linux-next] testing/vm/: fix application of sizeof to pointer
 2021-08-20  3:24 UTC 

[PATCH v2 0/5] selftests/bpf: minor fixups
 2021-08-20  2:55 UTC  (6+ messages)
` [PATCH v2 1/5] selftests/bpf: enlarge select() timeout for test_maps
` [PATCH v2 2/5] selftests/bpf: make test_doc_build.sh work from script directory
` [PATCH v2 3/5] selftests/bpf: add default bpftool built by selftests to PATH
` [PATCH v2 4/5] selftests/bpf: add missing files required by test_bpftool.sh for installing
` [PATCH v2 5/5] selftests/bpf: exit with KSFT_SKIP if no Makefile found

[PATCH 1/3] selftests/bpf: make test_doc_build.sh work from script directory
 2021-08-20  2:02 UTC  (7+ messages)
` [PATCH 2/3] selftests/bpf: add default bpftool built by selftests to PATH
` [PATCH 3/3] selftests/bpf: add missing files required by test_bpftool.sh for installing

[PATCH v2] selftests/bpf: enlarge select() timeout for test_maps
 2021-08-19  1:21 UTC  (2+ messages)

[PATCH] kunit: tool: allow filtering test cases via glob
 2021-08-18 23:27 UTC  (3+ messages)

[PATCH 0/4] LKDTM: Various CI improvements
 2021-08-18 17:48 UTC  (5+ messages)
` [PATCH 1/4] lkdtm/bugs: Add ARRAY_BOUNDS to selftests
` [PATCH 2/4] lkdtm/fortify: Consolidate FORTIFY_SOURCE tests
` [PATCH 3/4] lkdtm: Add kernel version to failure hints
` [PATCH 4/4] lkdtm/heap: Avoid __alloc_size hint warning for VMALLOC_LINEAR_OVERFLOW

[PATCH v5 00/11] Add futex2 syscalls
 2021-08-18 16:20 UTC  (4+ messages)
` [PATCH v5 02/11] futex2: Implement vectorized wait

[PATCH] selftests/bpf: enlarge timeout to 3 seconds for test_maps
 2021-08-18 10:15 UTC  (2+ messages)

[PATCH v2 net-next 0/8] Update the virtual NCI device driver and add the NCI testcase
 2021-08-18  9:40 UTC  (10+ messages)
` [PATCH v2 net-next 1/8] nfc: virtual_ncidev: Use wait queue instead of polling
` [PATCH v2 net-next 2/8] selftests: nci: Remove the polling code to read a NCI frame
` [PATCH v2 net-next 3/8] selftests: nci: Fix the typo
` [PATCH v2 net-next 4/8] selftests: nci: Fix the code for next nlattr offset
` [PATCH v2 net-next 5/8] selftests: nci: Fix the wrong condition
` [PATCH v2 net-next 6/8] selftests: nci: Add the flags parameter for the send_cmd_mt_nla
` [PATCH v2 net-next 7/8] selftests: nci: Extract the start/stop discovery function
` [PATCH v2 net-next 8/8] selftests: nci: Add the NCI testcase reading T4T Tag

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-17 16:35 UTC  (4+ messages)
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH v4 0/8] Add an oversubscription test
 2021-08-16 21:30 UTC  (4+ messages)
` [PATCH v4 1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem

[PATCH] selftests: Use -fno-integrated-as instead of -no-integrated-as
 2021-08-16 21:08 UTC  (2+ messages)

[PATCH-cgroup v6 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-16 17:08 UTC  (3+ messages)
` [PATCH v6 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst


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