Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2021-08-20 00:54:03 to 2021-08-26 13:57:31 UTC [more...]

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-26 13:57 UTC  (3+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()

[PATCH] selftests: safesetid: Fix spelling mistake "cant" -> "can't"
 2021-08-26 12:14 UTC 

[PATCH] selftests: Fix spelling mistake "cann't" -> "cannot"
 2021-08-26 12:12 UTC 

[PATCH] kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"
 2021-08-26 12:07 UTC 

[PATCH 0/6] test_hash.c: refactor into KUnit
 2021-08-26 10:10 UTC  (13+ messages)
` [PATCH 1/6] hash.h: remove unused define directive
` [PATCH 2/6] test_hash.c: move common definitions to top of file
` [PATCH 3/6] test_hash.c: split test_int_hash into arch-specific functions
` [PATCH 4/6] test_hash.c: split test_hash_init
` [PATCH 5/6] lib/Kconfig.debug: properly split hash test kernel entries
` [PATCH 6/6] test_hash.c: refactor into kunit

[PATCH] KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
 2021-08-26  7:49 UTC 

[PATCH v2 0/3] kselftests: clean configs
 2021-08-26  1:58 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/sync: Remove the deprecated config SYNC
` [PATCH v2 2/3] selftests/cpufreq: Rename DEBUG_PI_LIST to DEBUG_PLIST
` [PATCH v2 3/3] selftests/wireguard: "

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-26  0:51 UTC  (11+ 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

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-25 21:37 UTC  (7+ messages)
` [PATCH v7 1/6] cgroup/cpuset: Properly transition to invalid partition
` [PATCH v7 2/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v7 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v7 4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v7 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH linux-next] tools:signal: fix boolreturn.cocci warnings
 2021-08-25 20:04 UTC  (3+ messages)

[PATCH] selftests: cleanup config
 2021-08-25 19:31 UTC  (2+ messages)

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

[RFCv3 00/15] tcp: Initial support for RFC5925 auth option
 2021-08-25 18:56 UTC  (29+ messages)
` [RFCv3 01/15] tcp: authopt: Initial support and key management
` [RFCv3 02/15] docs: Add user documentation for tcp_authopt
` [RFCv3 03/15] selftests: Initial tcp_authopt test module
` [RFCv3 04/15] selftests: tcp_authopt: Initial sockopt manipulation
` [RFCv3 05/15] tcp: authopt: Add crypto initialization
` [RFCv3 06/15] tcp: authopt: Compute packet signatures
` [RFCv3 07/15] tcp: authopt: Hook into tcp core
` [RFCv3 08/15] tcp: authopt: Add snmp counters
` [RFCv3 09/15] selftests: tcp_authopt: Test key address binding
` [RFCv3 10/15] selftests: tcp_authopt: Capture and verify packets
` [RFCv3 11/15] selftests: Initial tcp_authopt support for nettest
` [RFCv3 12/15] selftests: Initial tcp_authopt support for fcnal-test
` [RFCv3 13/15] selftests: Add -t tcp_authopt option for fcnal-test.sh
` [RFCv3 14/15] tcp: authopt: Add key selection controls
` [RFCv3 15/15] selftests: tcp_authopt: Add tests for rollover

[PATCH 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-08-25 17:05 UTC  (4+ messages)
` [PATCH net-next 0/3] "
  ` [PATCH net-next 2/3] net: netfilter: "

[PATCH v10 24/28] selftest/x86/amx: Test cases for the AMX state management
 2021-08-25 15:54 UTC 

[RFC][PATCH] selftests/vm/transhuge-stress: fix ram size thinko
 2021-08-25 13:58 UTC 

[PATCH] selftests/bpf: Use kselftest skip code for skipped tests
 2021-08-25  9:44 UTC  (3+ messages)

[PATCH] selftests/net: Use kselftest skip code for skipped tests
 2021-08-25  3:21 UTC  (5+ messages)

[PATCH v2] selftests: openat2: Fix testing failure for O_LARGEFILE flag
 2021-08-25  1:49 UTC 

[PATCH] selftests: openat2: Fix testing failure for O_LARGEFILE flag
 2021-08-25  1:49 UTC  (10+ messages)

[PATCH bpf-next 0/5] bpf: implement variadic printk helper
 2021-08-24 21:28 UTC  (17+ 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 linux-next] selftests/powerpc: remove duplicate include
 2021-08-24 16:42 UTC  (4+ messages)

[PATCH linux-next] powerpc/tm: remove duplicate include in tm-poison.c
 2021-08-24 16:34 UTC  (3+ messages)

[PATCH linux-next] tools:test_xdp_noinline: fix boolreturn.cocci warnings
 2021-08-24 15:52 UTC  (4+ messages)

[PATCH linux-next] tools: remove unneeded semicolon
 2021-08-24 14:41 UTC  (2+ messages)

[PATCH linux-next] tools:mount: Remove unnecessary conversion to bool
 2021-08-24 14:41 UTC  (2+ messages)

[PATCH linux-next] testing/vm/: fix application of sizeof to pointer
 2021-08-24 14:40 UTC  (2+ messages)

[PATCH linux-next] kselftest: remove duplicate include in cs_prctl_test.c
 2021-08-24 14:40 UTC  (2+ messages)

[PATCH linux-next] tools: remove unneeded semicolon
 2021-08-24 14:39 UTC  (2+ messages)

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

[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 

[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)

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-23  8:29 UTC  (15+ messages)
` [RFC net-next 1/7] ptp: Add interface for acquiring DPLL state
` [RFC net-next 4/7] net: add ioctl interface for recover reference clock on netdev

[PATCH] selftests/vm: Use kselftest skip code for skipped tests
 2021-08-23  7:34 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  (14+ 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

[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  (3+ messages)
` [PATCH bpf-next v7 2/5] af_unix: add unix_stream_proto for sockmap

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-20 22:26 UTC  (11+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[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 4/5] selftests/ftrace: Add selftest for testing eprobe events
 2021-08-20 14:13 UTC  (6+ messages)
` [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 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  (4+ messages)
` [PATCH 3/3] selftests/bpf: add missing files required by test_bpftool.sh for installing


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