Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 05:58:45 to 2024-10-28 14:02:48 UTC [more...]

[PATCH RFC v2 0/5] Verify bias functionality for pinctrl_paris driver through new gpio test
 2024-10-28 14:02 UTC  (7+ messages)
` [PATCH RFC v2 1/5] pinctrl: mediatek: paris: Expose more configurations to GPIO set_config
` [PATCH RFC v2 2/5] pinctrl: mediatek: moore: "
` [PATCH RFC v2 3/5] pinctrl: mediatek: common: "
` [PATCH RFC v2 4/5] selftest: gpio: Add wait flag to gpio-mockup-cdev
` [PATCH RFC v2 5/5] selftest: gpio: Add a new set-get config test

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28 13:03 UTC  (25+ messages)
` [PATCH v5 01/13] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v5 02/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v5 03/13] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 05/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [PATCH v5 06/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v5 07/13] iommufd/selftest: Add container_of helpers
` [PATCH v5 08/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v5 09/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v5 10/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v5 11/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v5 12/13] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v5 13/13] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
 2024-10-28 12:58 UTC  (7+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-28 12:40 UTC  (21+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism

[PATCH v2] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-28 12:11 UTC  (2+ messages)

[PATCH RFC 08/10] mm: page_frag: add testing for the newly added API
 2024-10-28 11:58 UTC 

[PATCH net-next v23 1/7] mm: page_frag: add a test module for page_frag
 2024-10-28 11:53 UTC  (3+ messages)
` [PATCH net-next v23 2/7] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v23 4/7] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH v2 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-28 10:20 UTC  (15+ messages)
` [PATCH v2 3/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures
` [PATCH v2 4/5] selftests/mm: Use generic pkey register manipulation

[PATCH net-next v10 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-28 10:13 UTC  (29+ messages)
` [PATCH net-next v10 01/23] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v10 02/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v10 03/23] ovpn: add basic netlink support
` [PATCH net-next v10 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v10 05/23] ovpn: keep carrier always on
` [PATCH net-next v10 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v10 07/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v10 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v10 09/23] ovpn: implement basic RX "
` [PATCH net-next v10 10/23] ovpn: implement packet processing
` [PATCH net-next v10 11/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v10 12/23] ovpn: implement TCP transport
` [PATCH net-next v10 13/23] ovpn: implement multi-peer support
` [PATCH net-next v10 14/23] ovpn: implement peer lookup logic
` [PATCH net-next v10 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v10 16/23] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v10 17/23] ovpn: add support for peer floating
` [PATCH net-next v10 18/23] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v10 19/23] ovpn: implement key add/get/del/swap "
` [PATCH net-next v10 20/23] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v10 21/23] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v10 22/23] ovpn: add basic ethtool support
` [PATCH net-next v10 23/23] testing/selftests: add test tool and scripts for ovpn module

[PATCH for-next 1/3] selftests/watchdog: add count parameter for watchdog-test
 2024-10-28  6:44 UTC  (12+ messages)

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-28  6:41 UTC  (3+ messages)
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH bpf-next] bpf: handle implicit declaration of function gettid in bpf_iter.c
 2024-10-28  3:41 UTC 

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-28  3:11 UTC  (18+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 02/13] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v5 03/13] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 05/13] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v5 06/13] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v5 07/13] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v5 08/13] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v5 09/13] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v5 10/13] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v5 11/13] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v5 12/13] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v5 13/13] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28  2:35 UTC  (32+ messages)
` [PATCH v4 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 03/11] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 05/11] iommufd: Add domain_alloc_nested op to iommufd_viommu_ops
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH for-next 1/7] selftests/alsa: Add a few missing gitignore files
 2024-10-28  1:51 UTC  (5+ messages)
` [PATCH for-next 3/7] selftests/mm: "

[PATCH] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-27  0:21 UTC  (4+ messages)

[PATCH v2] selftests: tmpfs: Add kselftest support to tmpfs
 2024-10-26 23:31 UTC  (2+ messages)

[PATCH] kvm: selftest: fix noop test in guest_memfd_test.c
 2024-10-26  8:59 UTC  (2+ messages)

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-10-26  7:25 UTC  (6+ messages)
` [PATCH v6 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v6 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v6 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v6 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v2] lib/math: Add int_sqrt test suite
 2024-10-26  1:55 UTC  (6+ messages)

[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
 2024-10-25 22:17 UTC  (16+ messages)
` [PATCH v5 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v5 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v5 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v5 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-25 22:12 UTC  (10+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-25 21:58 UTC  (3+ messages)
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)

[PATCH 0/2] kunit: enable hardware virtualization
 2024-10-25 21:03 UTC  (3+ messages)
` [PATCH 1/2] kunit: add fallback for os.sched_getaffinity
` [PATCH 2/2] kunit: enable hardware acceleration when available

[PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet
 2024-10-25 17:35 UTC  (4+ messages)
` [PATCH net-next 2/2] net: netconsole: selftests: Add userdata validation

[PATCH V7 9/9] iommufd: map file selftest
 2024-10-25 17:00 UTC  (2+ messages)

[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-25 16:39 UTC  (12+ messages)
` [PATCH v4 01/14] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct

[PATCH V4 00/15] selftests/resctrl: Support diverse platforms with MBM and MBA tests
 2024-10-25 14:45 UTC  (9+ messages)
` [PATCH V4 02/15] selftests/resctrl: Print accurate buffer size as part of MBM results
` [PATCH V4 10/15] selftests/resctrl: Make benchmark parameter passing robust

[PATCH net 0/3] mptcp: sched: fix some lock issues
 2024-10-25 10:00 UTC  (5+ messages)
` [PATCH net 2/3] mptcp: remove unneeded lock when listing scheds

kselftest/next build: 5 builds: 2 failed, 3 passed, 1 warning (v6.12-rc3-6-g2a027d6bb6600)
 2024-10-25  9:14 UTC 

[PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
 2024-10-25  8:48 UTC  (3+ messages)

[PATCH net v6] ipv6: Fix soft lockups in fib6_select_path under high next hop churn
 2024-10-25  7:30 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).