Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-05 16:10:02 to 2023-07-09 18:04:49 UTC [more...]

[PATCH 0/2] proc: proc_setattr for /proc/$PID/net
 2023-07-09 18:04 UTC  (7+ messages)

[PATCH] selftests: hid: fix vmtests.sh not running make headers
 2023-07-09 10:06 UTC 

[PATCH v4 00/18] selftests/nolibc: allow run with minimal kernel config
 2023-07-09 10:02 UTC  (22+ messages)
` [PATCH v4 01/18] selftests/nolibc: add run-libc-test target
` [PATCH v4 02/18] selftests/nolibc: stat_fault: silence NULL argument warning with glibc
` [PATCH v4 03/18] selftests/nolibc: gettid: restore for glibc and musl
` [PATCH v4 04/18] selftests/nolibc: add _LARGEFILE64_SOURCE for musl
` [PATCH v4 05/18] selftests/nolibc: fix up int_fast16/32_t test cases "
` [PATCH v4 06/18] tools/nolibc: types.h: add RB_ flags for reboot()
` [PATCH v4 07/18] selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>
` [PATCH v4 08/18] selftests/nolibc: fix up kernel parameters support
` [PATCH v4 09/18] selftests/nolibc: link_cross: use /proc/self/cmdline
` [PATCH v4 10/18] tools/nolibc: add rmdir() support
` [PATCH v4 11/18] selftests/nolibc: add a new rmdir() test case
` [PATCH v4 12/18] selftests/nolibc: fix up failures when CONFIG_PROC_FS=n
` [PATCH v4 13/18] selftests/nolibc: prepare /tmp for tmpfs or ramfs
` [PATCH v4 14/18] selftests/nolibc: vfprintf: remove MEMFD_CREATE dependency
` [PATCH v4 15/18] selftests/nolibc: chdir_root: restore current path after test
` [PATCH v4 16/18] selftests/nolibc: stat_timestamps: remove procfs dependency
` [PATCH v4 17/18] selftests/nolibc: chroot_exe: "
` [PATCH v4 18/18] selftests/nolibc: add chmod_argv0 test

[PATCH v2 00/12] tools/nolibc: shrink arch support
 2023-07-09  9:56 UTC  (14+ messages)
` [PATCH v2 01/12] tools/nolibc: rename arch-<ARCH>.h to <ARCH>/arch.h
` [PATCH v2 02/12] tools/nolibc: split arch.h to crt.h and sys.h
` [PATCH v2 03/12] tools/nolibc: sys.h: remove the old sys_stat support
` [PATCH v2 04/12] tools/nolibc: crt.h: add _start_c
` [PATCH v2 05/12] tools/nolibc: arm/crt.h: shrink _start with _start_c
` [PATCH v2 06/12] tools/nolibc: aarch64/crt.h: "
` [PATCH v2 07/12] tools/nolibc: i386/crt.h: "
` [PATCH v2 08/12] tools/nolibc: x86_64/crt.h: "
` [PATCH v2 09/12] tools/nolibc: mips/crt.h: "
` [PATCH v2 10/12] tools/nolibc: loongarch/crt.h: "
` [PATCH v2 11/12] tools/nolibc: riscv/crt.h: "
` [PATCH v2 12/12] tools/nolibc: s390/crt.h: "

[PATCH] selftests/nolibc: simplify call to ioperm
 2023-07-09  9:30 UTC  (2+ messages)

[PATCH v6 00/15] tools/nolibc: add a new syscall helper
 2023-07-09  9:17 UTC  (18+ 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 v1 0/5] selftests/nolibc: report: print test status
 2023-07-09  8:58 UTC  (9+ 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 v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-07-09  1:08 UTC  (12+ messages)
` [PATCH v4 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general
` [PATCH v4 2/8] mm: userfaultfd: check for start + len overflow in validate_range
` [PATCH v4 3/8] mm: userfaultfd: extract file size check out into a helper
` [PATCH v4 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
` [PATCH v4 5/8] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v4 6/8] mm: userfaultfd: document and enable new UFFDIO_POISON feature
` [PATCH v4 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v4 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON

[PATCH v4 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-08  3:02 UTC  (6+ messages)
` [PATCH v4 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v4 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v4 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v4 4/4] RISC-V: mm: Document mmap changes

[RFC v2 0/9] kunit: Add test attributes API
 2023-07-07 21:09 UTC  (10+ messages)
` [RFC v2 1/9] kunit: Add test attributes API structure
` [RFC v2 2/9] kunit: Add speed attribute
` [RFC v2 3/9] kunit: Add module attribute
` [RFC v2 4/9] kunit: Add ability to filter attributes
` [RFC v2 5/9] kunit: tool: Add command line interface to filter and report attributes
` [RFC v2 6/9] kunit: memcpy: Mark tests as slow using test attributes
` [RFC v2 7/9] kunit: time: Mark test "
` [RFC v2 8/9] kunit: add tests for filtering attributes
` [RFC v2 9/9] kunit: Add documentation of KUnit test attributes

[PATCH v3 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-07-07 21:00 UTC  (19+ 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

ww_mutex.sh hangs since v5.16-rc1
 2023-07-07 20:23 UTC  (2+ messages)

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

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

[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 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-07-07 14:42 UTC  (15+ 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 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  (6+ 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  (13+ messages)
` [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers

[linux-next:master] BUILD REGRESSION e1f6a8eaf1c271a0158114a03e3605f4fba059ad
 2023-07-05 16:22 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