Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-09-12 13:04:36 to 2024-09-16 06:33:24 UTC [more...]

[PATCH v3 0/3] selftests: kvm: s390: Add ucontrol memory selftests
 2024-09-16  6:33 UTC  (9+ messages)
` [PATCH v3 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v3 2/3] selftests: kvm: s390: Add uc_skey "
` [PATCH v3 3/3] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs

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

[PATCH] selftests: mm: Fix build errors on armhf
 2024-09-16  5:11 UTC  (5+ messages)

[PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-09-16  3:58 UTC  (13+ messages)
` [PATCH v6 1/2] selftests: Rename sigaltstack to generic signal

[PATCH bpf-next v2 0/2] Support eliding map lookup nullness
 2024-09-16  3:45 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: verifier: "
` [PATCH bpf-next v2 2/2] bpf: selftests: verifier: Add nullness elision tests

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-16  3:20 UTC  (42+ 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 v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-09-15 21:10 UTC  (19+ messages)
` [PATCH v2 02/19] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v2 17/19] iommu/arm-smmu-v3: Add arm_smmu_viommu_cache_invalidate

[PATCH RFC v3 0/9] tun: Introduce virtio-net hashing feature
 2024-09-15 19:48 UTC  (11+ messages)
` [PATCH RFC v3 1/9] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [PATCH RFC v3 2/9] virtio_net: Add functions for hashing
` [PATCH RFC v3 3/9] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH RFC v3 4/9] tap: Pad virtio header with zero
` [PATCH RFC v3 5/9] tun: "
` [PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v3 7/9] tun: Introduce virtio-net RSS
` [PATCH RFC v3 8/9] selftest: tun: Add tests for virtio-net hashing
` [PATCH RFC v3 9/9] vhost/net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH] selftests: Makefile: add missing 'net/lib' to targets
 2024-09-15 14:46 UTC  (7+ messages)

[PATCH v2] selftests/vDSO: support DT_GNU_HASH
 2024-09-15  6:49 UTC 

[PATCH bpf-next 0/2] Support eliding map lookup nullness
 2024-09-15  2:11 UTC  (2+ messages)
` [PATCH bpf-next 2/2] bpf: selftests: verifier: Add nullness elision tests

[PATCH 1/1 V4] selftests: net: improve missing modules error message
 2024-09-14 16:00 UTC 

[PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
 2024-09-14 13:38 UTC  (7+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-09-14 13:34 UTC  (5+ messages)
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb

[PATCH bpf-next v3 0/2] Fix bpf_get/setsockopt failed when TCP over IPv4 via INET6 API
 2024-09-14 11:47 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Fix bpf_get/setsockopt to tos not take effect "
` [PATCH bpf-next v3 2/2] selftests/bpf: Setget_sockopt add a test for tcp over ipv4 via ipv6

[RFC PATCH 0/3] Allow sk_lookup UDP return traffic to egress
 2024-09-14 11:40 UTC  (8+ messages)
` [RFC PATCH 1/3] ipv4: Run a reverse sk_lookup on sendmsg
` [RFC PATCH 2/3] ipv6: "
` [RFC PATCH 3/3] bpf: Add sk_lookup test to use ORIGDSTADDR cmsg

[PATCH bpf-next v1] selftests/bpf:Enhance bpf ability to detect ksym read error by libcap
 2024-09-14  9:24 UTC 

[PATCH net] selftests: forwarding: Avoid false MDB delete/flush failures
 2024-09-14  9:08 UTC  (3+ messages)

[PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic
 2024-09-14  5:26 UTC  (4+ messages)
` (subset) "

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-09-14  4:16 UTC  (9+ 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/6] Make set_dev_pasid op supporting domain replacement
 2024-09-14  3:03 UTC  (20+ messages)
` [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 bpf-next/net v6 0/3] selftests/bpf: new MPTCP subflow subtest
 2024-09-14  0:29 UTC  (5+ messages)
` [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 v3 0/5] Increase mseal test coverage
 2024-09-13 23:00 UTC  (11+ messages)
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap

[PATCH 5/5] rust: cleanup unnecessary casts
 2024-09-13 21:29 UTC 

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

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-13 15:14 UTC  (7+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH] selftests: livepatch: test livepatching a kprobed function
 2024-09-13 12:58 UTC 

[PATCH v4 00/10] iommufd support pasid attach/replace
 2024-09-13 12:04 UTC  (13+ 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-13 11:47 UTC  (6+ 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 -next] KVM: selftests: Use ARRAY_SIZE for array length
 2024-09-13  5:43 UTC 

[PATCH 1/2] selftest/mm: Fix typo in virtual_address_range
 2024-09-13  3:41 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: skip virtual_address_range tests on riscv

[PATCH net-next v2 0/3] selftests/net: packetdrill: netns and two imports
 2024-09-13  2:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: ringbuf: Support consuming BPF_MAP_TYPE_RINGBUF from prog
 2024-09-13  2:15 UTC  (13+ messages)
                    ` CPUMAP latency metrics (was: [PATCH bpf-next] bpf: ringbuf: Support consuming BPF_MAP_TYPE_RINGBUF from prog)

[PATCH] selftest/mm: Do not use hint for riscv mmap
 2024-09-13  2:07 UTC  (3+ messages)

[PATCH] kunit: tool: Build compile_commands.json
 2024-09-12 21:36 UTC  (2+ 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 v5] lib/math: Add int_pow test suite
 2024-09-12 16:08 UTC  (3+ messages)

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


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