Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-10 20:22:54 to 2023-07-13 13:55:12 UTC [more...]

[PATCH v1 0/9] selftests/mm fixes for arm64
 2023-07-13 13:54 UTC  (9+ messages)
` [PATCH v1 1/9] selftests: Line buffer test program's stdout
` [PATCH v1 2/9] selftests/mm: Give scripts execute permission
` [PATCH v1 3/9] selftests/mm: Skip soft-dirty tests on arm64
` [PATCH v1 4/9] selftests/mm: Enable mrelease_test for arm64
` [PATCH v1 5/9] selftests/mm: Fix thuge-gen test bugs
` [PATCH v1 6/9] selftests/mm: va_high_addr_switch should skip unsupported arm64 configs
` [PATCH v1 7/9] selftests/mm: Make migration test robust to failure
` [PATCH v1 8/9] selftests/mm: Optionally pass duration to transhuge-stress

[PATCH] procfs: block chmod on /proc/thread-self/comm
 2023-07-13 12:17 UTC 

[PATCH] procfs: block chmod on /proc/thread-self/comm
 2023-07-13 13:22 UTC 

[PATCH v4 00/19] selftests/resctrl: Fixes and cleanups
 2023-07-13 13:19 UTC  (20+ messages)
` [PATCH v4 01/19] selftests/resctrl: Add resctrl.h into build deps
` [PATCH v4 02/19] selftests/resctrl: Don't leak buffer in fill_cache()
` [PATCH v4 03/19] selftests/resctrl: Unmount resctrl FS if child fails to run benchmark
` [PATCH v4 04/19] selftests/resctrl: Close perf value read fd on errors
` [PATCH v4 05/19] selftests/resctrl: Unmount resctrl FS before starting the first test
` [PATCH v4 06/19] selftests/resctrl: Move resctrl FS mount/umount to higher level
` [PATCH v4 07/19] selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resctrl()
` [PATCH v4 08/19] selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_param
` [PATCH v4 09/19] selftests/resctrl: Convert span to size_t
` [PATCH v4 10/19] selftests/resctrl: Express span internally in bytes
` [PATCH v4 11/19] selftests/resctrl: Remove duplicated preparation for span arg
` [PATCH v4 12/19] selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
` [PATCH v4 13/19] selftests/resctrl: Remove unnecessary startptr global from fill_buf
` [PATCH v4 14/19] selftests/resctrl: Improve parameter consistency in fill_buf
` [PATCH v4 15/19] selftests/resctrl: Don't pass test name to fill_buf
` [PATCH v4 16/19] selftests/resctrl: Don't use variable argument list for ->setup()
` [PATCH v4 17/19] selftests/resctrl: Move CAT/CMT test global vars to function they are used in
` [PATCH v4 18/19] selftests/resctrl: Pass the real number of tests to show_cache_info()
` [PATCH v4 19/19] selftests/resctrl: Remove test type checks from cat_val()

[PATCH net-next v3 0/2] add MACsec offload selftests
 2023-07-13 13:20 UTC  (3+ messages)
` [PATCH net-next v3 1/2] netdevsim: add dummy macsec offload
` [PATCH net-next v3 2/2] selftests: rtnetlink: add MACsec offload tests

[PATCH] procfs: block chmod on /proc/thread-self/comm
 2023-07-13 13:20 UTC  (4+ messages)

[PATCH 0/2] proc: proc_setattr for /proc/$PID/net
 2023-07-13 12:04 UTC  (9+ messages)
` [PATCH 2/2] proc: use generic setattr() "

[PATCH] selftests: riscv: Fix compilation error with vstate_exec_nolibc.c
 2023-07-13 11:58 UTC 

[PATCH] selftests/riscv: fix potential build failure during the "emit_tests" step
 2023-07-13 11:51 UTC  (2+ messages)

[PATCH v4 00/10] tracing: introducing eventfs
 2023-07-13 11:33 UTC  (11+ messages)
` [PATCH v4 01/10] tracing: Require all trace events to have a TRACE_SYSTEM
` [PATCH v4 02/10] tracefs: Rename some tracefs function
` [PATCH v4 03/10] eventfs: Implement eventfs dir creation functions
` [PATCH v4 04/10] eventfs: Implement eventfs file add functions
` [PATCH v4 05/10] eventfs: Implement eventfs file, directory remove function
` [PATCH v4 06/10] eventfs: Implement functions to create eventfs files and directories
` [PATCH v4 07/10] eventfs: Implement eventfs lookup, read, open functions
` [PATCH v4 08/10] eventfs: Implement tracefs_inode_cache
` [PATCH v4 09/10] eventfs: Move tracing/events to eventfs
` [PATCH v4 10/10] test: ftrace: Fix kprobe test for eventfs

[PATCH 0/2] ASoC: Improve coverage in default KUnit runs
 2023-07-13 10:27 UTC  (6+ messages)
` [PATCH 1/2] kunit: Enable ASoC in all_tests.config
` [PATCH 2/2] ASoC: topology: Add explicit build option

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

[PATCH 2/2] kselftest/alsa: pcm-test: Decrease stream duration from 4 to 2 seconds
 2023-07-13  8:47 UTC  (12+ messages)

[PATCH RFC 0/2] Add support for inlined documentation for kunit and kselftests
 2023-07-13  6:39 UTC  (6+ messages)
` [PATCH RFC 1/2] docs: add support for documenting kUnit and kSelftests
` [PATCH RFC 2/2] drm: add documentation for drm_buddy_test kUnit test

[PATCH v3 00/11] tools/nolibc: shrink arch support
 2023-07-13  6:34 UTC  (17+ messages)
` [PATCH v3 01/11] tools/nolibc: remove the old sys_stat support
` [PATCH v3 02/11] tools/nolibc: add new crt.h with _start_c
` [PATCH v3 03/11] tools/nolibc: arm: shrink _start "
` [PATCH v3 04/11] tools/nolibc: aarch64: "
` [PATCH v3 05/11] tools/nolibc: i386: "
` [PATCH v3 06/11] tools/nolibc: x86_64: "
` [PATCH v3 07/11] tools/nolibc: mips: "
` [PATCH v3 08/11] tools/nolibc: loongarch: "
` [PATCH v3 09/11] tools/nolibc: riscv: "
` [PATCH v3 10/11] tools/nolibc: s390: "
` [PATCH v3 11/11] tools/nolibc: arch-*.h: add missing space after ','

[PATCH][next] selftests: ALSA: Fix fclose on an already fclosed file pointer
 2023-07-13  6:08 UTC  (3+ messages)

[PATCH] x86: checksum: Fix unaligned checksums on < i686
 2023-07-13  5:01 UTC  (3+ messages)

[PATCH] kunit: qemu_configs: Enable all architectural features for arm64
 2023-07-13  4:19 UTC  (2+ messages)

[PATCH] regmap: Provide user selectable option to enable regmap
 2023-07-13  4:17 UTC  (2+ messages)

[PATCH 6.4 0/6] 6.4.3-rc2 review
 2023-07-13  4:01 UTC  (6+ messages)

[RFC v2 0/9] kunit: Add test attributes API
 2023-07-13  1:28 UTC  (6+ messages)
` [RFC v2 6/9] kunit: memcpy: Mark tests as slow using test attributes
` [RFC v2 8/9] kunit: add tests for filtering attributes

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

[for-linus][PATCH 1/5] selftests/user_events: Test struct size match cases
 2023-07-12 21:50 UTC 

[PATCH][next] selftests/mm: mkdirty: Fix incorrect position of #endif
 2023-07-12 19:10 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: mptcp: join: pass args in new env vars
 2023-07-12 16:03 UTC  (5+ messages)
` [PATCH net-next 1/4] selftests: mptcp: set all env vars as local ones
` [PATCH net-next 2/4] selftests: mptcp: add fastclose env var
` [PATCH net-next 3/4] selftests: mptcp: add fullmesh "
` [PATCH net-next 4/4] selftests: mptcp: add speed "

[linux-next:master] BUILD REGRESSION 40b055fe7f276cf2c1da47316c52f2ff9255a68a
 2023-07-12 15:54 UTC 

[PATCH v2] selftests/zram: avoid subshells and bc for ratio calculations
 2023-07-12 11:10 UTC 

[PATCH v2] kselftest/arm64: Exit streaming mode after collecting signal context
 2023-07-12 11:02 UTC 

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[PATCH 0/4] Use TAP in some more x86 KVM selftests
 2023-07-12  7:59 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Rename the ASSERT_EQ macro
` [PATCH 2/4] KVM: selftests: x86: Use TAP interface in the sync_regs test
` [PATCH 3/4] KVM: selftests: x86: Use TAP interface in the fix_hypercall test
` [PATCH 4/4] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

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

[PATCH v1 00/22] selftests/nolibc: add minimal kernel config support
 2023-07-11 19:36 UTC  (5+ messages)

[PATCH v2 01/12] tools/nolibc: rename arch-<ARCH>.h to <ARCH>/arch.h
 2023-07-11 19:28 UTC  (6+ messages)

[PATCH 0/4] selftests/nolibc: simplify conditions and testcases
 2023-07-11 19:12 UTC  (6+ messages)
` [PATCH 1/4] selftests/nolibc: make evaluation of test conditions
` [PATCH 2/4] selftests/nolibc: simplify status printing
` [PATCH 3/4] selftests/nolibc: simplify status argument
` [PATCH 4/4] selftests/nolibc: avoid gaps in test numbers

[PATCH bpf-next v5 0/7] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-11 18:16 UTC  (4+ messages)
` [PATCH bpf-next v5 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign

[PATCH] selftests/arm64: fix build failure during the "emit_tests" step
 2023-07-11 14:57 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 8e4b7f2f3d6071665b1dfd70786229c8a5d6c256
 2023-07-11 14:41 UTC 

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

[PATCH] selftests: Fix arm64 test installation
 2023-07-11 14:00 UTC  (7+ messages)

[RFC PATCH 00/10] Device Memory TCP
 2023-07-11 12:13 UTC  (14+ messages)
` [RFC PATCH 01/10] dma-buf: add support for paged attachment mappings
` [RFC PATCH 02/10] dma-buf: add support for NET_RX pages
` [RFC PATCH 03/10] dma-buf: add support for NET_TX pages
` [RFC PATCH 04/10] net: add support for skbs with unreadable frags
` [RFC PATCH 05/10] tcp: implement recvmsg() RX path for devmem TCP
` [RFC PATCH 06/10] net: add SO_DEVMEM_DONTNEED setsockopt to release RX pages
` [RFC PATCH 07/10] tcp: implement sendmsg() TX path for for devmem tcp
` [RFC PATCH 08/10] selftests: add ncdevmem, netcat for devmem TCP
` [RFC PATCH 09/10] memory-provider: updates core provider API "
` [RFC PATCH 10/10] memory-provider: add dmabuf devmem provider

[PATCH v2 0/2] Modify vDSO selftests
 2023-07-11  9:57 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/vDSO: Add support for LoongArch
` [PATCH v2 2/2] selftests/vDSO: Get version and name for all archs

[PATCH v6] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-07-11  9:13 UTC 

[PATCH v4 0/9] cgroup/cpuset: Support remote partitions
 2023-07-11  3:24 UTC  (15+ messages)
` [PATCH v4 4/9] cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_hier()
` [PATCH v4 8/9] cgroup/cpuset: Documentation update for partition

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-11  0:41 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-11  0:37 UTC  (3+ messages)
` [PATCH bpf-next v3 6/6] bpf: selftests: Add defrag selftests

[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
 2023-07-10 22:37 UTC  (4+ messages)

[PATCH v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-07-10 21:59 UTC  (5+ messages)
` [PATCH v4 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general

[PATCH] selftests/ftrace: Test toplevel-enable for instance
 2023-07-10 21:54 UTC  (3+ messages)

[PATCH v3 0/3] cpuset: Allow setscheduler regardless of manipulated task
 2023-07-10 20:30 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