Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2021-08-06 00:17:21 to 2021-08-17 02:00:09 UTC [more...]

[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

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-16 23:54 UTC  (11+ messages)
` [RFC net-next 1/7] ptp: Add interface for acquiring DPLL state
` [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 v4 0/8] Add an oversubscription test
 2021-08-16 21:30 UTC  (12+ messages)
` [PATCH v4 1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
` [PATCH v4 2/8] selftests/sgx: Assign source for each segment
` [PATCH v4 3/8] selftests/sgx: Make data measurement for an enclave segment optional
` [PATCH v4 4/8] selftests/sgx: Create a heap for the test enclave
` [PATCH v4 5/8] selftests/sgx: Dump segments and /proc/self/maps only on failure
` [PATCH v4 6/8] selftests/sgx: Encpsulate the test enclave creation
` [PATCH v4 7/8] selftests/sgx: Move setup_test_encl() to each TEST_F()
` [PATCH v4 8/8] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed

[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 RESEND 00/17] Resend bitmap patches
 2021-08-15 11:09 UTC  (19+ 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-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  (10+ 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
  ` Re: [PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket

[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  (21+ 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  (4+ messages)

[PATCH] selftests/damon/debugfs_attrs: Add missing execute permission
 2021-08-10 14:08 UTC  (3+ messages)

[PATCH v3 0/9] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-10  1:12 UTC  (5+ messages)

[PATCH] kunit: tool: allow filtering test cases via glob
 2021-08-09 21:38 UTC 

[kbuild-all] Re: sparc64-linux-gcc: error: unrecognized command-line option '-mxsave'
 2021-08-09 10:17 UTC 

[PATCH 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-08-09  4:10 UTC  (5+ messages)
` [PATCH net-next 0/3] "
  ` [PATCH net-next 1/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support xtables API
  ` [PATCH net-next 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
  ` [PATCH net-next 3/3] selftests: netfilter: Add RFC-7597 Section 5.1 PSID selftests

[net-next, v5, 00/11] ptp: support virtual clocks and timestamping
 2021-08-07 20:56 UTC  (6+ messages)
` [net-next, v5, 02/11] ptp: support ptp physical/virtual clocks conversion

[PATCH] selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IP
 2021-08-06 15:20 UTC  (2+ messages)

[PATCH v3 0/8] Add an oversubscription test
 2021-08-06 11:24 UTC  (8+ messages)
` [PATCH v3 3/8] selftests/sgx: Make data measurement for an enclave segment optional
` [PATCH v3 4/8] selftests/sgx: Create a heap for the test enclave
` [PATCH v3 5/8] selftests/sgx: Dump segments and /proc/self/maps only on failure
` [PATCH v3 6/8] selftests/sgx: Encpsulate the test enclave creation
` [PATCH v3 7/8] selftests/sgx: Move setup_test_encl() to each TEST_F()
` [PATCH v3 8/8] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed


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