linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-03 18:35:08 to 2021-12-08 18:37:39 UTC [more...]

[PATCH RESEND v3 0/5] test_hash.c: refactor into KUnit
 2021-12-08 18:37 UTC  (3+ messages)
` [PATCH RESEND v3 1/5] hash.h: remove unused define directive
` [PATCH RESEND v3 2/5] test_hash.c: split test_int_hash into arch-specific functions

[PATCH v2] kselftest: alsa: Add simplistic test for ALSA mixer controls kselftest
 2021-12-08 17:42 UTC  (15+ messages)

[PATCH 00/11] mm/damon: Trivial fixups and improvements
 2021-12-08 16:48 UTC  (10+ messages)
` [PATCH 02/11] mm/damon/dbgfs: Remove an unnecessary error message
` [PATCH 04/11] mm/damon/vaddr: Remove an unnecessary warning message

[RFC PATCH v2] Documentation: dev-tools: Add KTAP specification
 2021-12-08 16:17 UTC  (4+ messages)

[PATCH] kselftest: alsa: Use private alsa-lib configuration in mixer test
 2021-12-08 15:08 UTC  (5+ messages)

[PATCH] KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
 2021-12-08 14:04 UTC  (2+ messages)

[PATCH v3 00/18] tcp: Initial support for RFC5925 auth option
 2021-12-08 11:37 UTC  (19+ messages)
` [PATCH v3 01/18] tcp: authopt: Initial support and key management
` [PATCH v3 02/18] docs: Add user documentation for tcp_authopt
` [PATCH v3 03/18] tcp: authopt: Add crypto initialization
` [PATCH v3 04/18] tcp: md5: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v3 05/18] tcp: authopt: Compute packet signatures
` [PATCH v3 06/18] tcp: authopt: Hook into tcp core
` [PATCH v3 07/18] tcp: authopt: Disable via sysctl by default
` [PATCH v3 08/18] tcp: authopt: Implement Sequence Number Extension
` [PATCH v3 09/18] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v3 10/18] tcp: authopt: Add support for signing skb-less replies
` [PATCH v3 11/18] tcp: ipv4: Add AO signing for "
` [PATCH v3 12/18] tcp: authopt: Add key selection controls
` [PATCH v3 13/18] tcp: authopt: Add initial l3index support
` [PATCH v3 14/18] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v3 15/18] tcp: authopt: Add prefixlen support
` [PATCH v3 16/18] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v3 17/18] selftests: nettest: Initial tcp_authopt support
` [PATCH v3 18/18] selftests: net/fcnal: "

[V2 0/6] Auxiliary bus driver support for Intel PCIe VSEC/DVSEC
 2021-12-08 10:56 UTC  (22+ messages)
` [V2 1/6] PCI: Add #defines for accessing PCIe DVSEC fields
` [V2 2/6] driver core: auxiliary bus: Add driver data helpers
` [V2 3/6] platform/x86/intel: Move intel_pmt from MFD to Auxiliary Bus
` [V2 4/6] platform/x86: Add Intel Software Defined Silicon driver
` [V2 5/6] sample/sdsi: Sample of SDSi provisiong using sysfs

[PATCH] selftests: icmp_redirect: pass xfail=0 to log_test() for non-xfail cases
 2021-12-08  7:11 UTC 

[PATCH] selftests: net: Correct ping6 expected rc from 2 to 1
 2021-12-08  6:15 UTC 

[PATCH v2] selftests: net: Correct case name
 2021-12-08  4:07 UTC  (7+ messages)

selftests/net/fcnal-test.sh: ipv6_ping test failed
 2021-12-08  3:54 UTC  (5+ messages)

[PATCH] kunit: tool: make `build` subcommand also reconfigure if needed
 2021-12-07 23:00 UTC  (2+ messages)

[PATCH] kunit: tool: suggest using decode_stacktrace.sh on kernel crash
 2021-12-07 22:58 UTC  (2+ messages)

[PATCH bpf-next v2 2/3] selftests/bpf: Test for IPv6 ext header parsing
 2021-12-07 22:56 UTC  (2+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Improve test tcpbpf_user robustness

[PATCH] kunit: tool: revamp message for invalid kunitconfig
 2021-12-07 22:53 UTC  (2+ messages)

[PATCH v2] kunit: tool: reconfigure when the used kunitconfig changes
 2021-12-07 22:49 UTC  (2+ messages)

[PATCH 1/2] kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
 2021-12-07 22:47 UTC  (8+ messages)
` [PATCH 2/2] kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs

[PATCH 1/2] kunit: tool: use dataclass instead of collections.namedtuple
 2021-12-07 22:20 UTC  (4+ messages)
` [PATCH 2/2] kunit: tool: delete kunit_parser.TestResult type

[PATCH v2] kunit: tool: print parsed test results fully incrementally
 2021-12-07 20:53 UTC  (2+ messages)

[PATCH v4 1/4] kunit: tool: Do not error on tests without test plans
 2021-12-07 20:30 UTC  (8+ messages)
` [PATCH v4 2/4] kunit: tool: Report an error if any test has no subtests
` [PATCH v4 3/4] kunit: Don't crash if no parameters are generated
` [PATCH v4 4/4] kunit: Report test parameter results as (K)TAP subtests

[PATCH v2] kunit: add run_checks.py script to validate kunit changes
 2021-12-07 20:11 UTC  (2+ messages)

[PATCH] Documentation: kunit: remove claims that kunit is a mocking framework
 2021-12-07 20:05 UTC  (2+ messages)

[PATCH] kunit: tool: fix --json output for skipped tests
 2021-12-07 20:03 UTC  (2+ messages)

[PATCH] selftests/sgx: Fix build error caused by missing dependency
 2021-12-07 19:40 UTC 

[PATCH v1 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-07 18:50 UTC  (8+ messages)
` [PATCH v1 1/7] Documentation: KUnit: Rewrite main page
` [PATCH v1 2/7] Documentation: KUnit: Rewrite getting started

[PATCH v2 0/7] Documentation: KUnit: Rework KUnit documentation
 2021-12-07 18:46 UTC  (13+ messages)
` [PATCH v2 1/7] Documentation: KUnit: Rewrite main page
` [PATCH v2 2/7] Documentation: KUnit: Rewrite getting started
` [PATCH v2 3/7] Documentation: KUnit: Added KUnit Architecture
` [PATCH v2 4/7] Documentation: kunit: Reorganize documentation related to running tests
` [PATCH v2 5/7] Documentation: KUnit: Rework writing page to focus on writing tests
` [PATCH v2 6/7] Documentation: KUnit: Restyle Test Style and Nomenclature page
` [PATCH v2 7/7] Documentation: KUnit: Restyled Frequently Asked Questions

[PATCH bpf-next 2/2] selftests/bpf: Test for IPv6 ext header parsing
 2021-12-07 16:22 UTC 

[PATCH v13 0/7] gpio-sim: configfs-based GPIO simulator
 2021-12-07 13:58 UTC  (11+ messages)
` [PATCH v13 1/7] gpiolib: provide gpiod_remove_hogs()
` [PATCH v13 2/7] gpiolib: allow to specify the firmware node in struct gpio_chip
` [PATCH v13 3/7] gpiolib: of: make fwnode take precedence "
` [PATCH v13 4/7] gpio: sim: new testing module
` [PATCH v13 5/7] selftests: gpio: provide a helper for reading chip info
` [PATCH v13 6/7] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v13 7/7] selftests: gpio: add test cases for gpio-sim

[PATCH] selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
 2021-12-07 13:05 UTC 

selftests/net/fcnal-test.sh: ipv6_bind failed
 2021-12-07  7:29 UTC 

ww_mutex.sh hangs since v5.16-rc1
 2021-12-07  4:27 UTC  (3+ messages)

[PATCH v2] tests: remove unneeded conversion to bool
 2021-12-07  0:20 UTC  (3+ messages)

[PATCH] selftests/sgx: Fix corrupted cpuid macro invocation
 2021-12-06 23:36 UTC  (5+ messages)

[PATCH] mnt: remove unneeded conversion to bool
 2021-12-06 19:00 UTC  (6+ messages)

[PATCH v4 net-next 0/4] Add ethtool interface for SyncE
 2021-12-06 18:49 UTC  (20+ messages)
` [PATCH v4 net-next 2/4] ethtool: Add ability to configure recovered clock for SyncE feature

[PATCH v12 0/7] gpio-sim: configfs-based GPIO simulator
 2021-12-06 17:00 UTC  (23+ messages)
` [PATCH v12 3/7] gpiolib: of: make fwnode take precedence in struct gpio_chip
` [PATCH v12 4/7] gpio: sim: new testing module

[PATCH v2] selftests: vDSO: parse: warning: fix assignment as a condition
 2021-12-06 16:24 UTC  (2+ messages)

[PATCH 0/3] selftests/resctrl: Add resctrl_tests into kselftest set
 2021-12-06 15:23 UTC  (9+ messages)
` [PATCH 1/3] selftests/resctrl: Make resctrl_tests run using kselftest framework

[PATCH] kselftest: alsa: Add simplistic test for ALSA mixer controls kselftest
 2021-12-06 13:44 UTC  (3+ messages)

[PATCH 1/2] kselftest: signal all child processes
 2021-12-06  6:01 UTC  (5+ messages)
` [PATCH 2/2] ksefltest: pidfd: Fix wait_states: Test terminated by timeout

[PATCH v9 0/7] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-12-05 18:32 UTC  (8+ messages)
` [PATCH v9 1/7] cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
` [PATCH v9 2/7] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v9 3/7] cgroup/cpuset: Refining features and constraints of a partition
` [PATCH v9 4/7] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v9 5/7] cgroup/cpuset: Show invalid partition reason string
` [PATCH v9 6/7] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v9 7/7] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH bpf] bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
 2021-12-03 23:00 UTC  (2+ messages)

[PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
 2021-12-03 19:27 UTC  (12+ messages)

[PATCH] selftests/kselftest/runner.sh: Add optional command parameters in settings
 2021-12-03 19:12 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).