Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-03 03:23:51 to 2022-08-10 07:22:23 UTC [more...]

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

[PATCH net v2 1/2] selftests: include bonding tests into the kselftest infra
 2022-08-10  3:56 UTC  (2+ messages)

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

[PATCH v9 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-10  2:41 UTC  (20+ messages)
` [PATCH v9 01/10] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH v9 02/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v9 03/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v9 04/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v9 05/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v9 06/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v9 07/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v9 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v9 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v9 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[RFC net] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-10  1:37 UTC  (5+ messages)

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-10  0:51 UTC  (20+ messages)
` [PATCH v4 1/4] security, lsm: "

[PATCH 0/2] kvm/selftests: Two rseq_test fixes
 2022-08-10  0:45 UTC  (16+ messages)
` [PATCH 1/2] KVM: selftests: Make rseq compatible with glibc-2.35
` [PATCH 2/2] KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test

[PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
 2022-08-09 17:03 UTC  (7+ messages)

[PATCH] selftests: fix LLVM build for i386 and x86_64
 2022-08-09 16:41 UTC  (2+ messages)

[PATCH] selftests: add missing ')' in lib.mk
 2022-08-09 16:36 UTC  (2+ messages)

lkft kselftest for next-20220809
 2022-08-09  6:25 UTC 

tools/testing/selftests/kvm/rseq_test and glibc 2.35
 2022-08-09  6:23 UTC  (6+ messages)

[RFC net-next 0/6] net: support QUIC crypto
 2022-08-08 19:05 UTC  (24+ messages)
  ` [RFC net-next 1/6] net: Documentation on QUIC kernel Tx crypto
  ` [RFC net-next 2/6] net: Define QUIC specific constants, control and data plane structures
  ` [RFC net-next 3/6] net: Add UDP ULP operations, initialization and handling prototype functions
  ` [RFC net-next 4/6] net: Implement QUIC offload functions
  ` [RFC net-next 5/6] net: Add flow counters and Tx processing error counter
  ` [RFC net-next 6/6] net: Add self tests for ULP operations, flow setup and crypto tests
` [RFC net-next v2 0/6] net: support QUIC crypto
  ` [RFC net-next v2 1/6] Documentation on QUIC kernel Tx crypto
  ` [RFC net-next v2 2/6] Define QUIC specific constants, control and data plane structures
  ` [RFC net-next v2 3/6] Add UDP ULP operations, initialization and handling prototype functions
  ` [RFC net-next v2 4/6] Implement QUIC offload functions
  ` [RFC net-next v2 5/6] Add flow counters and Tx processing error counter
  ` [RFC 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-08 17:56 UTC  (6+ messages)
` [PATCH v5 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v5 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v5 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v5 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v2 0/5] mm/memfd: MFD_NOEXEC for memfd_create
 2022-08-08 17:46 UTC  (7+ messages)
` [PATCH v2 1/5] mm/memfd: add F_SEAL_EXEC
` [PATCH v2 2/5] mm/memfd: add MFD_NOEXEC flag to memfd_create
` [PATCH v2 3/5] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH v2 4/5] selftests/memfd: add tests for MFD_NOEXEC
` [PATCH v2 5/5] sysctl: add support for mfd_noexec

[kvm-unit-tests PATCH v2 0/5] Test for illegal LEA & related fixes
 2022-08-08 16:32 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/5] x86: emulator.c cleanup: Save and restore exception handlers
` [kvm-unit-tests PATCH v2 2/5] x86: emulator.c cleanup: Use ASM_TRY() for the UD_VECTOR cases
` [kvm-unit-tests PATCH v2 3/5] x86: Introduce ASM_TRY_FEP() to handle exceptions thrown by FEP-triggered emulator
` [kvm-unit-tests PATCH v2 4/5] x86: Dedup 32-bit vs. 64-bit ASM_TRY() by stealing kernel's __ASM_SEL()
` [kvm-unit-tests PATCH v2 5/5] x86: Test emulator's handling of LEA with /reg

[PATCH v5 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-08 14:15 UTC  (2+ messages)
` [PATCH v5 2/2] selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace

[RFC tracing 0/4] tracing: support > 8 byte filter predicates
 2022-08-07 22:53 UTC  (6+ messages)
` [RFC tracing 1/4] tracing: predicate matching trigger crashes for > 8-byte arrays
` [RFC tracing 2/4] tracing: support > 8 byte array filter predicates
` [RFC tracing 3/4] selftests/ftrace: add test coverage for "
` [RFC tracing 4/4] tracing: document > 8 byte numeric filtering support

[PATCH v4 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-06 19:36 UTC  (7+ messages)
` [PATCH v4 2/2] selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace

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

[PATCH v3 0/3] Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
 2022-08-06 14:20 UTC  (8+ messages)
` [PATCH v3 1/3] kunit: "
` [PATCH v3 2/3] kunit: Add KUnit memory block assertions to the example_all_expect_macros_test
` [PATCH v3 3/3] kunit: Use KUNIT_EXPECT_MEMEQ macro

[PATCH] selftests/proc: Add support for vsyscall=xonly
 2022-08-06 13:57 UTC 

[PATCH 2/2] KVM: selftests: x86: Test illegal LEA handling
 2022-08-06 11:08 UTC  (18+ messages)
` [kvm-unit-tests PATCH v2] "
        ` [kvm-unit-tests PATCH 1/4] x86: emulator.c cleanup: Save and restore exception handlers
          ` [kvm-unit-tests PATCH 2/4] x86: emulator.c cleanup: Use ASM_TRY for the UD_VECTOR cases
          ` [kvm-unit-tests PATCH 3/4] x86: Test emulator's handling of LEA with /reg
          ` [kvm-unit-tests PATCH 4/4] x86: Extend ASM_TRY to handle #UD thrown by FEP-triggered emulator

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-05 19:54 UTC  (29+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 12/14] KVM: Handle page fault for "
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH] selftests/landlock: fix broken include of linux/landlock.h
 2022-08-05 17:16 UTC  (5+ messages)

[RFC net-next 0/6] net: support QUIC crypto
 2022-08-05  3:37 UTC 

[PATCH] kselftest/arm64: Enumerate SME rather than SVE vector lengths for za_regs
 2022-08-04 18:41 UTC  (2+ messages)

[PATCH] docs/kselftest: Fix build commands in guidelines
 2022-08-04 15:18 UTC  (4+ messages)

[PATCH v2 net-next 0/3] ptp: Add adjust phase to support phase offset
 2022-08-04 13:29 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] ptp: Add adjphase function to support phase offset control

[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
 2022-08-04  7:58 UTC  (13+ messages)

kselftest/next build: 3 builds: 0 failed, 3 passed (linux-kselftest-next-5.20-rc1-1-gb1d34b1375f97)
 2022-08-04  2:29 UTC 

[GIT PULL] Kselftest update for Linux 5.20-rc1
 2022-08-03 23:12 UTC  (7+ messages)

[PATCH] mmc: sdhci-of-aspeed: test: Fix dependencies when KUNIT=m
 2022-08-03 20:35 UTC  (2+ messages)

[PATCH] module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
 2022-08-03 20:32 UTC  (8+ messages)

[PATCH v3 0/4] Introduce security_create_user_ns()
 2022-08-03 15:20 UTC  (5+ messages)

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-08-03  7:41 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 read-only IMAP folder(s) and NNTP newsgroup(s).