Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 21:34:14 to 2023-06-14 18:11:47 UTC [more...]

[PATCH 0/6] KUnit integration for Rust doctests
 2023-06-14 18:08 UTC  (5+ messages)
` [PATCH 1/6] rust: init: make doctests compilable/testable
` [PATCH 2/6] rust: str: "
` [PATCH 3/6] rust: sync: "
` [PATCH 6/6] MAINTAINERS: add Rust KUnit files to the KUnit entry

[PATCH v18 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-14 18:00 UTC  (16+ messages)
` [PATCH v18 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v18 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v18 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v18 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v18 5/5] selftests: mm: add pagemap ioctl tests

[PATCH bpf-next v2 0/6] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-06-14 16:52 UTC  (16+ messages)
` [PATCH bpf-next v2 1/6] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v2 2/6] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v2 3/6] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v2 4/6] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v2 5/6] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v2 6/6] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH] selftests/bpf: Fix the address is NULL
 2023-06-14 14:08 UTC  (2+ messages)

[PATCH] selftest: net: tls: fix no_pad
 2023-06-14 13:47 UTC 

[PATCH v2 00/24] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
 2023-06-14 13:02 UTC  (6+ messages)
` [PATCH v2 21/24] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-06-14 11:52 UTC  (5+ messages)

[PATCH] selftests/ftrace: Add test dependency
 2023-06-14 10:50 UTC 

[PATCH] selftests/ftrace: Fix dependencies for some of the synthetic event tests
 2023-06-14  9:10 UTC 

POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL] in vrf "bind - ns-B IPv6 LLA" test
 2023-06-14  8:47 UTC  (12+ messages)
      ` POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL][FIX TESTED] "

[PATCH] selftests: timers: Remove unneeded semicolon
 2023-06-14  8:22 UTC 

[PATCH] selftests/nolibc: Remove unneeded variable
 2023-06-14  8:09 UTC 

[PATCH] selftests/powerpc: Remove unneeded variable
 2023-06-14  7:12 UTC 

[PATCH] selftests/powerpc: remove unneeded variable
 2023-06-14  6:51 UTC 

[PATCH net 0/4] Fix small bugs and annoyances in tc-testing
 2023-06-14  3:50 UTC  (11+ messages)
` [PATCH net 1/4] selftests/tc-testing: Fix Error: Specified qdisc kind is unknown
` [PATCH net 2/4] selftests/tc-testing: Fix Error: failed to find target LOG
` [PATCH net 3/4] selftests/tc-testing: Fix SFB db test
` [PATCH net 4/4] selftests/tc-testing: Remove configs that no longer exist

[PATCH v2] MAINTAINERS: Add source tree entry for kunit
 2023-06-14  2:34 UTC  (2+ messages)

[PATCH] selftests: lib.mk: fix out-of-tree builds
 2023-06-14  2:23 UTC  (4+ messages)

[PATCH v3] KVM: selftests: Add new CFLAGS to generate dependency files
 2023-06-13 23:22 UTC  (2+ messages)

[PATCH bpf v5 0/2] bpf: fix NULL dereference during extable search
 2023-06-13 22:19 UTC  (4+ messages)
` [PATCH bpf v5 1/2] bpf: ensure main program has an extable
` [PATCH bpf v5 2/2] selftests/bpf: add a test for subprogram extables

[linux-next:master] BUILD REGRESSION 1f6ce8392d6ff486af5ca96df9ded5882c4b6977
 2023-06-13 21:38 UTC 

[RFC v1 0/6] kunit: Add test attributes API
 2023-06-13 20:58 UTC  (21+ messages)
` [RFC v1 1/6] kunit: Add test attributes API structure
` [RFC v1 2/6] kunit: Add speed attribute
` [RFC v1 3/6] kunit: Add ability to filter attributes
` [RFC v1 4/6] kunit: tool: Add command line interface to filter and report attributes
` [RFC v1 5/6] kunit: memcpy: Mark tests as slow using test attributes
` [RFC v1 6/6] kunit: time: Mark test "

[PATCH] selftests/bpf: Remove unneeded variable "ret"
 2023-06-13 18:13 UTC  (2+ messages)

[PATCH 1/2] tty: tty_io: update timestamps on all device nodes
 2023-06-13 17:21 UTC  (7+ messages)
` [PATCH v2 "
          ` [PATCH v3 "
            ` [PATCH v3 2/2] selftests: tty: add selftest for tty timestamp updates

[PATCH v4 0/4] Check if FIPS mode is enabled when running selftests
 2023-06-13 12:32 UTC  (5+ messages)
` [PATCH v4 1/4] selftests/harness: allow tests to be skipped during setup
` [PATCH v4 2/4] selftests: net: tls: check if FIPS mode is enabled
` [PATCH v4 3/4] selftests: net: vrf-xfrm-tests: change authentication and encryption algos
` [PATCH v4 4/4] selftests: net: fcnal-test: check if FIPS mode is enabled

[PATCH v12 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-06-13 10:35 UTC  (5+ messages)

[PATCH v3 00/10] tracing: introducing eventfs
 2023-06-13  8:21 UTC  (3+ messages)
` [PATCH v3 10/10] test: ftrace: fix kprobe test for eventfs

[PATCH v3 09/10] eventfs: moving tracing/events to eventfs
 2023-06-13  7:06 UTC 

[PATCH 0/3] tracing/user_events: Fix incorrect return value for
 2023-06-13  5:52 UTC  (4+ messages)
` [PATCH 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled

kselftest/next build: 3 builds: 0 failed, 3 passed, 3 warnings (v6.4-rc6-10-g8cd0d8633e2d)
 2023-06-13  4:22 UTC 

[PATCH v3 0/4] Check if FIPS mode is enabled when running selftests
 2023-06-13  4:09 UTC  (6+ messages)
` [PATCH v3 1/4] selftests/harness: allow tests to be skipped during setup
` [PATCH v3 2/4] selftests: net: tls: check if FIPS mode is enabled
` [PATCH v3 3/4] selftests: net: vrf-xfrm-tests: change authentication and encryption algos
` [PATCH v3 4/4] selftests: net: fcnal-test: check if FIPS mode is enabled

[PATCH] MAINTAINERS: Add source tree entry for kunit
 2023-06-13  0:45 UTC  (4+ messages)

[PATCH net 00/17] selftests: mptcp: skip tests not supported by old kernels (part 3)
 2023-06-13  0:00 UTC  (19+ messages)
` [PATCH net 01/17] selftests: mptcp: lib: skip if not below kernel version
` [PATCH net 02/17] selftests: mptcp: join: use 'iptables-legacy' if available
` [PATCH net 03/17] selftests: mptcp: join: helpers to skip tests
` [PATCH net 04/17] selftests: mptcp: join: skip check if MIB counter not supported
` [PATCH net 05/17] selftests: mptcp: join: skip test if iptables/tc cmds fail
` [PATCH net 06/17] selftests: mptcp: join: support local endpoint being tracked or not
` [PATCH net 07/17] selftests: mptcp: join: skip Fastclose tests if not supported
` [PATCH net 08/17] selftests: mptcp: join: support RM_ADDR for used endpoints or not
` [PATCH net 09/17] selftests: mptcp: join: skip implicit tests if not supported
` [PATCH net 10/17] selftests: mptcp: join: skip backup if set flag on ID "
` [PATCH net 11/17] selftests: mptcp: join: skip fullmesh flag tests if "
` [PATCH net 12/17] selftests: mptcp: join: skip userspace PM "
` [PATCH net 13/17] selftests: mptcp: join: skip fail "
` [PATCH net 14/17] selftests: mptcp: join: skip MPC backups "
` [PATCH net 15/17] selftests: mptcp: join: skip PM listener "
` [PATCH net 16/17] selftests: mptcp: join: uniform listener tests
` [PATCH net 17/17] selftests: mptcp: join: skip mixed tests if not supported

[PATCH] selftests/ftace: Fix KTAP output ordering
 2023-06-12 22:42 UTC  (4+ messages)

[PATCHv2] selftests: damon: add config file
 2023-06-12 22:32 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: fix NULL dereference during extable search
 2023-06-12 22:12 UTC  (8+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: add a test for subprogram extables

[PATCH v2] selftests: prctl: Add new prctl test for PR_SET_NAME
 2023-06-12 21:56 UTC  (4+ messages)

[PATCH v2 0/6] Landlock support for UML
 2023-06-12 19:31 UTC  (8+ messages)
` [PATCH v2 1/6] hostfs: Fix ephemeral inodes
` [PATCH v2 2/6] selftests/landlock: Don't create useless file layouts
` [PATCH v2 3/6] selftests/landlock: Add supports_filesystem() helper
` [PATCH v2 4/6] selftests/landlock: Make mounts configurable
` [PATCH v2 5/6] selftests/landlock: Add tests for pseudo filesystems
` [PATCH v2 6/6] selftests/landlock: Add hostfs tests

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-06-12 19:03 UTC  (7+ messages)
` [PATCH v3 1/3] x86/tdx: Add TDX Guest event notify interrupt support
` [PATCH v3 2/3] virt: tdx-guest: Add Quote generation support
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature

[PATCH v1 0/5] Landlock support for UML
 2023-06-12 15:14 UTC  (4+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH v1 0/2] Unify uapi bitsperlong.h
 2023-06-12 11:01 UTC  (3+ messages)
` [PATCH v1 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v1 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH 1/2] selftests: mm: remove wrong kernel header inclusion
 2023-06-12  9:56 UTC  (3+ messages)
` [PATCH 2/2] selftests: mm: remove duplicate unneeded defines

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-12  9:44 UTC  (14+ messages)
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[PATCH v1 1/1] selftests: mm: uufd-unit-tests: remove a format warning in printf
 2023-06-12  7:42 UTC  (4+ messages)

[PATCH v3 00/19] selftests/resctrl: Fixes and cleanups
 2023-06-12  6:02 UTC  (2+ messages)

[PATCH net-next v2] selftests: net: vxlan: Fix selftest regression after changes in iproute2
 2023-06-11 20:10 UTC  (2+ messages)

[BUG] selftests: drivers/net/bonding: bond-arp-interval-causes-panic.sh: Cannot find device "link1_1"
 2023-06-11  0:52 UTC 

[BUG] selftests: alsa: pcm-test: premature timeout severs the test
 2023-06-10 23:05 UTC 

[PATCH] kunit: tool: undo type subscripts for subprocess.Popen
 2023-06-10 17:56 UTC  (4+ messages)

[PATCH v2 4/4] tools/nolibc: sys.h: apply __syscall() helper
 2023-06-10 16:58 UTC  (4+ messages)

[PATCH 6/8] test_sysclt: Test for registering a mount point
 2023-06-10 13:58 UTC  (2+ messages)

[PATCH net 00/14] selftests: mptcp: skip tests not supported by old kernels (part 2)
 2023-06-10  7:12 UTC  (2+ messages)

[PATCH bpf v4 0/2] bpf: fix NULL dereference during extable search
 2023-06-09 22:40 UTC  (4+ messages)
` [PATCH bpf v4 1/2] bpf: ensure main program has an extable
` [PATCH bpf v4 2/2] selftests/bpf: add a test for subprogram extables

kselftest/next kselftest-lib: 3 runs, 2 regressions (v6.4-rc1-9-gd51a218328e0)
 2023-06-09 21:58 UTC 

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.4-rc1-9-gd51a218328e0)
 2023-06-09 21:58 UTC 

kselftest/next kselftest-seccomp: 1 runs, 1 regressions (v6.4-rc1-9-gd51a218328e0)
 2023-06-09 21:58 UTC 

kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.4-rc1-9-gd51a218328e0)
 2023-06-09 21:58 UTC 

[PATCH] selftests/ftrace: Test toplevel-enable for instance
 2023-06-09 21:46 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).