linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 11:27:47 to 2021-08-19 15:28:29 UTC [more...]

[PATCH v8 3/5] selftests/ftrace: Add clear_dynamic_events() to test cases
 2021-08-19 15:26 UTC  (3+ 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 v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
 2021-08-19 15:10 UTC  (5+ messages)

[PATCH 1/3] selftests/bpf: make test_doc_build.sh work from script directory
 2021-08-19  7:24 UTC  (3+ 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)

[RFC PATCH 0/5] selftests: floppy: basic tests
 2021-08-19  0:24 UTC  (12+ 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] kunit: tool: allow filtering test cases via glob
 2021-08-18 23:27 UTC  (3+ messages)

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-18 22:36 UTC  (18+ 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 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 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-18  0:12 UTC  (6+ 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 RESEND 00/17] Resend bitmap patches
 2021-08-17 16:35 UTC  (20+ messages)
` [PATCH 01/17] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/17] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/17] include: move find.h from asm_generic to linux
` [PATCH 04/17] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/17] lib: add find_first_and_bit()
` [PATCH 06/17] cpumask: use find_first_and_bit()
` [PATCH 07/17] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/17] tools: sync tools/bitmap with mother linux
` [PATCH 09/17] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/17] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/17] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/17] tools: Rename bitmap_alloc() to bitmap_zalloc()
` [PATCH 14/17] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 15/17] bitmap: unify find_bit operations
` [PATCH 16/17] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH bpf-next v7 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-17  2:00 UTC  (7+ 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 v4 0/8] Add an oversubscription test
 2021-08-16 21:30 UTC  (5+ 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  (8+ messages)
` [PATCH v6 1/6] cgroup/cpuset: Properly transition to invalid partition
` [PATCH v6 2/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v6 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v6 4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs
` [PATCH v6 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v6 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v2 0/2] add KSM performance tests
 2021-08-16 15:48 UTC  (5+ messages)
` [PATCH v2 1/2] selftests: vm: add KSM merging time test
` [PATCH v2 2/2] selftests: vm: add COW time test for KSM pages

[PATCH v2 0/4] add KSM selftests
 2021-08-16 14:28 UTC  (9+ messages)
` [PATCH v2 1/4] selftests: vm: add KSM merge test
` [PATCH v2 2/4] selftests: vm: add KSM unmerge test
` [PATCH v2 3/4] selftests: vm: add KSM zero page merging test
` [PATCH v2 4/4] selftests: vm: add KSM merging across nodes test

[PATCH net-next 0/3] Update the virtual NCI driver and the NCI selftests
 2021-08-16  8:44 UTC  (7+ messages)
` [PATCH net-next 1/3] nfc: Change the virtual NCI device driver to use Wait Queue
` [PATCH net-next 2/3] selftests: Remove the polling code to read a NCI frame
` [PATCH net-next 3/3] selftests: Add the NCI testcase reading T4T Tag

[PATCH -next 1/2] selftests: Fix vm_handle_exception undefined error
 2021-08-16  2:53 UTC  (6+ messages)
` [PATCH -next 2/2] selftests: Fix fscanf warning
  ` ping//Re: "

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

[PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-14  4:31 UTC  (5+ messages)
  `  "

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

[GIT PULL] Kselftest update for Linux 5.14-rc6
 2021-08-14  1:12 UTC  (2+ messages)

[PATCH v2] selftest: Add test for Soft-Dirty PTE bit
 2021-08-13 19:47 UTC  (3+ messages)

[PATCH-cgroup v4 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-13 16:07 UTC  (20+ messages)
` [PATCH v4 1/6] cgroup/cpuset: Enable event notification when partition state changes
` [PATCH v4 2/6] cgroup/cpuset: Properly handle partition root tree
` [PATCH v4 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v4 4/6] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs
` [PATCH v4 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v4 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v2] kunit: Print test statistics on failure
 2021-08-13  5:41 UTC  (3+ messages)

[PATCH v2] selftests/sgx: Provide per-op parameter structs for the test enclave
 2021-08-12 22:46 UTC 

[PATCH] selftests/sgx: Provide per-op parameter structs for the test enclave
 2021-08-12 22:03 UTC 

[PATCH v2 1/2] kunit: tool: make --raw_output support only showing kunit output
 2021-08-12 17:30 UTC  (6+ messages)
` [PATCH v2 2/2] kunit: add 'kunit.action' param to allow listing out tests

RFC - kernel test result specification (KTAP)
 2021-08-11 20:53 UTC  (2+ messages)

[PATCH v3 0/6] KVM: my debug patch queue
 2021-08-11 14:26 UTC  (10+ messages)
` [PATCH v3 1/6] KVM: SVM: split svm_handle_invalid_exit
` [PATCH v3 2/6] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v3 3/6] KVM: SVM: implement force_intercept_exceptions_mask
` [PATCH v3 4/6] scripts/gdb: rework lx-symbols gdb script
` [PATCH v3 5/6] KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ
` [PATCH v3 6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ

[syzbot] BUG: sleeping function called from invalid context in _copy_to_iter
 2021-08-10 18:29 UTC  (13+ messages)

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-10 17:04 UTC  (7+ messages)
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap

[PATCH v2] selftests/kselftest/runner/run_one(): Allow running non-executable files
 2021-08-10 16:45 UTC 

[PATCH] selftests/kselftest/runner/run_one(): Allow running non-executable files
 2021-08-10 16:43 UTC  (3+ messages)

[PATCH v2] kunit: tool: allow filtering test cases via glob
 2021-08-10 15:21 UTC  (3+ messages)

[PATCH] selftests/damon/debugfs_attrs: Add missing execute permission
 2021-08-10 14:08 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;
as well as URLs for NNTP newsgroup(s).