Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-03 16:24:27 to 2023-07-07 17:40:24 UTC [more...]

[PATCH v2 bpf-next] selftests/bpf: Corrected two typos
 2023-07-07 17:40 UTC  (4+ messages)

[PATCH v3 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-07-07 17:03 UTC  (16+ messages)
` [PATCH v3 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general
` [PATCH v3 2/8] mm: userfaultfd: check for start + len overflow in validate_range
` [PATCH v3 3/8] mm: userfaultfd: extract file size check out into a helper
` [PATCH v3 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
` [PATCH v3 5/8] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v3 6/8] mm: userfaultfd: document and enable new UFFDIO_POISON feature
` [PATCH v3 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v3 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON

[PATCH bpf-next v3 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-07 16:50 UTC  (4+ messages)
` [PATCH bpf-next v3 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v3 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v3 6/6] bpf: selftests: Add defrag selftests

[PATCH net-next 0/4] selftests: openvswitch: add flow programming cases
 2023-07-07 15:40 UTC  (7+ messages)
` [PATCH net-next 1/4] selftests: openvswitch: add an initial flow programming case
  ` [ovs-dev] "
` [PATCH net-next 3/4] selftests: openvswitch: add basic ct test case parsing
  ` [ovs-dev] "
` [PATCH net-next 4/4] selftests: openvswitch: add ct-nat test case with ipv4
  ` [ovs-dev] "

[linux-next:master] BUILD REGRESSION 123212f53f3e394c1ae69a58c05dfdda56fec8c6
 2023-07-07 15:11 UTC 

[PATCH v6 00/15] tools/nolibc: add a new syscall helper
 2023-07-07 15:08 UTC  (16+ messages)
` [PATCH v6 01/15] tools/nolibc: arch-*.h: fix up code indent errors
` [PATCH v6 02/15] toolc/nolibc: arch-*.h: clean up whitespaces after __asm__
` [PATCH v6 03/15] tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST
` [PATCH v6 04/15] tools/nolibc: arch-mips.h: "
` [PATCH v6 05/15] tools/nolibc: add missing my_syscall6() for mips
` [PATCH v6 06/15] tools/nolibc: __sysret: support syscalls who return a pointer
` [PATCH v6 07/15] tools/nolibc: clean up mmap() routine
` [PATCH v6 08/15] tools/nolibc: clean up sbrk() routine
` [PATCH v6 09/15] selftests/nolibc: export argv0 for some tests
` [PATCH v6 10/15] selftests/nolibc: prepare: create /dev/zero
` [PATCH v6 11/15] selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRER
` [PATCH v6 12/15] selftests/nolibc: add sbrk_0 to test current brk getting
` [PATCH v6 13/15] selftests/nolibc: add mmap_bad test case
` [PATCH v6 14/15] selftests/nolibc: add munmap_bad "
` [PATCH v6 15/15] selftests/nolibc: add mmap_munmap_good "

[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-07-07 14:42 UTC  (16+ messages)
` [PATCH 1/2] x86/tsc: "
` [PATCH 2/2] selftests/bpf: Add test for bpf_rdtsc

[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-07  8:00 UTC  (3+ messages)
` [PATCH v7 14/19] iommufd: Add iommufd_device_replace()

[PATCH] tools: testing: Corrected a clerical error
 2023-07-07  7:05 UTC  (2+ messages)

[RFC][PATCH 00/10] KEYS: Introduce user asymmetric keys and signatures
 2023-07-07  7:03 UTC  (15+ messages)
` [RFC][PATCH 01/10] crypto: Export public key algorithm information
` [RFC][PATCH 02/10] crypto: Export signature encoding information
` [RFC][PATCH 03/10] KEYS: asymmetric: Introduce a parser for user asymmetric keys and sigs
` [RFC][PATCH 04/10] KEYS: asymmetric: Introduce the user asymmetric key parser
` [RFC][PATCH 05/10] KEYS: asymmetric: Introduce the user asymmetric key signature parser
` [RFC][PATCH 06/10] verification: Add verify_uasym_signature() and verify_uasym_sig_message()
` [RFC][PATCH 07/10] KEYS: asymmetric: Preload user asymmetric keys from a keyring blob
` [RFC][PATCH 08/10] KEYS: Introduce load_uasym_keyring()
` [RFC][PATCH 09/10] bpf: Introduce bpf_verify_uasym_signature() kfunc
` [RFC][PATCH 10/10] selftests/bpf: Prepare a test for user asymmetric key signatures
` [RFC][GNUPG][PATCH 1/2] Convert PGP keys to the user asymmetric keys format
` [RFC][GNUPG][PATCH 2/2] Convert PGP signatures to the user asymmetric key signatures format

[RESEND PATCH v3 0/2] RISC-V: mm: Make SV48 the default address space
 2023-07-07  0:52 UTC  (11+ messages)
` [RESEND PATCH v3 1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [RESEND PATCH v3 2/2] RISC-V: mm: Update documentation and include test

[PATCH bpf-next v2 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-07  0:31 UTC  (5+ messages)
` [PATCH bpf-next v2 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v2 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v2 6/6] bpf: selftests: Add defrag selftests

[PATCH bpf-next] selftests/bpf: Bump and validate MAX_SYMS
 2023-07-06 21:10 UTC  (3+ messages)

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-06 15:33 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION c36ac601a98fb148147640bae219108ee81566f8
 2023-07-06 15:15 UTC 

[PATCH v1 0/5] selftests/nolibc: report: print test status
 2023-07-06  9:12 UTC  (6+ messages)
` [PATCH v1 1/5] selftests/nolibc: report: print a summarized "
` [PATCH v1 2/5] selftests/nolibc: report: print total tests
` [PATCH v1 3/5] selftests/nolibc: report: align passed, skipped and failed
` [PATCH v1 4/5] selftests/nolibc: report: extrude the test status line
` [PATCH v1 5/5] selftests/nolibc: report: add newline before test failures

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

[PATCH v22 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-06  5:17 UTC  (7+ messages)
` [PATCH v22 2/5] fs/proc/task_mmu: "

[PATCH v1] tools: timers: fix freq average calculation
 2023-07-06  3:46 UTC  (2+ messages)

[PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
 2023-07-05 18:23 UTC  (22+ messages)
` [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
` [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
` [PATCH v2 6/6] mm: userfaultfd: add basic documentation "

[linux-next:master] BUILD REGRESSION e1f6a8eaf1c271a0158114a03e3605f4fba059ad
 2023-07-05 16:22 UTC  (2+ messages)

[PATCH bpf-next 0/2] BPF kselftest cross-build/RISC-V fixes
 2023-07-05 13:45 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some tests
` [PATCH bpf-next 2/2] selftests/bpf: Honor $(O) when figuring out paths

[PATCH v1] selftests:bpf:Fix repeated initialization
 2023-07-05 13:38 UTC  (3+ messages)
  ` 回复: "

[PATCH] kselftest/runner.sh: Propagate SIGTERM to runner child
 2023-07-05 11:53 UTC 

[PATCH][next] selftests: Fix spelling mistake "regesters" -> "registers"
 2023-07-05 10:14 UTC 

[PATCH net 0/9] mptcp: fixes for v6.5
 2023-07-05 10:00 UTC  (11+ messages)
` [PATCH net 1/9] mptcp: ensure subflow is unhashed before cleaning the backlog
` [PATCH net 2/9] mptcp: do not rely on implicit state check in mptcp_listen()
` [PATCH net 3/9] selftests: mptcp: connect: fail if nft supposed to work
` [PATCH net 4/9] selftests: mptcp: sockopt: use 'iptables-legacy' if available
` [PATCH net 5/9] selftests: mptcp: sockopt: return error if wrong mark
` [PATCH net 6/9] selftests: mptcp: userspace_pm: use correct server port
` [PATCH net 7/9] selftests: mptcp: userspace_pm: report errors with 'remove' tests
` [PATCH net 8/9] selftests: mptcp: depend on SYN_COOKIES
` [PATCH net 9/9] selftests: mptcp: pm_nl_ctl: fix 32-bit support

[PATCH v2 0/2] mm/memfd: fix sysctl MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED
 2023-07-05  6:33 UTC  (3+ messages)
` [PATCH v2 1/2] mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED
` [PATCH v2 2/2] selftests/memfd: "

[PATCH 0/2] bpf, net: Allow setting SO_TIMESTAMPING* from BPF
 2023-07-04 20:26 UTC  (7+ messages)
` [PATCH 1/2] net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
` [PATCH 2/2] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()

[linux-next:master] BUILD REGRESSION 1c6f93977947dbba1fc4d250c4eb8a7d4cfdecf1
 2023-07-04 17:22 UTC 

[PATCH v4 33/35] maple_tree: Update testing code for mas_{next,prev,walk}
 2023-07-04 15:22 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 296d53d8f84ce50ffaee7d575487058c8d437335
 2023-07-04 14:11 UTC  (4+ messages)

[PATCH bpf-next v5 0/7] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-04 13:46 UTC  (8+ messages)
` [PATCH bpf-next v5 1/7] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v5 2/7] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v5 3/7] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v5 4/7] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v5 5/7] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v5 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v5 7/7] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH v1] tools: remove duplicate assignment
 2023-07-04 12:21 UTC 

Tests documentation
 2023-07-04 11:28 UTC  (3+ messages)

[PATCH v22 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
 2023-07-04 10:10 UTC  (2+ messages)

[tip: x86/misc] x86/csum: Improve performance of `csum_partial`
 2023-07-04  8:41 UTC  (3+ messages)

[PATCH] x86: checksum: Fix unaligned checksums on < i686
 2023-07-04  8:32 UTC 

[PATCHv2] selftests/input: add tests for the EVIOCSCLOCKID ioctl
 2023-07-04  8:33 UTC  (2+ messages)

[PATCH 1/2] asm-generic: current: Don't include thread-info.h if building asm
 2023-07-04  8:30 UTC  (2+ messages)
` [PATCH 2/2] arch: um: Use the x86 checksum implementation on 32-bit

[PATCH v5 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-07-04  1:09 UTC  (4+ messages)
` [PATCH v5 10/13] KVM: selftests: Only do get/set tests on present blessed list

[PATCH] kunit: tool: undo type subscripts for subprocess.Popen
 2023-07-03 19:54 UTC  (4+ messages)

[PATCH v3 00/10] tracing: introducing eventfs
 2023-07-03 19:52 UTC  (7+ messages)
` [PATCH v3 03/10] eventfs: adding eventfs dir add functions

[PATCH v3 0/3] cpuset: Allow setscheduler regardless of manipulated task
 2023-07-03 18:01 UTC  (6+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests: cgroup: Minor code reorganizations
` [PATCH v3 3/3] selftests: cgroup: Add cpuset migrations testcase

[PATCH v2 0/3] selftests/nolibc: improve test report support
 2023-07-03 16:24 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