linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-21 13:00:25 to 2022-11-28 08:19:54 UTC [more...]

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-28  8:18 UTC  (20+ messages)
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "

[PATCH -next] selftests/ptrace: Fix Test terminated by timeout in ptrace_attach
 2022-11-28  7:56 UTC  (2+ messages)

[PATCH] selftests/tls: Fix tls selftests dependency to correct algorithm
 2022-11-28  7:39 UTC  (7+ messages)

[PATCH -next] selftests/landlock: Fix selftest ptrace_test run fail
 2022-11-28  2:04 UTC 

[PATCH bpf-next v3 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-28  1:57 UTC  (6+ messages)
` [PATCH bpf-next v3 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
` [PATCH bpf-next v3 2/4] bpf: Add kernel function call support in 32-bit ARM for EABI
` [PATCH bpf-next v3 3/4] bpf:selftests: Add kfunc_call test for mixing 32-bit and 64-bit parameters
` [PATCH bpf-next v3 4/4] bpf: Fix comment error in fixup_kfunc_call function

[PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
 2022-11-28  0:14 UTC  (3+ messages)

[PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
 2022-11-27 17:49 UTC  (2+ messages)

[PATCH v5 12/19] iommufd: Add a HW pagetable object
 2022-11-27 15:12 UTC  (2+ messages)

[PATCH 0/2] bpftool: improve error handing for missing .BTF section
 2022-11-26 11:11 UTC  (3+ messages)
` [PATCH 1/2] libbpf: show more info about missing ".BTF" section
` [PATCH 2/2] makefiles: do not generate empty vmlinux.h

[PATCH v4 net-next 8/8] selftests: Add a basic HSR test
 2022-11-26  9:58 UTC  (2+ messages)

[PATCH bpf v2 0/5] bpf: Support kernel function call in 32-bit ARM
 2022-11-26  9:45 UTC  (4+ messages)
` [PATCH bpf v2 1/5] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension

[PATCH net-next 0/8] mptcp: MSG_FASTOPEN and TFO listener side support
 2022-11-25 22:29 UTC  (2+ messages)
` [PATCH net-next 8/8] selftests: mptcp: mptfo Initiator/Listener

kselftest/next kselftest-livepatch: 3 runs, 2 regressions (v6.1-rc1-23-g00dd59519141)
 2022-11-25 20:56 UTC 

kselftest/next kselftest-seccomp: 5 runs, 4 regressions (v6.1-rc1-23-g00dd59519141)
 2022-11-25 20:56 UTC 

kselftest/next kselftest-lib: 5 runs, 4 regressions (v6.1-rc1-23-g00dd59519141)
 2022-11-25 20:56 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 4 regressions (v6.1-rc1-23-g00dd59519141)
 2022-11-25 20:56 UTC 

kselftest/next kselftest-cpufreq: 2 runs, 2 regressions (v6.1-rc1-23-g00dd59519141)
 2022-11-25 20:56 UTC 

kselftest/next build: 8 builds: 0 failed, 8 passed, 3 errors (v6.1-rc1-23-g00dd59519141)
 2022-11-25 19:57 UTC 

[RFC net-next 0/6] Allow excluding sw flow key from upcalls
 2022-11-25 15:51 UTC  (10+ messages)
` [RFC net-next 1/6] openvswitch: exclude kernel "
    ` [ovs-dev] "
` [RFC net-next 2/6] selftests: openvswitch: add interface support
` [RFC net-next 3/6] selftests: openvswitch: add flow dump support
` [RFC net-next 4/6] selftests: openvswitch: adjust datapath NL message
` [RFC net-next 5/6] selftests: openvswitch: add upcall support
` [RFC net-next 6/6] selftests: openvswitch: add exclude support for packet commands

[PATCH] kselftest/alsa: Add a .gitignore for the newly added PCM test
 2022-11-25 15:51 UTC  (3+ messages)

[PATCH] selftests: splice_read: Fix sysfs read cases
 2022-11-25 15:42 UTC 

[PATCH 00/24] drm: Introduce Kunit Tests to VC4
 2022-11-25 14:33 UTC  (25+ messages)
  ` [PATCH 02/24] drm/tests: helpers: Remove the name parameter
  ` [PATCH 03/24] drm/tests: helpers: Create the device in another function
  ` [PATCH 04/24] drm/tests: helpers: Switch to a platform_device
  ` [PATCH 05/24] drm/tests: helpers: Make sure the device is bound
  ` [PATCH 06/24] drm/tests: kunit: Allow for a custom device struct to be allocated
  ` [PATCH 07/24] drm/tests: helpers: Allow to pass a custom drm_driver
  ` [PATCH 08/24] drm/tests: Add a test for DRM managed actions
  ` [PATCH 09/24] drm/atomic: Constify the old/new state accessors
  ` [PATCH 10/24] drm/vc4: kms: Sort the CRTCs by output before assigning them
  ` [PATCH 11/24] drm/vc4: Constify container_of wrappers
  ` [PATCH 12/24] drm/vc4: Move HVS state to main header
  ` [PATCH 13/24] drm/vc4: kms: Constify the HVS old/new state helpers
  ` [PATCH 14/24] drm/vc4: txp: Reorder the variable assignments
  ` [PATCH 15/24] drm/vc4: Add TXP encoder type
  ` [PATCH 16/24] drm/vc4: txp: Initialise the CRTC before the encoder and connector
  ` [PATCH 17/24] drm/vc4: crtc: Pass the device and data in vc4_crtc_init
  ` [PATCH 18/24] drm/vc4: crtc: Introduce a lower-level crtc init helper
  ` [PATCH 19/24] drm/vc4: crtc: Make encoder lookup helper public
  ` [PATCH 20/24] drm/vc4: crtc: Provide a CRTC name
  ` [PATCH 21/24] drm/vc4: hvs: Provide a function to initialize the HVS structure
  ` [PATCH 01/24] drm/tests: helpers: Rename the device init helper

[PATCH v1] kselftest/arm64: Set test names prior to starting children
 2022-11-25 13:24 UTC  (2+ messages)

[PATCH 3/3] selftests: Make a warning if getcpu is missing on 32bit
 2022-11-25  9:42 UTC 

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-25  8:52 UTC  (13+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 5/9] KVM: s390: selftest: memop: Move testlist into main

[PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
 2022-11-25  8:43 UTC  (4+ messages)

[PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-11-25  8:43 UTC  (3+ messages)
` [PATCH v4 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v4 3/3] mm: slub: test: Use the kunit_get_current_test() function

[PATCH v3 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-11-25  8:33 UTC  (11+ messages)
` [PATCH v3 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v3 3/3] mm: slub: test: Use the kunit_get_current_test() function

[RFC PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-11-24 21:21 UTC  (2+ messages)
` [RFC PATCH 09/11] selftests/damon/sysfs: test filters directory

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-11-24 15:50 UTC  (7+ messages)
` [PATCH hid v12 03/15] HID: initial BPF implementation

[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-11-24 13:17 UTC  (6+ messages)
` [V1 PATCH 1/6] KVM: x86: Add support for testing "

[PATCH v2 0/2] livepatch: Move tests from lib/livepatch to selftests/livepatch
 2022-11-24 13:05 UTC  (6+ messages)
` [PATCH v2 2/2] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH v3 1/2] kunit: tool: parse KTAP compliant test output
 2022-11-24 12:30 UTC  (5+ messages)
` [PATCH v3 2/2] kunit: improve KTAP compliance of KUnit "

[PATCH v4 0/5] Some improvements of resctrl selftest
 2022-11-24  8:17 UTC  (6+ messages)
` [PATCH v4 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test
` [PATCH v4 5/5] selftests/resctrl: Remove duplicate codes that clear each test result file

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-24  5:23 UTC  (8+ messages)
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility

[PATCH v1 0/2] kunit: add macro to allow conditionally exposing static symbols to tests
 2022-11-24  4:49 UTC  (9+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] apparmor: test: make static symbols visible during kunit testing

[PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
 2022-11-23 16:56 UTC  (3+ messages)

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-23 14:11 UTC  (7+ messages)

[PATCH v2 1/2] KVM: selftests: Have perf_test_util signal when to stop vCPUs
 2022-11-23  5:09 UTC  (2+ messages)

[PATCH v2 0/6] selftests: Use "grep -E" instead of "egrep"
 2022-11-23  2:27 UTC  (8+ messages)
` [PATCH v2 1/6] selftests: rcutorture: "
` [PATCH v2 2/6] selftests: ftrace: "
` [PATCH v2 3/6] selftests: powerpc: "
` [PATCH v2 4/6] selftests: gpio: "
` [PATCH v2 5/6] selftests: net: "
` [PATCH v2 6/6] selftests: kselftest_deps: "

[PATCH] tools: selftests: Use "grep -E" instead of "egrep"
 2022-11-23  0:40 UTC  (3+ messages)

[RESEND PATCH v2 0/2] selftests/ftrace: Capture dependency on external programs
 2022-11-22 23:10 UTC  (3+ messages)

[PATCH v2 1/2] kunit: tool: parse KTAP compliant test output
 2022-11-22 22:06 UTC  (8+ messages)
` [PATCH v2 2/2] kunit: improve KTAP compliance of KUnit "

[PATCH net-next v2 1/2] selftests: bonding: up/down delay w/ slave link flapping
 2022-11-22 20:25 UTC 

[PATCH] kselftest/cgroup: Add cleanup() to test_cpuset_prs.sh
 2022-11-22 20:26 UTC  (2+ messages)

kselftest/next kselftest-seccomp: 5 runs, 4 regressions (v6.1-rc1-18-gc93924267fe6f)
 2022-11-22 19:10 UTC 

kselftest/next kselftest-lib: 5 runs, 4 regressions (v6.1-rc1-18-gc93924267fe6f)
 2022-11-22 19:10 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 4 regressions (v6.1-rc1-18-gc93924267fe6f)
 2022-11-22 19:10 UTC 

kselftest/next kselftest-livepatch: 3 runs, 2 regressions (v6.1-rc1-18-gc93924267fe6f)
 2022-11-22 19:10 UTC 

kselftest/next kselftest-cpufreq: 2 runs, 2 regressions (v6.1-rc1-18-gc93924267fe6f)
 2022-11-22 19:10 UTC 

kselftest/next build: 8 builds: 0 failed, 8 passed, 3 errors (v6.1-rc1-18-gc93924267fe6f)
 2022-11-22 18:11 UTC 

[PATCH RFC 00/19] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-22 17:33 UTC  (8+ messages)
` [PATCH RFC 16/19] mm/frame-vector: remove FOLL_FORCE usage

[PATCH 0/1] Possible bug in zram on ppc64le on vfat
 2022-11-22 15:07 UTC  (6+ messages)

[PATCH net-next] selftests: net: Add cross-compilation support for BPF programs
 2022-11-22 13:00 UTC  (6+ messages)

[PATCH -next] selftests/efivarfs: Add checking of the test return value
 2022-11-22 11:26 UTC 

[PATCH net-next 1/2] selftests: bonding: up/down delay w/ slave link flapping
 2022-11-22 10:53 UTC  (2+ messages)

[PATCH] kunit: tool: make --json do nothing if --raw_ouput is set
 2022-11-22  5:46 UTC  (2+ messages)

[PATCH bpf 0/2] Bug fix and test case for special map value field
 2022-11-21 19:50 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc

[PATCH v2 0/9] nSVM: Security and correctness fixes
 2022-11-21 16:34 UTC  (22+ messages)
` [PATCH v2 1/9] KVM: x86: nSVM: leave nested mode on vCPU free
` [PATCH v2 2/9] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
` [PATCH v2 3/9] KVM: x86: add kvm_leave_nested
` [PATCH v2 4/9] KVM: x86: forcibly leave nested mode on vCPU reset
` [PATCH v2 5/9] KVM: selftests: move idt_entry to header
` [PATCH v2 6/9] kvm: selftests: add svm nested shutdown test
` [PATCH v2 7/9] KVM: x86: allow L1 to not intercept triple fault
` [PATCH v2 8/9] KVM: selftests: add svm part to triple_fault_test
` [PATCH v2 9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit

[PATCH -next v2 0/6] landlock: add chmod and chown support
 2022-11-21 13:48 UTC  (12+ messages)
` [PATCH -next v2 3/6] "

[PATCH] selftests/net: Find nettest in current directory
 2022-11-21 13:00 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 NNTP newsgroup(s).