linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-17 16:49:12 to 2022-08-22 02:30:35 UTC [more...]

[PATCH v2 0/8] Documentation: Kunit: clean kunit-tool.rst and start.rst
 2022-08-22  2:26 UTC  (3+ messages)
` [PATCH v2 1/8] Documentation: KUnit: remove duplicated docs for kunit_tool
` [PATCH v2 2/8] Documentation: KUnit: avoid repeating "kunit.py run" in start.rst

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-22  1:58 UTC  (9+ messages)
` [PATCH v1 1/5] "
` [PATCH v1 2/5] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v1 3/5] KVM: selftests: Dirty host pages "
` [PATCH v1 4/5] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v1 5/5] KVM: selftests: Automate choosing dirty ring size "

[PATCH v5 0/9] drm: selftest: Convert to KUnit
 2022-08-21 22:22 UTC  (6+ messages)
` [PATCH v5 9/9] drm: selftest: convert drm_mm selftest "

[PATCH v2 0/5] cpumask: KUnit test suite fixes and improvements
 2022-08-21 16:39 UTC  (15+ messages)
` [PATCH v2 1/5] lib/test_cpumask: drop cpu_possible_mask full test
` [PATCH v2 2/5] lib/test_cpumask: fix cpu_possible_mask last test
` [PATCH v2 3/5] lib/test_cpumask: follow KUnit style guidelines
` [PATCH v2 4/5] lib/cpumask_kunit: log mask contents
` [PATCH v2 5/5] lib/cpumask_kunit: add tests file to MAINTAINERS

[PATCH] kunit: fix assert_type for KUNIT_EXPECT_LE_MSG()
 2022-08-21 15:03 UTC  (2+ messages)

[PATCH v2] kunit: fix assert_type for comparison macros
 2022-08-21 15:01 UTC 

[PATCH v4 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
 2022-08-21 13:43 UTC  (5+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-21 10:27 UTC  (17+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v2 1/2] selftests/vm: fix inability to build any vm tests
 2022-08-20  0:14 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/vm: use top_srcdir instead of recomputing relative paths

[PATCH net-next] selftests/net: test l2 tunnel TOS/TTL inheriting
 2022-08-19 23:50 UTC  (2+ messages)

[PATCH] selftests: fix a couple missing .gitignore entries
 2022-08-19 23:07 UTC  (3+ messages)

[PATCH 0/8] Documentation: Kunit: clean kunit-tool.rst and start.rst
 2022-08-19 22:18 UTC  (17+ messages)
` [PATCH 1/8] Documentation: KUnit: remove duplicated docs for kunit_tool
` [PATCH 2/8] Documentation: KUnit: avoid repeating "kunit.py run" in start.rst
` [PATCH 3/8] Documentation: KUnit: restore note about mrproper "
` [PATCH 4/8] Documentation: KUnit: Reword start guide for selecting tests
` [PATCH 5/8] Documentation: KUnit: add intro to the getting-started page
` [PATCH 6/8] Documentation: KUnit: update links in the index page
` [PATCH 7/8] lib: overflow: update reference to kunit-tool
` [PATCH 8/8] lib: stackinit: "

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-19 21:10 UTC  (15+ messages)

[PATCH v7 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-19 20:52 UTC  (6+ messages)
` [PATCH v7 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v7 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v7 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v7 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v7 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v6 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-19 20:12 UTC  (11+ messages)
` [PATCH v6 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v6 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v6 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v6 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v6 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
 2022-08-19 19:50 UTC  (3+ messages)

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-08-19 17:46 UTC  (7+ messages)
` [RFC V3 PATCH 1/6] kvm: x86: Add support for testing "
` [RFC V3 PATCH 2/6] selftests: kvm: Add support for "
` [RFC V3 PATCH 3/6] selftests: kvm: ucall: Allow querying ucall pool gpa
` [RFC V3 PATCH 4/6] selftests: kvm: x86: Execute hypercall as per the cpu
` [RFC V3 PATCH 5/6] selftests: kvm: x86: Execute VMs with private memory
` [RFC V3 PATCH 6/6] sefltests: kvm: x86: Add selftest for "

[RESEND PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:21 UTC 

[PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:14 UTC 

[PATCH net v5 1/3] selftests: include bonding tests into the kselftest infra
 2022-08-19 15:15 UTC 

[PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-08-19  8:28 UTC  (4+ messages)
` [PATCH v4 net-next 5/6] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[PATCH 0/2] kunit: add boot time parameter to enable KUnit
 2022-08-19  8:34 UTC  (5+ messages)
` [PATCH 1/2] kunit: add kunit.enable to enable/disable KUnit test
` [PATCH 2/2] kunit: no longer call module_info(test, "Y") for kunit modules

Zwiększenie płynności finansowej
 2022-08-19  7:46 UTC 

[PATCH] selftests/livepatch: normalize sysctl error message
 2022-08-19  5:59 UTC  (2+ messages)

[PATCH v15 3/4] selftests/ftrace: Add testcases for objtrace
 2022-08-19  3:27 UTC 

[GIT PULL] Kselftest update for Linux 6.0-rc2
 2022-08-19  3:12 UTC  (2+ messages)

[PATCH] kunit: tool: fix --qemu_config help text
 2022-08-19  2:08 UTC 

[PATCH v5 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-18 21:19 UTC  (5+ messages)

[PATCH v7 00/26] tcp: Initial support for RFC5925 auth option
 2022-08-18 20:00 UTC  (27+ messages)
` [PATCH v7 01/26] tcp: authopt: Initial support and key management
` [PATCH v7 02/26] docs: Add user documentation for tcp_authopt
` [PATCH v7 03/26] tcp: authopt: Add crypto initialization
` [PATCH v7 04/26] tcp: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v7 05/26] tcp: authopt: Compute packet signatures
` [PATCH v7 06/26] tcp: Refactor tcp_inbound_md5_hash into tcp_inbound_sig_hash
` [PATCH v7 07/26] tcp: authopt: Hook into tcp core
` [PATCH v7 08/26] tcp: authopt: Disable via sysctl by default
` [PATCH v7 09/26] tcp: authopt: Implement Sequence Number Extension
` [PATCH v7 10/26] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v7 11/26] tcp: authopt: Add support for signing skb-less replies
` [PATCH v7 12/26] tcp: ipv4: Add AO signing for "
` [PATCH v7 13/26] tcp: authopt: Add key selection controls
` [PATCH v7 14/26] tcp: authopt: Add initial l3index support
` [PATCH v7 15/26] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v7 16/26] tcp: authopt: Add prefixlen support
` [PATCH v7 17/26] tcp: authopt: Add v4mapped ipv6 address support
` [PATCH v7 18/26] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
` [PATCH v7 19/26] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v7 20/26] selftests: nettest: Initial tcp_authopt support
` [PATCH v7 21/26] selftests: net/fcnal: "
` [PATCH v7 22/26] tcp: authopt: Try to respect rnextkeyid from SYN on SYNACK
` [PATCH v7 23/26] tcp: authopt: tcp_authopt_lookup_send: Add anykey output param
` [PATCH v7 24/26] tcp: authopt: Initial support for TCP_AUTHOPT_FLAG_ACTIVE
` [PATCH v7 25/26] tcp: authopt: If no keys are valid for send report an error
` [PATCH v7 26/26] tcp: authopt: Initial implementation of TCP_REPAIR_AUTHOPT

[PATCH] selftests/vm: fix inability to build any vm tests
 2022-08-18 18:55 UTC  (4+ messages)

Running kunit tests on platform devices
 2022-08-18 18:53 UTC  (5+ messages)

[PATCH 0/4] Documentation: KUnit: minor fixes
 2022-08-18 18:20 UTC  (2+ messages)

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-18 17:35 UTC  (12+ messages)
` [PATCH v12 01/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v12 03/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v12 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v12 06/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v12 07/10] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v12 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v12 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v12 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH v3 0/4] arm64/sme: ptrace support for TPIDR2_EL0
 2022-08-18 17:01 UTC  (5+ messages)
` [PATCH v3 1/4] kselftest/arm64: Add test coverage for NT_ARM_TLS
` [PATCH v3 2/4] arm64/ptrace: Document extension of NT_ARM_TLS to cover TPIDR2_EL0
` [PATCH v3 3/4] arm64/ptrace: Support access to TPIDR2_EL0
` [PATCH v3 4/4] kselftest/arm64: Add coverage of TPIDR2_EL0 ptrace interface

[PATCH net v4 1/3] selftests: include bonding tests into the kselftest infra
 2022-08-18 14:41 UTC 

[PATCH v2 0/4] arm64/sme: ptrace support for TPIDR2_EL0
 2022-08-18 12:52 UTC  (8+ messages)
` [PATCH v2 1/4] kselftest/arm64: Add test coverage for NT_ARM_TLS
` [PATCH v2 2/4] arm64/ptrace: Document extension of NT_ARM_TLS to cover TPIDR2_EL0
` [PATCH v2 3/4] arm64/ptrace: Support access to TPIDR2_EL0

[PATCH v2] selftests/net: Refactor xfrm_fill_key() to use array of structs
 2022-08-18 11:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-17 15:27 UTC  (11+ messages)

[net-next 0/6] net: support QUIC crypto
 2022-08-18  2:53 UTC  (12+ messages)
` [net-next v2 "
  ` [net-next v2 1/6] Documentation on QUIC kernel Tx crypto
  ` [net-next v2 2/6] Define QUIC specific constants, control and data plane structures
  ` [net-next v2 3/6] Add UDP ULP operations, initialization and handling prototype functions
  ` [net-next v2 4/6] Implement QUIC offload functions
  ` [net-next v2 5/6] Add flow counters and Tx processing error counter
  ` [net-next v2 6/6] Add self tests for ULP operations, flow setup and crypto tests

[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-17 19:53 UTC  (4+ messages)
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd

[PATCH][next] selftests/bpf: Fix spelling mistake "succesful" -> "successful"
 2022-08-17 19:00 UTC  (3+ messages)

[PATCH] selftests/dma: Add a .gitignore file containing name of executable
 2022-08-17 17:34 UTC  (2+ 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).