messages from 2023-11-09 20:47:54 to 2023-11-16 01:42:31 UTC [more...]
[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
2023-11-16 1:42 UTC (4+ messages)
[PATCH RFC RFT v2 0/5] fork: Support shadow stacks in clone3()
2023-11-16 0:52 UTC (17+ messages)
` [PATCH RFC RFT v2 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFC RFT v2 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFC RFT v2 3/5] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFC RFT v2 4/5] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFC RFT v2 5/5] kselftest/clone3: Test shadow stack support
[RFC] drm/tests: annotate intentional stack trace in drm_test_rect_calc_hscale()
2023-11-15 22:42 UTC (5+ messages)
[PATCH v1 00/23] Enable FRED with KVM VMX
2023-11-15 21:47 UTC (46+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 08/23] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v1 09/23] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v1 10/23] KVM: VMX: Add support for FRED context save/restore
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v1 14/23] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls
[PATCH v3 0/5] cgroup/cpuset: Improve CPU isolation in isolated partitions
2023-11-15 21:18 UTC (8+ messages)
` [PATCH v3 1/5] workqueue: Make workqueue_set_unbound_cpumask() static
` [PATCH v3 2/5] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH v3 3/5] selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh
` [PATCH v3 4/5] cgroup/cpuset: Keep track of CPUs in isolated partitions
` [PATCH v3 5/5] cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask
[PATCH RFC 0/3] selftests/nolibc: introduce new test harness
2023-11-15 21:08 UTC (4+ messages)
` [PATCH RFC 1/3] selftests/nolibc: add custom "
` [PATCH RFC 2/3] selftests/nolibc: migrate startup tests to new harness
` [PATCH RFC 3/3] selftests/nolibc: migrate vfprintf "
[RFC PATCH 0/3] MAINTAINERS: Introduce V: field for required tests
2023-11-15 20:38 UTC (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] MAINTAINERS: Require kvm-xfstests smoke for ext4
` [PATCH 3/3] MAINTAINERS: Require kunit core tests for framework changes
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
2023-11-15 16:58 UTC (16+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC
[PATCH 1/3] kunit: Add a macro to wrap a deferred action function
2023-11-15 16:00 UTC (7+ messages)
` [PATCH 2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()
` [PATCH 3/3] drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER
[PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
2023-11-15 15:41 UTC (2+ messages)
selftests: gpio: crash on arm64
2023-11-15 15:37 UTC (8+ messages)
[PATCH] selftests/memfd: fix a memleak
2023-11-15 15:37 UTC (2+ messages)
[PATCH] selftests/media_tests: fix a resource leak
2023-11-15 15:34 UTC (2+ messages)
[PATCH] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
2023-11-15 15:31 UTC (2+ messages)
[PATCH] kselftest/clone3: Make test names for set_tid test stable
2023-11-15 14:43 UTC
[Discuss] Seeking advice on net selftests netns naming method
2023-11-15 9:35 UTC (5+ messages)
[PATCH net 0/5] mptcp: misc. fixes for v6.7
2023-11-15 4:20 UTC (7+ messages)
` [PATCH net 1/5] mptcp: deal with large GSO size
` [PATCH net 2/5] mptcp: fix possible NULL pointer dereference on close
` [PATCH net 3/5] mptcp: add validity check for sending RM_ADDR
` [PATCH net 4/5] mptcp: fix setsockopt(IP_TOS) subflow locking
` [PATCH net 5/5] selftests: mptcp: fix fastclose with csum failure
[RFC PATCH v3 00/12] Device Memory TCP
2023-11-14 16:09 UTC (47+ messages)
` [RFC PATCH v3 02/12] net: page_pool: create hooks for custom page providers
` [RFC PATCH v3 03/12] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice
` [RFC PATCH v3 05/12] netdev: netdevice devmem allocator
` [RFC PATCH v3 06/12] memory-provider: dmabuf devmem memory provider
` [RFC PATCH v3 08/12] net: support non paged skb frags
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP
` [RFC PATCH v3 12/12] selftests: add ncdevmem, netcat "
[PATCH net-next v3] selftests/net: synchronize udpgro tests' tx and rx connection
2023-11-14 15:46 UTC (2+ messages)
[PATCH v2 00/21] arm64: Support for 2023 DPISA extensions
2023-11-14 14:35 UTC (22+ messages)
` [PATCH v2 01/21] arm64/sysreg: Add definition for ID_AA64PFR2_EL1
` [PATCH v2 02/21] arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09
` [PATCH v2 03/21] arm64/sysreg: Add definition for ID_AA64ISAR3_EL1
` [PATCH v2 04/21] arm64/sysreg: Add definition for ID_AA64FPFR0_EL1
` [PATCH v2 05/21] arm64/sysreg: Update ID_AA64SMFR0_EL1 definition for DDI0601 2023-09
` [PATCH v2 06/21] arm64/sysreg: Update SCTLR_EL1 "
` [PATCH v2 07/21] arm64/sysreg: Update HCRX_EL2 definition "
` [PATCH v2 08/21] arm64/sysreg: Add definition for FPMR
` [PATCH v2 09/21] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH v2 10/21] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v2 11/21] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v2 12/21] arm64/signal: Add FPMR signal handling
` [PATCH v2 13/21] arm64/ptrace: Expose FPMR via ptrace
` [PATCH v2 14/21] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v2 15/21] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v2 16/21] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH v2 17/21] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH v2 18/21] kselftest/arm64: Add basic FPMR test
` [PATCH v2 19/21] kselftest/arm64: Add 2023 DPISA hwcap test coverage
` [PATCH v2 20/21] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v2 21/21] KVM: arm64: selftests: Teach get-reg-list about FPMR
[PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack
2023-11-14 2:50 UTC (3+ messages)
kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.7-rc1)
2023-11-14 2:48 UTC
kselftest/fixes kselftest-lkdtm: 1 runs, 1 regressions (v6.7-rc1)
2023-11-14 2:32 UTC
kselftest/next build: 6 builds: 2 failed, 4 passed, 1 warning (v6.7-rc1)
2023-11-14 1:49 UTC
kselftest/fixes build: 6 builds: 2 failed, 4 passed, 1 warning (v6.7-rc1)
2023-11-14 1:33 UTC
[PATCH V10 0/7] amd-pstate preferred core
2023-11-14 1:21 UTC (2+ messages)
[PATCH v3] KVM: selftests: Initialise dynamically allocated configuration names
2023-11-13 16:49 UTC
[PATCH v2 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
2023-11-12 21:10 UTC (4+ messages)
[RFC PATCH 0/8] DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning
2023-11-12 19:46 UTC (3+ messages)
` [RFC PATCH 5/8] mm/damon/core-test: add a unit test for the feedback loop algorithm
` [RFC PATCH 6/8] selftests/damon: test quota goals directory
[PATCH v1] selftests: cgroup: Fixes a typo in a comment
2023-11-12 19:30 UTC (2+ messages)
[PATCH v6] selftests: rtc: Fixes rtctest error handling
2023-11-12 13:49 UTC (5+ messages)
[PATCH v3 0/6] KVM RISC-V Conditional Operations
2023-11-12 0:55 UTC (2+ messages)
[RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test
2023-11-12 0:55 UTC (2+ messages)
[PATCH v2] selftests: prctl: Add prctl test for PR_GET_NAME
2023-11-11 19:23 UTC (3+ messages)
[PATCH] selftests: capabilities: namespace create varies for root and normal user
2023-11-11 17:38 UTC (4+ messages)
` [PATCH v2] "
[RFC PATCH v3 09/12] net: add support for skbs with unreadable frags
2023-11-10 23:19 UTC (17+ messages)
PSA: This list is being migrated (no action required)
2023-11-10 19:35 UTC (2+ messages)
[PATCH] Kunit to check the longest symbol length
2023-11-10 15:55 UTC (2+ messages)
[PATCH 0/2] Fuse submount_lookup needs to be initialized
2023-11-10 9:44 UTC (4+ messages)
` [PATCH 1/2] fuse: ensure submount_lookup is initialized on alloc
` [v5 PATCH 2/2] fuse: share lookup state between submount and its parent
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-11-10 5:45 UTC (3+ messages)
selftests: memfd: run_fuse_test.sh - fuse_evict_inode - fs/fuse/inode.c:162 - panic
2023-11-09 20:41 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