public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-11 00:40:10 to 2024-09-13 00:18:45 UTC [more...]

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-13  0:18 UTC  (32+ messages)
` [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v4 02/30] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v4 03/30] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v4 04/30] riscv: Add support for per-thread envcfg CSR values
` [PATCH v4 05/30] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v4 06/30] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration
` [PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v4 12/30] riscv mm: manufacture shadow stack pte
` [PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v4 14/30] riscv mmu: write protect and shadow stack
` [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
` [PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi

[PATCH] kunit: tool: Build compile_commands.json
 2024-09-12 21:36 UTC  (3+ messages)

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-12 21:15 UTC  (27+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

[PATCH] selftest/mm: Do not use hint for riscv mmap
 2024-09-12 20:47 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
 2024-09-12 20:17 UTC  (3+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-09-12 20:05 UTC  (6+ messages)
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs

[PATCH V2 00/13] selftests/resctrl: Support diverse platforms with MBM and MBA tests
 2024-09-12 18:14 UTC  (14+ messages)
` [PATCH V2 01/13] selftests/resctrl: Make functions only used in same file static
` [PATCH V2 02/13] selftests/resctrl: Print accurate buffer size as part of MBM results
` [PATCH V2 03/13] selftests/resctrl: Fix memory overflow due to unhandled wraparound
` [PATCH V2 04/13] selftests/resctrl: Protect against array overrun during iMC config parsing
` [PATCH V2 05/13] selftests/resctrl: Make wraparound handling obvious
` [PATCH V2 06/13] selftests/resctrl: Remove "once" parameter required to be false
` [PATCH V2 07/13] selftests/resctrl: Only support measured read operation
` [PATCH V2 08/13] selftests/resctrl: Remove unused measurement code
` [PATCH V2 09/13] selftests/resctrl: Make benchmark parameter passing robust
` [PATCH V2 10/13] selftests/resctrl: Ensure measurements skip initialization of default benchmark
` [PATCH V2 11/13] selftests/resctrl: Use cache size to determine "fill_buf" buffer size
` [PATCH V2 12/13] selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth
` [PATCH V2 13/13] selftests/resctrl: Keep results from first test run

[PATCH 1/2] kselftests: mm: Fix wrong __NR_userfaultfd value
 2024-09-12 17:28 UTC  (5+ messages)
` [PATCH 2/2] kselftests: mm: Fail the test if userfaultfd syscall isn't found

[PATCH] selftests: Makefile: add missing 'net/lib' to targets
 2024-09-12 16:44 UTC  (4+ messages)

[PATCH v5] lib/math: Add int_pow test suite
 2024-09-12 16:08 UTC  (3+ messages)

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-09-12 15:11 UTC  (6+ messages)
` [PATCH v3 1/4] ida: Add ida_find_first_range()
` [PATCH v3 2/4] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v2 0/3] selftests: kvm: s390: Add ucontrol memory selftests
 2024-09-12 14:29 UTC  (6+ messages)
` [PATCH v2 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v2 2/3] selftests: kvm: s390: Add uc_skey "

[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
 2024-09-12 13:22 UTC  (8+ messages)
` [PATCH v2 1/6] iommu: Pass old domain to set_dev_pasid op
` [PATCH v2 2/6] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v2 4/6] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v2 5/6] iommu/arm-smmu-v3: Make smmuv3 set_dev_pasid() op support replace
` [PATCH v2 6/6] iommu: Make set_dev_pasid op support domain replacement

[PATCH v4 00/10] iommufd support pasid attach/replace
 2024-09-12 13:12 UTC  (11+ messages)
` [PATCH v4 01/10] iommu: Introduce a replace API for device pasid
` [PATCH v4 02/10] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
` [PATCH v4 03/10] iommufd: Move the iommufd_handle helpers to iommufd_private.h
` [PATCH v4 04/10] iommufd: Always pass iommu_attach_handle to iommu core
` [PATCH v4 05/10] iommufd: Pass pasid through the device attach/replace path
` [PATCH v4 06/10] iommufd: Support pasid attach/replace
` [PATCH v4 07/10] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [PATCH v4 08/10] iommufd/selftest: Add a helper to get test device
` [PATCH v4 09/10] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v4 10/10] iommufd/selftest: Add coverage for iommufd "

[PATCH 0/3] Support attaching PASID to the blocked_domain
 2024-09-12 13:06 UTC  (4+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: Make smmuv3 blocked domain support PASID
` [PATCH 2/3] iommu/vt-d: Make "
` [PATCH 3/3] iommu: Add a wrapper for remove_dev_pasid

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-12 12:48 UTC  (6+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH net-next v2 0/3] selftests/net: packetdrill: netns and two imports
 2024-09-12 12:10 UTC  (6+ messages)
` [PATCH net-next v2 1/3] selftests/net: packetdrill: run in netns and expand config
` [PATCH net-next v2 2/3] selftests/net: packetdrill: import tcp/zerocopy
` [PATCH net-next v2 3/3] selftests/net: packetdrill: import tcp/slow_start

[PATCH v2] selftest/powerpc/benchmark: remove requirement libc-dev
 2024-09-12 12:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: ringbuf: Support consuming BPF_MAP_TYPE_RINGBUF from prog
 2024-09-12  9:40 UTC  (14+ messages)
                      ` CPUMAP latency metrics (was: [PATCH bpf-next] bpf: ringbuf: Support consuming BPF_MAP_TYPE_RINGBUF from prog)

[PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic
 2024-09-12  6:13 UTC  (5+ messages)
` [PATCH HID v2 02/11] HID: core: save one kmemdup during .probe()
` [PATCH HID v2 08/11] HID: add per device quirk to force bind to hid-generic

[PATCH RESEND v2 02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
 2024-09-12  6:06 UTC  (2+ messages)

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-09-12  5:55 UTC  (15+ messages)
` [PATCH v10 01/14] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v10 02/14] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v10 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v10 04/14] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v10 05/14] riscv: vector: Use vlenb from DT for thead
` [PATCH v10 06/14] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v10 07/14] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v10 08/14] riscv: Add xtheadvector instruction definitions
` [PATCH v10 09/14] riscv: vector: Support xtheadvector save/restore
` [PATCH v10 10/14] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v10 11/14] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v10 12/14] selftests: riscv: Fix vector tests
` [PATCH v10 13/14] selftests: riscv: Support xtheadvector in "
` [PATCH v10 14/14] riscv: Add ghostwrite vulnerability

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-09-12  4:45 UTC  (43+ messages)
` [PATCH v2 02/19] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
` [PATCH v2 10/19] iommufd/viommu: Add vdev_id helpers for IOMMU drivers
` [PATCH v2 17/19] iommu/arm-smmu-v3: Add arm_smmu_viommu_cache_invalidate

[PATCH net-next v26 00/13] Device Memory TCP
 2024-09-12  4:40 UTC  (2+ messages)

[PATCH net 0/3] selftests: mptcp: misc. small fixes
 2024-09-11 22:30 UTC  (2+ messages)

[PATCH] selftests: kselftest: Use strerror() on nolibc
 2024-09-11 17:41 UTC  (4+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-09-11 16:46 UTC  (4+ messages)
` [RFC PATCH 04/39] mm: mempolicy: Refactor out policy_node_nodemask()

[for-next][PATCH 1/2] selftests/ring-buffer: Verify the entire meta-page padding
 2024-09-11 16:27 UTC  (2+ messages)
` [for-next][PATCH 2/2] selftests/ring-buffer: Handle meta-page bigger than the system

[PATCH RESEND 1/2] ring-buffer/selftest: Verify the entire meta-page padding
 2024-09-11 16:21 UTC  (11+ messages)
` [PATCH RESEND 2/2] ring-buffer/selftest: Handle meta-page bigger than the system

[PATCH bpf-next/net v6 0/3] selftests/bpf: new MPTCP subflow subtest
 2024-09-11 15:16 UTC  (4+ messages)
` [PATCH bpf-next/net v6 1/3] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next/net v6 2/3] selftests/bpf: Add getsockopt to inspect mptcp subflow
` [PATCH bpf-next/net v6 3/3] selftests/bpf: Add mptcp subflow subtest

[PATCH 0/2] selftests: vDSO: s390 fixes
 2024-09-11 13:42 UTC  (5+ messages)
` [PATCH 1/2] selftests: vDSO: fix ELF hash table entry size for s390x
` [PATCH 2/2] selftests: vDSO: fix vdso_config for s390

[PATCH net-next] page_pool: add a test module for page_pool
 2024-09-11 11:32 UTC  (5+ messages)

[PATCH RFC 0/3] Verify bias functionality for pinctrl_paris driver through new gpio test
 2024-09-11 10:10 UTC  (3+ messages)
` [PATCH RFC 1/3] pinctrl: mediatek: paris: Expose more configurations to GPIO set_config

[PATCH 0/3] debugobjects: Add hlist_cut_number() and use it to optimize code
 2024-09-11  9:38 UTC  (8+ messages)
` [PATCH 3/3] debugobjects: Use hlist_cut_number() to optimize performance and improve readability

[PATCH net v4 0/2] bpf: devmap: provide rxq after redirect
 2024-09-11  9:27 UTC  (4+ messages)
` [PATCH net v4 1/2] "
` [PATCH net v4 2/2] bpf: selftests: send packet to devmap redirect XDP


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