public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-05 18:21:38 to 2023-12-08 00:43:30 UTC [more...]

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-08  0:43 UTC  (38+ messages)
` [PATCH v8 2/6] memcontrol: implement mem_cgroup_tryget_online()
` [PATCH v8 3/6] zswap: make shrinking memcg-aware
  ` [PATCH v8 3/6] zswap: make shrinking memcg-aware (fix)
  ` [PATCH v8 3/6] zswap: make shrinking memcg-aware (fix 2)
` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat
  ` [PATCH v8 4/6] mm: memcg: add per-memcg zswap writeback stat (fix)
` [PATCH v8 5/6] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v8 6/6] zswap: shrinks zswap pool based on memory pressure
  ` [PATCH v8 6/6] zswap: shrinks zswap pool based on memory pressure (fix)

[PATCH v2 3/3] selftest/bpf: Test a perf bpf program that suppresses side effects
 2023-12-07 22:56 UTC  (4+ messages)

[PATCH v2 1/2] kunit: tool: fix parsing of test attributes
 2023-12-07 21:34 UTC  (2+ messages)
` [PATCH v2 2/2] kunit: tool: add test for parsing attributes

[PATCH] maple_tree: Fix mas_prev() state separation code
 2023-12-07 21:04 UTC  (2+ messages)

[PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
 2023-12-07 20:18 UTC  (3+ messages)
` [PATCH v3 3/3] kselftest: Add new test for detecting "

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
 2023-12-07 19:19 UTC  (13+ messages)
` [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH v2 00/26] selftests/resctrl: CAT test improvements & generalized test framework
 2023-12-07 18:35 UTC  (16+ messages)
` [PATCH v2 02/26] selftests/resctrl: Split fill_buf to allow tests finer-grained control
` [PATCH v2 08/26] selftests/resctrl: Split measure_cache_vals()
` [PATCH v2 17/26] selftests/resctrl: Replace file write with volatile variable
` [PATCH v2 19/26] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test

[PATCH] selftests: timers: clocksource-switch: Adapt progress to kselftest framework
 2023-12-07 18:33 UTC 

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-12-07 17:17 UTC  (4+ messages)
  ` [PATCH v2 4/6] iommufd: Deliver fault messages "

[PATCH v3 00/21] arm64: Support for 2023 DPISA extensions
 2023-12-07 15:47 UTC  (6+ messages)
` [PATCH v3 15/21] KVM: arm64: Support FEAT_FPMR for guests

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-07 15:44 UTC  (17+ messages)
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64

[PATCHv3 net-next 00/14] Conver net selftests to run in unique namespace (Part 1)
 2023-12-07 15:26 UTC  (8+ messages)
` [PATCHv3 net-next 01/14] selftests/net: add lib.sh

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-12-07 14:42 UTC  (15+ messages)
` [PATCH v6 1/6] iommu: Add cache_invalidate_user op
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v6 4/6] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v6 6/6] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH] selftests/hid: fix failing tablet button tests
 2023-12-07 13:55 UTC  (3+ messages)

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-12-07 10:09 UTC  (7+ messages)
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED

[PATCH v2 00/15] selftests/hid: tablets fixes
 2023-12-07  8:56 UTC  (19+ messages)
` [PATCH v2 01/15] selftests/hid: vmtest.sh: update vm2c and container
` [PATCH v2 02/15] selftests/hid: vmtest.sh: allow finer control on the build steps
` [PATCH v2 03/15] selftests/hid: base: allow for multiple skip_if_uhdev
` [PATCH v2 04/15] selftests/hid: tablets: remove unused class
` [PATCH v2 05/15] selftests/hid: tablets: move the transitions to PenState
` [PATCH v2 06/15] selftests/hid: tablets: move move_to function to PenDigitizer
` [PATCH v2 07/15] selftests/hid: tablets: do not set invert when the eraser is used
` [PATCH v2 08/15] selftests/hid: tablets: set initial data for tilt/twist
` [PATCH v2 09/15] selftests/hid: tablets: define the elements of PenState
` [PATCH v2 10/15] selftests/hid: tablets: add variants of states with buttons
` [PATCH v2 11/15] selftests/hid: tablets: convert the primary button tests
` [PATCH v2 12/15] selftests/hid: tablets: add a secondary barrel switch test
` [PATCH v2 13/15] selftests/hid: tablets: be stricter for some transitions
` [PATCH v2 14/15] selftests/hid: fix mypy complains
` [PATCH v2 15/15] selftests/hid: fix ruff linter complains

[PATCH 0/3] vfio-pci support pasid attach/detach
 2023-12-07  8:47 UTC  (3+ messages)
` [PATCH 3/3] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH 0/4] kunit: Add helpers for creating test-managed devices
 2023-12-07  2:29 UTC  (9+ messages)
` [PATCH 1/4] kunit: Add APIs for managing devices
` [PATCH 2/4] fortify: test: Use kunit_device

[PATCH v1] selftests/sgx: Skip non X86_64 platform
 2023-12-07  4:31 UTC  (2+ messages)

WARNING: CPU: 6 PID: 474 at include/linux/maple_tree.h:712 mmap_region (include/linux/maple_tree.h:556 include/linux/maple_tree.h:731
 2023-12-07  1:41 UTC  (5+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-06 21:44 UTC  (7+ messages)
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()

[PATCH V12 0/7] amd-pstate preferred core
 2023-12-06 21:13 UTC  (4+ messages)
` [PATCH V12 4/7] cpufreq: Add a notification message that the highest perf has changed

hi
 2023-12-06 20:15 UTC 

[PATCH v1 0/9] x86/resctrl: Use soft RMIDs for reliable MBM on AMD
 2023-12-06 20:02 UTC  (13+ messages)
` [PATCH v1 3/9] x86/resctrl: Add resctrl_mbm_flush_cpu() to collect CPUs' MBM events

hi
 2023-12-06 20:00 UTC 

hi
 2023-12-06 19:30 UTC 

[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
 2023-12-06 19:06 UTC  (12+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
        ` [xdp-hints] "

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-12-06 18:56 UTC  (3+ messages)
` [PATCH v7 3/3] iommu/vt-d: Add iotlb flush for nested domain

[PATCH RFT v4 0/5] fork: Support shadow stacks in clone3()
 2023-12-06 18:42 UTC  (13+ messages)
` [PATCH RFT v4 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFT v4 5/5] kselftest/clone3: Test shadow stack support

hi
 2023-12-06 18:29 UTC 

[RFC PATCH 0/3] MAINTAINERS: Introduce V: field for required tests
 2023-12-06 16:57 UTC  (27+ messages)
` [RFC PATCH v2 00/10] MAINTAINERS: Introduce V: entry for tests
  ` [RFC PATCH v2 01/10] get_maintainer: Survive querying missing files
  ` [RFC PATCH v2 02/10] MAINTAINERS: Introduce V: entry for tests
  ` [RFC PATCH v2 03/10] MAINTAINERS: Propose kunit core tests for framework changes
  ` [RFC PATCH v2 04/10] docs: submitting-patches: Introduce Tested-with:
  ` [RFC PATCH v2 05/10] checkpatch: Propose tests to execute
  ` [RFC PATCH v2 06/10] MAINTAINERS: Support referencing test docs in V:
  ` [RFC PATCH v2 07/10] MAINTAINERS: Propose kvm-xfstests smoke for ext4
  ` [RFC PATCH v2 08/10] docs: tests: Document kunit in general
  ` [RFC PATCH v2 09/10] MAINTAINERS: Propose kunit tests for regmap
  ` [RFC PATCH v2 10/10] MAINTAINERS: Add proposal strength to V: entries

[PATCH] drm/tests: Switch to kunit devices
 2023-12-06 16:42 UTC  (3+ messages)

[PATCH v2] selftests: sud_test: return correct emulated syscall value on RISC-V
 2023-12-06 16:29 UTC  (2+ messages)

[PATCH v3] kunit: run test suites only after module initialization completes
 2023-12-06 15:07 UTC 

[PATCH net-next 0/9] Convert net selftests to run in unique namespace (Part 2)
 2023-12-06 13:32 UTC  (16+ messages)
` [PATCH net-next 1/9] selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace
` [PATCH net-next 2/9] selftests/net: convert test_bridge_neigh_suppress.sh "
` [PATCH net-next 3/9] selftests/net: convert test_vxlan_mdb.sh "
` [PATCH net-next 4/9] selftests/net: convert test_vxlan_nolocalbypass.sh "
` [PATCH net-next 5/9] selftests/net: convert test_vxlan_under_vrf.sh "
` [PATCH net-next 6/9] selftests/net: convert test_vxlan_vnifiltering.sh "
` [PATCH net-next 7/9] selftests/net: convert vrf_route_leaking.sh "
` [PATCH net-next 8/9] selftests/net: convert vrf_strict_mode_test.sh "
` [PATCH net-next 9/9] selftests/net: convert vrf-xfrm-tests.sh "

[PATCH v2] kunit: run test suites only after module initialization completes
 2023-12-06 13:09 UTC  (2+ messages)

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-12-06 12:48 UTC  (11+ messages)

[PATCH v5 0/5] userfaultfd move option
 2023-12-06 10:39 UTC  (15+ messages)
` [PATCH v5 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v6 0/5] userfaultfd move option
 2023-12-06 10:36 UTC  (6+ messages)
` [PATCH v6 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v6 2/5] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v6 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v6 4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations
` [PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[PATCH v1] selftests/mm: cow: print ksft header before printing anything else
 2023-12-06 10:35 UTC 

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2023-12-06  8:45 UTC  (4+ messages)

[PATCH] kunit: tool: fix parsing of test attributes
 2023-12-06  8:30 UTC  (2+ messages)

[PATCH] kunit: test: Use an action wrapper instead of a cast
 2023-12-06  8:22 UTC 

[PATCH 2/2] selftest/bpf: Test returning zero from a perf bpf program suppresses SIGIO
 2023-12-05 18:21 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox