messages from 2023-07-20 15:31:14 to 2023-07-24 12:48:14 UTC [more...]
[PATCH v2 00/35] arm64/gcs: Provide support for GCS in userspace
2023-07-24 12:45 UTC (7+ messages)
` [PATCH v2 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 02/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v2 03/35] arm64/gcs: Document the ABI "
` [PATCH v2 04/35] arm64/sysreg: Add new system registers for GCS
` [PATCH v2 05/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v2 06/35] arm64/gcs: Add manual encodings of GCS instructions
[PATCH v3 0/8] selftests/mm fixes for arm64
2023-07-24 11:35 UTC (10+ messages)
` [PATCH v3 1/8] selftests: Line buffer test program's stdout
` [PATCH v3 2/8] selftests/mm: Skip soft-dirty tests on arm64
` [PATCH v3 3/8] selftests/mm: Enable mrelease_test for arm64
` [PATCH v3 4/8] selftests/mm: Fix thuge-gen test bugs
` [PATCH v3 5/8] selftests/mm: va_high_addr_switch should skip unsupported arm64 configs
` [PATCH v3 6/8] selftests/mm: Make migration test robust to failure
` [PATCH v3 7/8] selftests/mm: Optionally pass duration to transhuge-stress
` [PATCH v3 8/8] selftests/mm: Run all tests from run_vmtests.sh
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-24 11:32 UTC (32+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 07/20] tracing/filters: Optimise CPU "
` [RFC PATCH v2 08/20] tracing/filters: Further optimise scalar vs cpumask comparison
` [RFC PATCH v2 09/20] tracing/filters: Document cpumask filtering
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 16/20] rcu: Make RCU dynticks counter size configurable
` [RFC PATCH v2 17/20] rcutorture: Add a test config to torture test low RCU_DYNTICKS width
` [RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v2 19/20] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH v2 01/11] drm/tests: helpers: Switch to kunit actions
2023-07-24 11:19 UTC (3+ messages)
[PATCH v4 00/12] Add Intel VT-d nested translation
2023-07-24 11:13 UTC (13+ messages)
` [PATCH v4 01/12] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v4 02/12] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v4 03/12] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v4 05/12] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v4 08/12] iommu/vt-d: Make iotlb flush helpers to be extern
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v4 10/12] iommu/vt-d: Add nested domain allocation
` [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings
[PATCH v3 00/17] iommufd: Add nesting infrastructure
2023-07-24 11:04 UTC (18+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc()
` [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v3 10/17] iommufd/selftest: Add a helper to get test device
` [PATCH v3 11/17] iommufd/selftest: Add IOMMU_TEST_OP_DEV_[ADD|DEL]_RESERVED to add/del reserved regions to selftest device
` [PATCH v3 12/17] iommufd/selftest: Add .get_resv_regions() for mock_dev
` [PATCH v3 13/17] iommufd/selftest: Add coverage for IOMMU_RESV_IOVA_RANGES
` [PATCH v3 14/17] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH v3 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data
` [PATCH v3 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v3 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
2023-07-24 10:59 UTC (5+ messages)
` [PATCH v4 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
[PATCH bpf-next v6 2/8] bpf: reject unhashed sockets in bpf_sk_assign
2023-07-24 8:01 UTC (3+ messages)
[PATCH v4 00/19] selftests/resctrl: Fixes and cleanups
2023-07-24 7:12 UTC (5+ messages)
` [PATCH v4 07/19] selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resctrl()
[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
2023-07-23 21:37 UTC (16+ messages)
` [PATCH v1 02/11] selftests: forwarding: gre_custom_multipath_hash.sh: "
` [PATCH v1 03/11] selftests: forwarding: gre_inner_v4_multipath.sh: "
` [PATCH v1 04/11] selftests: forwarding: gre_multipath_nh_res.sh: "
` [PATCH v1 05/11] selftests: forwarding: gre_multipath_nh.sh: "
` [PATCH v1 06/11] selftests: forwarding: ip6gre_custom_multipath_hash.sh: "
` [PATCH v1 07/11] selftests: forwarding: ip6gre_inner_v4_multipath.sh: "
` [PATCH v1 08/11] selftests: forwarding: no_forwarding.sh: "
` [PATCH v1 09/11] selftests: forwarding: router_mpath_nh_res.sh: "
` [PATCH v1 10/11] selftests: forwarding: router_mpath_nh.sh: "
` [PATCH v1 11/11] selftests: forwarding: router_multipath.sh: "
[PATCH v2 00/11] drm: kunit: Switch to kunit actions
2023-07-23 14:22 UTC (2+ messages)
[PATCH] selftests/bpf: fix build errors if CONFIG_NF_CONNTRACK_MARK not set
2023-07-23 9:38 UTC
[PATCH v1 0/8] tools/nolibc: add 32/64-bit powerpc support
2023-07-23 8:15 UTC (13+ messages)
` [PATCH v1 1/8] tools/nolibc: add support for powerpc
` [PATCH v1 4/8] selftests/nolibc: add extra config file customize support
` [PATCH v1 5/8] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v1 7/8] selftests/nolibc: add test support for powerpc64le
` [PATCH v1 8/8] selftests/nolibc: add test support for powerpc64
[PATCH v1] selftests: ipc: Updates the msgque test to use kselftest framework
2023-07-23 6:41 UTC
[PATCH v5 00/10] tracing: introducing eventfs
2023-07-22 19:37 UTC (11+ messages)
` [PATCH v5 01/10] tracing: Require all trace events to have a TRACE_SYSTEM
` [PATCH v5 02/10] eventfs: Implement tracefs_inode_cache
` [PATCH v5 03/10] tracefs: Rename and export some tracefs functions
` [PATCH v5 04/10] eventfs: Implement eventfs dir creation functions
` [PATCH v5 05/10] eventfs: Implement eventfs file add functions
` [PATCH v5 06/10] eventfs: Implement eventfs lookup, read, open functions
` [PATCH v5 07/10] eventfs: Implement functions to create files and dirs when accessed
` [PATCH v5 08/10] eventfs: Implement removal of meta data from eventfs
` [PATCH v5 09/10] eventfs: Move tracing/events to eventfs
` [PATCH v5 10/10] test: ftrace: Fix kprobe test for eventfs
[PATCH v25 5/5] selftests: mm: add pagemap ioctl tests
2023-07-22 14:05 UTC (17+ messages)
` fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
` "
` [v2] "
[PATCH v2 00/14] selftests/nolibc: add minimal kernel config support - part1
2023-07-22 13:17 UTC (19+ messages)
` [PATCH v2 02/14] selftests/nolibc: add macros to enhance maintainability
` [PATCH v2 03/14] selftests/nolibc: print running log to screen
` [PATCH v2 05/14] selftests/nolibc: add menuconfig for development
` [PATCH v2 06/14] selftests/nolibc: add mrproper "
` [PATCH v2 07/14] selftests/nolibc: defconfig: remove mrproper target
` [PATCH v2 08/14] selftests/nolibc: string the core targets
` [PATCH v2 09/14] selftests/nolibc: allow quit qemu-system when poweroff fails
` [PATCH v2 12/14] selftests/nolibc: add tinyconfig target
` [PATCH v2 14/14] selftests/nolibc: tinyconfig: add support for 32/64-bit powerpc
[PROBLEM] seltests: net/forwarding/sch_ets.sh [HANG]
2023-07-22 12:29 UTC (8+ messages)
` [PROBLEM] [ADDITIONAL DIAG] "
` [PROBLEM] [FULL TEST] "
[PATCH 6.1 000/223] 6.1.40-rc1 review
2023-07-22 10:30 UTC
[PATCH v5] selftests: rtc: Fixes rtctest error handling
2023-07-22 6:07 UTC
[PATCH v1 4/9] kunit: Add ability to filter attributes
2023-07-22 2:30 UTC (2+ messages)
[BUG] sefltests: forwarding: gre_custom_multipath_hash.sh: [FAIL] and syntax errors
2023-07-21 22:16 UTC
[PROBLEM] selftests: net/forwarding/*.sh: 'Command line is not complete. Try option "help"'
2023-07-21 20:41 UTC (6+ messages)
[PATCH v4 00/10] tracing: introducing eventfs
2023-07-21 20:40 UTC (15+ messages)
[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
2023-07-21 20:22 UTC (4+ messages)
` [PATCH bpf-next v6 3/5] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v6 4/5] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v6 5/5] bpf: selftests: Add defrag selftests
[ANNOUNCE/CFP] Kernel Testing & Dependability Micro-conference at LPC 2023
2023-07-21 17:16 UTC (2+ messages)
[PATCH v2] selftests: prctl: Add new prctl test for PR_SET_NAME
2023-07-21 16:30 UTC (8+ messages)
[PATCH] rust: doctests: Use tabs for indentation in generated C code
2023-07-21 16:10 UTC (3+ messages)
[PATCH RFC 7/7] selftests/nolibc: proof of concept for TAP output
2023-07-21 13:06 UTC (3+ messages)
[PATCH v2 0/3] arm64/fpsimd: Fix use after free in SME when changing SVE VL
2023-07-21 10:53 UTC (5+ messages)
` [PATCH v2 1/3] arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes
` [PATCH v2 2/3] kselftest/arm64: Add a test case for SVE VL changes with SME active
` [PATCH v2 3/3] kselftest/arm64: Validate that changing one VL type does not affect another
[PATCH][next] selftests/xsk: Fix spelling mistake "querrying" -> "querying"
2023-07-21 8:47 UTC (2+ messages)
[PATCH v1 2/9] kunit: Add speed attribute
2023-07-21 4:31 UTC (2+ messages)
[PATCH net-next v2 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
2023-07-21 3:30 UTC (2+ messages)
[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
2023-07-20 21:34 UTC (6+ messages)
` [PATCH bpf-next v6 5/8] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v6 6/8] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v6 8/8] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
[KTAP V2 PATCH] ktap_v2: add test metadata
2023-07-20 21:31 UTC (2+ messages)
[PATCH bpf-next v5 0/5] Support defragmenting IPv(4|6) packets in BPF
2023-07-20 20:57 UTC (4+ messages)
` [PATCH bpf-next v5 3/5] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v5 4/5] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v5 5/5] bpf: selftests: Add defrag selftests
[PATCH v2 0/7] KUnit integration for Rust doctests
2023-07-20 19:28 UTC (3+ messages)
[PATCH v3] kselftest/arm64: Exit streaming mode after collecting signal context
2023-07-20 18:42 UTC
[PATCH v2 06/11] drm/tests: helpers: Create a helper to allocate an atomic state
2023-07-20 18:06 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox