linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-17 05:02:52 to 2022-09-22 21:11:04 UTC [more...]

[PATCH net-next,v2 00/15] add tc-testing qdisc test cases
 2022-09-22 21:10 UTC  (19+ messages)
` [PATCH net-next,v2 01/15] selftests/tc-testing: add selftests for atm qdisc
` [PATCH net-next,v2 02/15] selftests/tc-testing: add selftests for choke qdisc
` [PATCH net-next,v2 03/15] selftests/tc-testing: add selftests for codel qdisc
` [PATCH net-next,v2 04/15] selftests/tc-testing: add selftests for etf qdisc
` [PATCH net-next,v2 05/15] selftests/tc-testing: add selftests for fq qdisc
` [PATCH net-next,v2 06/15] selftests/tc-testing: add selftests for gred qdisc
` [PATCH net-next,v2 07/15] selftests/tc-testing: add selftests for hhf qdisc
` [PATCH net-next,v2 08/15] selftests/tc-testing: add selftests for pfifo_fast qdisc
` [PATCH net-next,v2 09/15] selftests/tc-testing: add selftests for plug qdisc
` [PATCH net-next,v2 10/15] selftests/tc-testing: add selftests for sfb qdisc
` [PATCH net-next,v2 11/15] selftests/tc-testing: add selftests for sfq qdisc
` [PATCH net-next,v2 12/15] selftests/tc-testing: add selftests for skbprio qdisc
` [PATCH net-next,v2 13/15] selftests/tc-testing: add selftests for taprio qdisc
` [PATCH net-next,v2 14/15] selftests/tc-testing: add selftests for tbf qdisc
` [PATCH net-next,v2 15/15] selftests/tc-testing: add selftests for teql qdisc

[PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
 2022-09-22 20:35 UTC  (15+ messages)

[PATCH v2 2/4] selftests/x86/mxcsr: Test the MXCSR state write via ptrace
 2022-09-22 20:00 UTC 

[PATCH] kselftest/arm64: Fix typo in hwcap check
 2022-09-22 20:01 UTC  (2+ messages)

[PATCH linux-next] KVM: selftests: remove redundant variable tsc_val
 2022-09-22 19:41 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: fix incorrect fcntl call (test_sockmap.c)
 2022-09-22 18:46 UTC  (5+ messages)

[PATCH 0/5] selftests/resctrl: Some improvements of resctrl selftest
 2022-09-22 17:52 UTC  (13+ messages)
` [PATCH 1/5] selftests/resctrl: Clear unused initalization code in MBM tests
` [PATCH] selftests/resctrl: Return MBA check result and make it to output message
` [PATCH 2/5] selftests/resctrl: Clear unused common codes called by CAT/MBA tests
` [PATCH 3/5] selftests/resctrl: Remove duplicate codes that clear each test result file
` [PATCH 4/5] selftests/resctrl: Kill the child process before exiting the parent process if an exception occurs
` [PATCH 5/5] selftests/resctrl: Flush stdout file buffer before executing fork()

[PATCH v4 0/4] arm64/sme: ptrace support for TPIDR2_EL0
 2022-09-22 13:57 UTC  (7+ messages)
` [PATCH v4 3/4] arm64/ptrace: Support access to TPIDR2_EL0

[net-next] selftests: Fix the if conditions of in test_extra_filter()
 2022-09-22 13:12 UTC  (2+ messages)

[PATCH linux-next] kunit: tool: use absolute path for wget
 2022-09-22 11:15 UTC  (5+ messages)

[PATCH v1] selftests/landlock: Fix out-of-tree builds
 2022-09-22  9:18 UTC  (4+ messages)

[PATCH 0/3] fix error when writing negative value to simple attribute files
 2022-09-22  8:06 UTC  (9+ messages)
` [PATCH 1/3] libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value
` [PATCH 2/3] lib/notifier-error-inject: fix error when writing -errno to debugfs file
` [PATCH 3/3] debugfs: fix error when writing negative value to atomic_t "

[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-22  1:10 UTC  (10+ messages)
` [PATCH v17 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
        ` [PATCH v18 02/13] btf: Export bpf_dynptr definition

[PATCH v18 00/13] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-22  1:10 UTC  (16+ messages)
` [PATCH v18 01/13] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v18 02/13] btf: Export bpf_dynptr definition
` [PATCH v18 03/13] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v18 04/13] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v18 05/13] bpf: Export bpf_dynptr_get_size()
` [PATCH v18 06/13] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
` [PATCH v18 07/13] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v18 08/13] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v18 09/13] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v18 10/13] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v18 11/13] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v18 12/13] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v18 13/13] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-09-21 21:47 UTC  (14+ messages)
` [V2 PATCH 2/8] KVM: selftests: Add arch specific initialization
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup
` [V2 PATCH 4/8] KVM: selftests: x86: Precompute the result for is_{intel,amd}_cpu()
` [V2 PATCH 5/8] KVM: selftests: x86: delete svm_vmcall_test
` [V2 PATCH 7/8] Kvm: selftests: x86: Execute cpu specific vmcall instruction
` [V2 PATCH 8/8] KVM: selftests: x86: xen: "

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-09-21 18:30 UTC  (4+ messages)

[PATCH v1 0/3] kselftest/arm64: fp-stress updates
 2022-09-21 18:13 UTC  (4+ messages)
` [PATCH v1 1/3] kselftest/arm64: Don't repeat termination handler for fp-stress
` [PATCH v1 2/3] kselftest/arm64: Flag fp-stress as exiting when we begin finishing up
` [PATCH v1 3/3] kselftest/arm64: Handle EINTR while reading data from children

[PATCH v2] selftest: tpm2: Add Client.__del__() to close /dev/tpm* handle
 2022-09-21 17:59 UTC  (2+ messages)

BUG: sleeping function called from invalid context at arch/arm64/mm/fault.c:593
 2022-09-21 12:54 UTC  (2+ messages)

[PATCH -next, v3 00/10] cleanup in Huawei hinic driver
 2022-09-21 12:33 UTC  (11+ messages)
` [PATCH -next, v3 01/10] net: hinic: modify kernel doc comments
` [PATCH -next, v3 02/10] net: hinic: change type of function to be static
` [PATCH -next, v3 03/10] net: hinic: remove unused functions
` [PATCH -next, v3 04/10] net: hinic: remove unused macro
` [PATCH -next, v3 05/10] net: hinic: remove duplicate macro definition
` [PATCH -next, v3 06/10] net: hinic: simplify code logic
` [PATCH -next, v3 07/10] net: hinic: change hinic_deinit_vf_hw() to void
` [PATCH -next, v3 08/10] net: hinic: remove unused enumerated value
` [PATCH -next, v3 09/10] net: hinic: replace magic numbers with macro
` [PATCH -next, v3 10/10] net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()

[PATCH v6 1/2] selftests: vm: bring common functions to a new file
 2022-09-21 11:06 UTC  (3+ messages)

[PATCH net-next,v3 01/18] net/sched: sch_api: add helper for tc qdisc walker stats dump
 2022-09-21  9:40 UTC  (2+ messages)

[PATCH net-next,v3 02/18] net/sched: use tc_qdisc_stats_dump() in qdisc
 2022-09-21  9:40 UTC  (2+ messages)

[PATCH net-next,v3 18/18] selftests/tc-testing: add show class case for red qdisc
 2022-09-21  2:44 UTC 

[PATCH net-next,v3 17/18] selftests/tc-testing: add show class case for prio qdisc
 2022-09-21  2:44 UTC 

[PATCH net-next,v3 16/18] selftests/tc-testing: add show class case for mq qdisc
 2022-09-21  2:44 UTC 

[PATCH net-next,v3 15/18] selftests/tc-testing: add show class case for ingress qdisc
 2022-09-21  2:43 UTC 

[PATCH net-next,v3 14/18] selftests/tc-testing: add selftests for qfq qdisc
 2022-09-21  2:43 UTC 

[PATCH net-next,v3 13/18] selftests/tc-testing: add selftests for netem qdisc
 2022-09-21  2:43 UTC 

[PATCH net-next,v3 12/18] selftests/tc-testing: add selftests for multiq qdisc
 2022-09-21  2:43 UTC 

[PATCH net-next,v3 11/18] selftests/tc-testing: add selftests for mqprio qdisc
 2022-09-21  2:43 UTC 

[PATCH net-next,v3 10/18] selftests/tc-testing: add selftests for htb qdisc
 2022-09-21  2:43 UTC 

[PATCH net-next,v3 09/18] selftests/tc-testing: add selftests for hfsc qdisc
 2022-09-21  2:42 UTC 

[PATCH net-next,v3 08/18] selftests/tc-testing: add selftests for fq_codel qdisc
 2022-09-21  2:42 UTC 

[PATCH net-next,v3 07/18] selftests/tc-testing: add selftests for dsmark qdisc
 2022-09-21  2:42 UTC 

[PATCH net-next,v3 06/18] selftests/tc-testing: add selftests for drr qdisc
 2022-09-21  2:42 UTC 

[PATCH net-next,v3 05/18] selftests/tc-testing: add selftests for cbs qdisc
 2022-09-21  2:42 UTC 

[PATCH net-next,v3 04/18] selftests/tc-testing: add selftests for cbq qdisc
 2022-09-21  2:41 UTC 

[PATCH net-next,v3 03/18] selftests/tc-testing: add selftests for cake qdisc
 2022-09-21  2:41 UTC 

[PATCH net-next,v3 00/18] refactor duplicate codes in the qdisc class walk function
 2022-09-21  2:40 UTC 

[PATCH net-next,v2 03/18] selftests/tc-testings: add selftests for cake qdisc
 2022-09-21  2:08 UTC  (3+ messages)

[PATCH v5 0/3] Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
 2022-09-21  1:45 UTC  (4+ messages)
` [PATCH v5 1/3] kunit: "
` [PATCH v5 2/3] kunit: Add KUnit memory block assertions to the example_all_expect_macros_test
` [PATCH v5 3/3] kunit: Use KUNIT_EXPECT_MEMEQ macro

[PATCH net-next,v4 0/9] refactor duplicate codes in the tc cls walk function
 2022-09-20 23:20 UTC  (4+ messages)

[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
 2022-09-20 19:51 UTC  (2+ messages)

[PATCH net v2 1/2] selftests: bonding: cause oops in bond_rr_gen_slave_id
 2022-09-20 17:45 UTC 

[PATCH net-next,v2 01/18] net/sched: sch_api: add helper for tc qdisc walker stats dump
 2022-09-20 13:45 UTC  (2+ messages)

[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
 2022-09-20 13:43 UTC  (2+ messages)

[PATCH] selftests: tpm2: Implement class desstructor to close file descriptor
 2022-09-20 13:14 UTC  (3+ messages)

[net-next v2 0/3] seg6: add NEXT-C-SID support for SRv6 End behavior
 2022-09-20 10:50 UTC  (4+ messages)
` [net-next v2 2/3] "

[PATCH i-g-t v2 0/4] Add support for KUnit tests
 2022-09-20  8:18 UTC  (9+ messages)
` [PATCH i-g-t v2 3/4] lib/igt_kmod: add compatibility for KUnit
  ` [igt-dev] "
` [PATCH i-g-t v2 4/4] tests: DRM selftests: switch to KUnit
  ` [igt-dev] "

[PATCH linux-next] selftests: timers: Remove the unneeded result variable
 2022-09-20  7:46 UTC  (2+ messages)

[PATCH net 1/2] selftests: bonding: cause oops in bond_rr_gen_slave_id
 2022-09-20  0:21 UTC  (3+ messages)

[PATCH v2 0/2] selftests/Make: Recursively build TARGETS list
 2022-09-19 20:19 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/.gitignore: Add io_uring_zerocopy_tx

[PATCH net-next,v2 00/18] refactor duplicate codes in the qdisc class walk function
 2022-09-19 18:31 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-19 16:17 UTC  (7+ messages)
` [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL

[PATCH -v2] lib/notifier-error-inject: fix error when writing errno to debugfs file
 2022-09-19 11:54 UTC  (4+ messages)

[PATCH net-next 00/15] add tc-testing qdisc test cases
 2022-09-19 11:11 UTC  (16+ messages)
` [PATCH net-next 01/15] selftests/tc-testings: add selftests for atm qdisc
` [PATCH net-next 02/15] selftests/tc-testings: add selftests for choke qdisc
` [PATCH net-next 03/15] selftests/tc-testings: add selftests for codel qdisc
` [PATCH net-next 04/15] selftests/tc-testings: add selftests for etf qdisc
` [PATCH net-next 05/15] selftests/tc-testings: add selftests for fq qdisc
` [PATCH net-next 06/15] selftests/tc-testings: add selftests for gred qdisc
` [PATCH net-next 07/15] selftests/tc-testings: add selftests for hhf qdisc
` [PATCH net-next 08/15] selftests/tc-testings: add selftests for pfifo_fast qdisc
` [PATCH net-next 09/15] selftests/tc-testings: add selftests for plug qdisc
` [PATCH net-next 10/15] selftests/tc-testings: add selftests for sfb qdisc
` [PATCH net-next 11/15] selftests/tc-testings: add selftests for sfq qdisc
` [PATCH net-next 12/15] selftests/tc-testings: add selftests for skbprio qdisc
` [PATCH net-next 13/15] selftests/tc-testings: add selftests for taprio qdisc
` [PATCH net-next 14/15] selftests/tc-testings: add selftests for tbf qdisc
` [PATCH net-next 15/15] selftests/tc-testings: add selftests for teql qdisc

[PATCH -next v2 1/5] docs: notifier-error-inject: fix non-working usage of negative values
 2022-09-19 11:05 UTC  (2+ messages)

[PATCH -next v2 0/5] Optimize and bugfix for notifier error
 2022-09-19  8:43 UTC  (4+ messages)
` [PATCH -next v2 1/5] docs: notifier-error-inject: fix non-working usage of negative values

[PATCH v2 2/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-19  1:27 UTC  (3+ messages)

[PATCH 1/2] tools: Add LoongArch build infrastructure
 2022-09-17  8:57 UTC  (2+ messages)

[PATCH] lib/notifier-error-inject: fix error when writing errno to debugfs file
 2022-09-17  7:06 UTC 

[PATCH net-next,v2 18/18] selftests/tc-testings: add show class case for red qdisc
 2022-09-17  5:06 UTC 

[PATCH net-next,v2 17/18] selftests/tc-testings: add show class case for prio qdisc
 2022-09-17  5:06 UTC 

[PATCH net-next,v2 16/18] selftests/tc-testings: add show class case for mq qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 15/18] selftests/tc-testings: add show class case for ingress qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 14/18] selftests/tc-testings: add selftests for qfq qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 13/18] selftests/tc-testings: add selftests for netem qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 12/18] selftests/tc-testings: add selftests for multiq qdisc
 2022-09-17  5:05 UTC 

[PATCH net-next,v2 11/18] selftests/tc-testings: add selftests for mqprio qdisc
 2022-09-17  5:04 UTC 

[PATCH net-next,v2 10/18] selftests/tc-testings: add selftests for htb qdisc
 2022-09-17  5:04 UTC 


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