Linux Kernel Self-tests
[Prev Page][Next Page]
- [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
- [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
- [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
- [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
- [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
- [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
- [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
- [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
- [PATCH v13 07/40] arm64/gcs: Document the ABI for Guarded Control Stacks
- [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
- [PATCH v13 05/40] mman: Add map_shadow_stack() flags
- Re: [RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
- [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
- [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
- [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6
- [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
- [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
- [v6 PATCH 2/2] selftests: arm64: add hugetlb mte tests
- [v6 PATCH 1/2] hugetlb: arm64: add mte support
- Re: [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
- Re: [PATCH v2 1/1] lib/tests/kfifo_kunit.c: add tests for the kfifo structure
- Re: [PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- kselftest/fixes build: 6 builds: 2 failed, 4 passed, 1 warning (v6.12-rc1-7-g160c826b4dd0d)
- Re: [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics
- Re: [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()
- Re: [RFC PATCH v2 1/5] x86/cpu: Add virt tag in /proc/cpuinfo
- From: Sean Christopherson
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH v2 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
- [PATCH slab hotfixes v2 2/2] slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in
- [PATCH slab hotfixes v2 0/2] slub kunit tests fixes for 6.12
- Re: [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
- [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
- [PATCH 32/33] riscv: Documentation for shadow stack on riscv
- [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
- [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
- [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
- [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
- [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
- [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
- [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
- [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
- [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
- [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
- [PATCH 21/33] riscv/traps: Introduce software check exception
- [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
- [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
- [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
- [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
- [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
- [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
- [PATCH 14/33] riscv mmu: write protect and shadow stack
- [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
- [PATCH 12/33] riscv mm: manufacture shadow stack pte
- [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
- [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
- [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
- [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
- [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
- [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
- [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
- [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
- [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
- [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
- [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
- [PATCH 00/33] riscv control-flow integrity for usermode
- [PATCH] docs: dev-tools: Add documentation for the device focused kselftests
- From: Nícolas F. R. A. Prado
- Re: [PATCH v5 3/5] KVM: arm64: Add support for PSCI v1.2 and v1.3
- Re: [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2
- Re: [PATCH v5 2/5] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
- Re: [PATCH] KVM: selftests: Fix build on architectures other than x86_64
- Re: [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm
- Re: [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()
- Re: [PATCH] selftest: hid: add missing run-hid-tools-tests.sh
- Re: [PATCH] selftests: vDSO: align getrandom states to cache line
- [PATCH HID v3 5/9] selftests/hid: add dependency on hid_common.h
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- [PATCH HID v3 9/9] selftests/hid: add test for assigning a given device to hid-generic
- [PATCH HID v3 8/9] HID: add per device quirk to force bind to hid-generic
- [PATCH HID v3 7/9] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device
- [PATCH HID v3 6/9] selftests/hid: cleanup C tests by adding a common struct uhid_device
- [PATCH HID v3 4/9] HID: bpf: allow write access to quirks field in struct hid_device
- [PATCH HID v3 3/9] HID: core: remove one more kmemdup on .probe()
- [PATCH HID v3 2/9] HID: core: save one kmemdup during .probe()
- [PATCH HID v3 1/9] HID: bpf: move HID-BPF report descriptor fixup earlier
- [PATCH HID v3 0/9] HID: bpf: add a new hook to control hid-generic
- [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm
- [PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- Re: [RFC PATCH v2 3/5] KVM: SVM: Enable Bus lock threshold exit
- Re: [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics
- Re: [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
- Re: [PATCH net v4] selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
- Re: [PATCH v1 0/2] selftests/mm: hugetlb_fault_after_madv improvements
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- [PATCH v2] selftests/proc: Add test to check unmapped process
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()
- [PATCH net-next v19 11/14] mm: page_frag: add testing for the newly added prepare API
- [PATCH net-next v19 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
- [PATCH net-next v19 02/14] mm: move the page fragment allocator from page_alloc into its own file
- [PATCH net-next v19 01/14] mm: page_frag: add a test module for page_frag
- [RFC PATCH v2 5/5] KVM: selftests: Add bus lock exit test
- [RFC PATCH v2 4/5] KVM: X86: Add documentation about behavioral difference for KVM_EXIT_BUS_LOCK
- [RFC PATCH v2 0/5] Add support for the Bus Lock Threshold
- [RFC PATCH v2 3/5] KVM: SVM: Enable Bus lock threshold exit
- [RFC PATCH v2 2/5] x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
- [RFC PATCH v2 1/5] x86/cpu: Add virt tag in /proc/cpuinfo
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- From: Alexey Kardashevskiy
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH] selftest: hid: add missing run-hid-tools-tests.sh
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: Setget_sockopt add a test for tcp over ipv4 via ipv6
- Re: [PATCH bpf-next v3 1/2] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API
- Re: [PATCH bpf-next v2 2/2] bpf, selftests: Add test case for cgroup skb to get net_cls classid helpers
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- From: Alexey Kardashevskiy
- Re: [PATCH bpf-next/net v7 0/3] selftests/bpf: new MPTCP subflow subtest
- From: patchwork-bot+netdevbpf
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH v3 02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v2 1/1] mseal: update mseal.rst
- [PATCH v2 0/1] update mseal.rst
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- [PATCH bpf] bpf: fix unpopulated name_len field in perf_event link info
- Re: [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()
- Re: [PATCH] Revert "list: test: fix tests for list_cut_position()"
- kselftest/next kselftest-lib: 1 runs, 1 regressions (v6.12-rc1-2-g010b07d11e25)
- kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.12-rc1-2-g010b07d11e25)
- [PATCH v5 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [External] : Re: [PATCH v4 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [PATCH v4 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (v6.12-rc1-2-g010b07d11e25)
- Re: [PATCH v4 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH] selftest: hid: add missing run-hid-tools-tests.sh
- [PATCH v4 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: update core.c
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (v6.12-rc1-5-g45a8897db67d4)
- Re: [PATCH] selftests: timers: improve timer_create failure message
- Re: [PATCH] selftests: timers: improve timer_create failure message
- Re: [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()
- Re: [PATCH] selftests: timers: improve timer_create failure message
- Re: [PATCH net-next] selftests: net: csum: Clean up recv_verify_packet_ipv6
- kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (v6.12-rc1)
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH net-next] selftests: net: csum: Clean up recv_verify_packet_ipv6
- [PATCH] KVM: selftests: Fix build on architectures other than x86_64
- Re: [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH v3 5/5] selftests: exec: update gitignore for load_address
- Re: [PATCH v3 1/5] selftests: core: add unshare_test to gitignore
- Re: [PATCH v3 0/5] selftests: gitignore and clean target file additions
- [PATCH 3/3] selftests: net: rds: add gitignore file for include.sh
- [PATCH 2/3] selftests: net: rds: add include.sh to EXTRA_CLEAN
- [PATCH 1/3] selftests: net: add msg_oob to gitignore
- [PATCH 0/3] selftests: net: add missing gitignore and EXTRA_CLEAN entries.
- Re: [PATCH v3 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [PATCH net-next] selftests: net: csum: Clean up recv_verify_packet_ipv6
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- [RESEND PATCH v3] list: test: Mending tests for list_cut_position()
- Re: [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
- From: Sean Christopherson
- [PATCH net-next] selftests: net: csum: Clean up recv_verify_packet_ipv6
- [PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process
- Re: [PATCH V2 06/13] selftests/resctrl: Remove "once" parameter required to be false
- Re: [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
- Re: [PATCH V2 07/13] selftests/resctrl: Only support measured read operation
- Re: [PATCH V2 04/13] selftests/resctrl: Protect against array overrun during iMC config parsing
- 回覆: [PATCH v10 00/14] riscv: Add support for xtheadvector
- Re: [PATCH v3 17/19] netem: Include <linux/prandom.h> in sch_netem.c
- [PATCH net-next] selftests: mlxsw: rtnetlink: Use devlink_reload() API
- Re: [PATCH v10 00/14] riscv: Add support for xtheadvector
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- Re: [PATCH V2 08/13] selftests/resctrl: Remove unused measurement code
- Re: [PATCH V2 07/13] selftests/resctrl: Only support measured read operation
- Re: [PATCH V2 06/13] selftests/resctrl: Remove "once" parameter required to be false
- Re: [PATCH V2 04/13] selftests/resctrl: Protect against array overrun during iMC config parsing
- Re: [PATCH v3 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
- Re: [PATCH V2 03/13] selftests/resctrl: Fix memory overflow due to unhandled wraparound
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- [PATCH v3 15/19] lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 19/19] prandom: Include <linux/percpu.h> in <linux/prandom.h>
- [PATCH v3 18/19] random: Do not include <linux/prandom.h> in <linux/random.h>
- [PATCH v3 16/19] lib/test_scanf: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 17/19] netem: Include <linux/prandom.h> in sch_netem.c
- [PATCH v3 14/19] bpf/tests: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 13/19] lib/rbtree-test: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 12/19] random32: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 09/19] bpf: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 10/19] lib/interval_tree_test.c: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 11/19] kunit: string-stream-test: Include <linux/prandom.h>
- [PATCH v3 08/19] scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 07/19] fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
- [PATCH v3 06/19] mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 05/19] media: vivid: Include <linux/prandom.h> in vivid-vid-cap.c
- [PATCH v3 04/19] drm/lib: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 03/19] drm/i915/selftests: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 01/19] x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>
- [PATCH v3 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- Re: [PATCH net-next 2/3] net-timestamp: add OPT_ID_TCP test in selftests
- Re: [PATCH net-next 2/3] net-timestamp: add OPT_ID_TCP test in selftests
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH net-next 2/3] net-timestamp: add OPT_ID_TCP test in selftests
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH net-next 3/3] net-timestamp: namespacify the sysctl_tstamp_allow_data
- Re: [PATCH v1 2/2] selftests/mm: hugetlb_fault_after_madv: improve test output
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH net-next 3/3] net-timestamp: namespacify the sysctl_tstamp_allow_data
- Re: [PATCH net-next 2/3] net-timestamp: add OPT_ID_TCP test in selftests
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- Re: [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- Re: [PATCH v4 04/10] iommufd: Always pass iommu_attach_handle to iommu core
- Re: [PATCH v4 03/10] iommufd: Move the iommufd_handle helpers to iommufd_private.h
- Re: [RFC PATCH 0/3] introduce PIDFD_SELF
- Re: [PATCH v4 02/10] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
- Re: [PATCH v1 2/2] selftests/mm: hugetlb_fault_after_madv: improve test output
- Re: [PATCH v1 1/2] selftests/mm: hugetlb_fault_after_madv: use default hguetlb page size
- [PATCH v4 3/3] selftests: livepatch: test livepatching a kprobed function
- [PATCH v4 2/3] selftests: livepatch: save and restore kprobe state
- [PATCH v4 1/3] selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR
- [PATCH v4 0/3] selftests: livepatch: test livepatching a kprobed function
- [PATCH net-next 3/3] net-timestamp: namespacify the sysctl_tstamp_allow_data
- [PATCH net-next 2/3] net-timestamp: add OPT_ID_TCP test in selftests
- [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
- [PATCH net-next 0/3] net-timestamp: add some trivial
- [RFC PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF
- [RFC PATCH 2/3] pidfd: add PIDFD_SELF sentinel to refer to own process
- [RFC PATCH 1/3] pidfd: refactor pidfd_get_pid/to_pid() and de-duplicate pid lookup
- [RFC PATCH 0/3] introduce PIDFD_SELF
- Re: [PATCH] selftest: hid: add missing run-hid-tools-tests.sh
- [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()
- [PATCH slab hotfixes 0/2] slub kunit tests fixes for 6.12
- RE: [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
- Re: [RFC PATCH 0/4] implement lightweight guard pages
- RE: [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
- RE: [PATCH v3 1/4] ida: Add ida_find_first_range()
- RE: [PATCH v4 04/10] iommufd: Always pass iommu_attach_handle to iommu core
- RE: [PATCH v4 03/10] iommufd: Move the iommufd_handle helpers to iommufd_private.h
- RE: [PATCH v4 02/10] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
- RE: [PATCH v4 01/10] iommu: Introduce a replace API for device pasid
- Re: [PATCH v2 -next] selftests/bpf: Use ARRAY_SIZE for array length
- RE: [PATCH 3/3] iommu: Add a wrapper for remove_dev_pasid
- RE: [PATCH 2/3] iommu/vt-d: Make blocked domain support PASID
- RE: [PATCH 1/3] iommu/arm-smmu-v3: Make smmuv3 blocked domain support PASID
- Re: [RFC PATCH 0/4] implement lightweight guard pages
- RE: [PATCH v2 6/6] iommu: Make set_dev_pasid op support domain replacement
- RE: [PATCH v2 5/6] iommu/arm-smmu-v3: Make smmuv3 set_dev_pasid() op support replace
- RE: [PATCH v2 4/6] iommu/vt-d: Add set_dev_pasid callback for nested domain
- RE: [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
- RE: [PATCH v2 2/6] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
- RE: [PATCH v2 1/6] iommu: Pass old domain to set_dev_pasid op
- [PATCH net v4] selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
- Re: [PATCH 4/5] tools/nolibc: add csky support
- Re: [PATCH 4/5] tools/nolibc: add csky support
- Re: [PATCH 4/5] tools/nolibc: add csky support
- Re: [PATCH v2] selftest: remoteproc: Add basic test for start/stop sequence
- [PATCH] selftests/bpf: Add __init and __exit to the functions bpf_test_no_cfi_init()/bpf_test_no_cfi_exit()
- [PATCH v2] selftests/powerpc: Remove the path after initialization.
- Re: [PATCH 0/1] Add KUnit tests for lib/crc16.c
- Re: [PATCH 0/1] Add KUnit tests for lib/crc16.c
- update core.c
- Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables
- [PATCH 5/5] selftests/nolibc: skip test for getppid() on csky
- [PATCH 1/5] drivers/virt: introduce csky_exit system poweroff driver
- [PATCH 0/5] csky: add shutdown and nolibc support
- [PATCH 3/5] selftests/nolibc: add support to use standalone kernels for tests
- [PATCH 4/5] tools/nolibc: add csky support
- [PATCH 2/5] tools/nolibc: provide a fallback for lseek through llseek
- Re: [GIT PULL] Kselftest fixes update for Linux 6.12-rc1
- Re: [PATCH v10 00/14] riscv: Add support for xtheadvector
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH v10 00/14] riscv: Add support for xtheadvector
- [PATCH v2 -next] selftests/bpf: Use ARRAY_SIZE for array length
- [PATCH] selftest: hid: add missing run-hid-tools-tests.sh
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- [PATCH] selftests: vDSO: align getrandom states to cache line
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- [PATCH v2 2/2] unicode: kunit: change tests filename and path
- [PATCH v2 1/2] unicode: kunit: refactor selftest to kunit tests
- [PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- [GIT PULL] Kselftest fixes update for Linux 6.12-rc1
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- [PATCH v2] kselftest: devices: Add test to detect missing devices
- From: Nícolas F. R. A. Prado
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- Re: [PATCH bpf-next 2/2] selftests: bpf: Add missing per-arch include path
- Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- Re: [PATCH v4] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
- Re: [PATCH bpf-next v6 0/8] libbpf, selftests/bpf: Support cross-endian usage
- From: patchwork-bot+netdevbpf
- Re: [PATCH bpf-next v6 4/8] libbpf: Support BTF.ext loading and output in either endianness
- kselftest/next kselftest-seccomp: 2 runs, 1 regressions (linux_kselftest-next-6.12-rc1-1-g4b721fcc094e)
- kselftest/next kselftest-lib: 2 runs, 1 regressions (linux_kselftest-next-6.12-rc1-1-g4b721fcc094e)
- kselftest/next kselftest-lkdtm: 2 runs, 1 regressions (linux_kselftest-next-6.12-rc1-1-g4b721fcc094e)
- Re: [PATCH -next] selftests/bpf: Use ARRAY_SIZE for array length
- Re: [PATCH bpf-next 2/2] selftests: bpf: Add missing per-arch include path
- Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
- kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (linux_kselftest-next-6.12-rc1-1-g4b721fcc094e)
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- Re: [PATCH v1 1/1] mseal: update mseal.rst
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- [PATCH v1 1/1] mseal: update mseal.rst
- [PATCH v1 0/1] update mseal.rst
- Re: [PATCH] selftests: vDSO: align stack for O2-optimized memcpy
- Re: [PATCH] selftests/mm: Fixed incorrect buffer->mirror size in hmm2 double_map test
- Re: [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
- Re: [PATCH] selftests: vDSO: align stack for O2-optimized memcpy
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- [PATCH 3/3] selftests: KVM: Add test case for MMIO during event delivery
- [PATCH 1/3] KVM: x86, vmx: Add function for event delivery error generation
- [PATCH 2/3] KVM: vmx, svm, mmu: Process MMIO during event delivery
- [PATCH 0/3] Handle MMIO during event delivery error on SVM
- Re: [PATCH net v2] selftests: forwarding: no_forwarding: Fix issue related with assigning two different vids to the same interface.
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH] selftests/powerpc: Rm the unnecessary remove function.
- Re: [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- Re: [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()
- [PATCH v2 2/2] selftests/exec: add a test to enforce execveat()'s comm
- [PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
- [PATCH] selftests: clone3: Avoid fragile struct poking
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH net v3] selftests: forwarding: no_forwarding: Fix issue related with assigning two different vids to the same interface.
- Re: [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
- Re: [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- [PATCH bpf-next 2/2] selftests: bpf: Add missing per-arch include path
- [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
- Re: [PATCH v3 3/3] selftests: livepatch: test livepatching a kprobed function
- [RFC PATCH 4/4] selftests/mm: add self tests for guard page feature
- [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
- [RFC PATCH 0/4] implement lightweight guard pages
- [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
- [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
- Re: [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- Re: [PATCH v3 2/3] selftests: livepatch: save and restore kprobe state
- Re: [PATCH v3 1/3] selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR
- Re: [PATCH] selftests/mm: Add missing free.
- Re: [PATCH] selftests/net: Add missing va_end.
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH 0/4] Process some MMIO-related errors without KVM exit
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- [PATCH bpf-next] selftests, bpf: Skip MPLS test_tc_tunnel tests if MPLS is unavailable
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- [PATCH net v3] selftests: forwarding: no_forwarding: Fix issue related with assigning two different vids to the same interface.
- [PATCH v2] selftest: remoteproc: Add basic test for start/stop sequence
- Re: [PATCH] selftests/mm: Fixed incorrect buffer->mirror size in hmm2 double_map test
- Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
- Re: [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()
- [PATCH -next] selftests/bpf: Use ARRAY_SIZE for array length
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH] selftests/mm: Add missing free.
- From: Muhammad Usama Anjum
- Re: [PATCH] selftests/mm: Fixed incorrect buffer->mirror size in hmm2 double_map test
- From: Muhammad Usama Anjum
- [PATCH net v2] selftests: forwarding: no_forwarding: Fix issue related with assigning two different vids to the same interface.
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- [PATCH] selftests/powerpc: Rm the unnecessary remove function.
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- [PATCH] selftests/net: Add missing va_end.
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- [PATCH] selftests/mm: Fixed incorrect buffer->mirror size in hmm2 double_map test
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
- [PATCH net] selftests: rds: move include.sh to TEST_FILES
- Re: [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
- [PATCH] selftests/mm: Add missing free.
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- RE: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- Re: [PATCH RFC v4 7/9] tun: Introduce virtio-net RSS
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- RE: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
- Re: [PATCH v3 1/4] ida: Add ida_find_first_range()
- Re: [PATCH v3 2/4] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
- Re: [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
- Re: [PATCH v2 6/6] iommu: Make set_dev_pasid op support domain replacement
- Re: [PATCH v2 1/6] iommu: Pass old domain to set_dev_pasid op
- Re: [PATCH v3 0/2] Exposing nice CPU usage to userspace
- [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2
- [PATCH v5 3/5] KVM: arm64: Add support for PSCI v1.2 and v1.3
- [PATCH v5 2/5] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
- [PATCH v5 1/5] firmware/psci: Add definitions for PSCI v1.3 specification
- [PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
- [PATCH v5 5/5] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
- Re: [PATCH v3 0/2] Exposing nice CPU usage to userspace
- Re: [PATCH v3 1/2] cgroup/rstat: Tracking cgroup-level niced CPU time
- Re: [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics
- [PATCH bpf-next/net v7 3/3] selftests/bpf: Add mptcp subflow subtest
- From: Matthieu Baerts (NGI0)
- [PATCH bpf-next/net v7 2/3] selftests/bpf: Add getsockopt to inspect mptcp subflow
- From: Matthieu Baerts (NGI0)
- [PATCH bpf-next/net v7 1/3] selftests/bpf: Add mptcp subflow example
- From: Matthieu Baerts (NGI0)
- [PATCH bpf-next/net v7 0/3] selftests/bpf: new MPTCP subflow subtest
- From: Matthieu Baerts (NGI0)
- Re: [PATCH 0/2] timers test fix and duplicate defines cleanup
- Re: [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- RE: [PATCH 0/1] Add KUnit tests for lib/crc16.c
- Re: [PATCH v1 1/2] selftests/mm: hugetlb_fault_after_madv: use default hguetlb page size
- Re: [PATCH v1 1/2] selftests/mm: hugetlb_fault_after_madv: use default hguetlb page size
- [PATCH v1 2/2] selftests/mm: hugetlb_fault_after_madv: improve test output
- [PATCH v1 1/2] selftests/mm: hugetlb_fault_after_madv: use default hguetlb page size
- [PATCH v1 0/2] selftests/mm: hugetlb_fault_after_madv improvements
- Re: [PATCH 0/3] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
- Re: [PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
- Re: [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- Re: [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore
- Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore
- Re: [PATCH net] selftests/net: packetdrill: increase timing tolerance in debug mode
- Re: [PATCH v4 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
- Re: [PATCH v4 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
- Re: [PATCH net] selftests/net: packetdrill: increase timing tolerance in debug mode
- Re: [PATCH net] selftests/net: packetdrill: increase timing tolerance in debug mode
- From: patchwork-bot+netdevbpf
- Re: [PATCH net] selftests/net: packetdrill: increase timing tolerance in debug mode
- Re: [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- Re: [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [RFC PATCH v1 2/2] KVM: arm64: Allow the RAS feature bit in ID_AA64PFR0_EL1 writable from userspace
- [RFC PATCH v1 2/2] KVM: arm64: Allow the RAS feature bit in ID_AA64PFR0_EL1 writable from userspace
- [RFC PATCH v1 0/2] Allow the RAS feature bit in ID_AA64PFR0_EL1 writable from userspace
- Re: [PATCH] Fix issue related with assigning two diffrent vids to the same interface.
- Re: [PATCH 0/4] Process some MMIO-related errors without KVM exit
- From: Sean Christopherson
- Re: [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
- [PATCH v3 5/5] selftests: exec: update gitignore for load_address
- [PATCH v3 4/5] selftests: rds: add gitignore file for include.sh
- [PATCH v3 3/5] selftests: rds: add include.sh to EXTRA_CLEAN
- [PATCH v3 2/5] selftests: net: add msg_oob to gitignore
- [PATCH v3 1/5] selftests: core: add unshare_test to gitignore
- [PATCH v3 0/5] selftests: gitignore and clean target file additions
- Re: [PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
- Re: [PATCH net v4 0/2] bpf: devmap: provide rxq after redirect
- Re: [PATCH] Fix issue related with assigning two diffrent vids to the same interface.
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH 4/4] selftests: exec: update gitignore for load_address
- Re: [PATCH] clone3: clone3_cap_checkpoint_restore: remove unused MAX_PID_NS_LEVEL macro
- Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables
- Re: [PATCH 2/2] selftests: timers: Remove local NSEC_PER_SEC and USEC_PER_SEC defines
- Re: [PATCH] selftests: Makefile: create OUTPUT dir
- Re: [PATCH 1/2] selftests:timers: posix_timers: Fix warn_unused_result in __fatal_error()
- Re: [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore
- Re: [PATCH 4/4] selftests: exec: update gitignore for load_address
- Re: [PATCH 1/2] selftests:timers: posix_timers: Fix warn_unused_result in __fatal_error()
- Re: [PATCH 2/2] selftests: timers: Remove local NSEC_PER_SEC and USEC_PER_SEC defines
- Re: [PATCH 4/4] selftests: exec: update gitignore for load_address
- Re: [PATCH] memfd: fuse_mnt: remove unused macro
- Re: [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
- From: Sean Christopherson
- [PATCH v2 4/4] selftests: exec: update gitignore for load_address
- [PATCH v2 0/4] selftsets: gitignore and clean target file additions
- [PATCH v2 3/4] selftests: rds: add gitignore file for include.sh
- [PATCH v2 2/4] selftests: rds: add include.sh to EXTRA_CLEAN
- [PATCH v2 1/4] selftests: add unshare_test and msg_oob to gitignore
- [PATCH AUTOSEL 6.6 071/139] selftests/nolibc: avoid passing NULL to printf("%s")
- [PATCH AUTOSEL 6.10 092/197] selftests/nolibc: avoid passing NULL to printf("%s")
- Re: [PATCH 4/4] selftests: exec: update gitignore for load_address
- [PATCH AUTOSEL 6.11 147/244] selftests/bpf: fix uprobe.path leak in bpf_testmod
- [PATCH AUTOSEL 6.11 108/244] selftests/nolibc: avoid passing NULL to printf("%s")
- RE: [PATCH 0/1] Add KUnit tests for lib/crc16.c
- Re: [PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
- Re: [PATCH] selftests/bpf: Add missing va_end.
- From: patchwork-bot+netdevbpf
- Re: [PATCH] clone3: clone3_cap_checkpoint_restore: remove unused MAX_PID_NS_LEVEL macro
- Re: [PATCH bpf-next v3 1/2] bpf: verifier: Support eliding map lookup nullness
- Re: [PATCH v1 1/1] selftests: set executable bit
- From: patchwork-bot+netdevbpf
- [PATCH] Fix issue related with assigning two diffrent vids to the same interface.
- [PATCH] Fix issue related with assigning two diffrent vids to the same interface.
- Re: [PATCH RFC v4 7/9] tun: Introduce virtio-net RSS
- Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
- Re: [PATCH] selftest: remoteproc: Add basic test for start/stop sequence
- Re: [PATCH 2/2] selftests: timers: Remove local NSEC_PER_SEC and USEC_PER_SEC defines
- Re: [RFC PATCH 2/3] ipv6: Run a reverse sk_lookup on sendmsg.
- Re: [PATCH 0/1] Add KUnit tests for lib/crc16.c
- Re: [PATCH bpf-next v1] selftests/bpf:Enhance bpf ability to detect ksym read error by libcap
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: Gabriel Krisman Bertazi
- Re: [PATCH 0/1] Add KUnit tests for lib/crc16.c
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- Re: [PATCH 2/2] selftest: rtc: Check if could access /dev/rtc0 before testing
- Re: [PATCH 2/2] selftest: rtc: Check if could access /dev/rtc0 before testing
- [PATCH] selftests/mm: add pkey_sighandler_xx, hugetlb_dio to .gitignore
- Re: [PATCH v1 1/1] selftests: set executable bit
- Re: [PATCH bpf-next v3 1/2] bpf: verifier: Support eliding map lookup nullness
- [PATCH v1 1/1] selftests: set executable bit
- [PATCH v4] Kunit to check the longest symbol length
- From: Sergio González Collado
- [PATCH v4 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
- Re: [PATCH 2/2] selftest: rtc: Check if could access /dev/rtc0 before testing
- [PATCH v4 5/6] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
- [PATCH v4 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
- [PATCH v4 3/6] KVM: arm64: Add support for PSCI v1.2 and v1.3
- [PATCH v4 4/6] KVM: selftests: Add test for PSCI SYSTEM_OFF2
- [PATCH v4 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
- [PATCH v4 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
- [PATCH 2/2] selftests: timers: Remove local NSEC_PER_SEC and USEC_PER_SEC defines
- [PATCH 1/2] selftests:timers: posix_timers: Fix warn_unused_result in __fatal_error()
- [PATCH 0/2] timers test fix and duplicate defines cleanup
- Re: [PATCH 3/4] selftests: rds: add gitignore file for include.sh
- Re: [PATCH 2/4] selftests: rds: add include.sh to EXTRA_CLEAN
- Re: [PATCH v5 19/30] arm64: add POE signal support
- Re: [PATCH RFC v4 7/9] tun: Introduce virtio-net RSS
- [PATCH 4/4] selftests: exec: update gitignore for load_address
- [PATCH 3/4] selftests: rds: add gitignore file for include.sh
- [PATCH 2/4] selftests: rds: add include.sh to EXTRA_CLEAN
- [PATCH 1/4] selftests: add unshare_test and msg_oob to gitignore
- [PATCH 0/4] selftsets: gitignore and clean target file additions
- Re: [PATCH v3 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
- [PATCH] selftests: vDSO: align stack for O2-optimized memcpy
- Re: [PATCH v5 19/30] arm64: add POE signal support
- Re: [PATCH] selftests/bpf: Add missing va_end.
- Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
- [PATCH bpf-next v3 2/2] bpf: selftests: verifier: Add nullness elision tests
- [PATCH bpf-next v3 1/2] bpf: verifier: Support eliding map lookup nullness
- [PATCH bpf-next v3 0/2] Support eliding map lookup nullness
- Re: [PATCH 0/4] Process some MMIO-related errors without KVM exit
- Re: [PATCH v3 0/3] selftests: livepatch: test livepatching a kprobed function
- Re: [PATCH v3 0/3] selftests: livepatch: test livepatching a kprobed function
- Re: [PATCH] memfd: fuse_mnt: remove unused macro
- [PATCH RFC v4 9/9] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
- [PATCH RFC v4 8/9] selftest: tun: Add tests for virtio-net hashing
- [PATCH RFC v4 7/9] tun: Introduce virtio-net RSS
- [PATCH RFC v4 6/9] tun: Introduce virtio-net hash reporting feature
- [PATCH RFC v4 5/9] tun: Pad virtio header with zero
- [PATCH RFC v4 4/9] tap: Pad virtio header with zero
- [PATCH RFC v4 3/9] net: flow_dissector: Export flow_keys_dissector_symmetric
- [PATCH RFC v4 2/9] virtio_net: Add functions for hashing
- [PATCH RFC v4 1/9] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
- [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
- Re: [PATCH RFC v3 7/9] tun: Introduce virtio-net RSS
- Re: [PATCH RFC v3 7/9] tun: Introduce virtio-net RSS
- [linus:master] [selftests] ecb8bd70d5: kernel-selftests.vDSO.vdso_standalone_test_x86.fail
- Re: [PATCH 0/4] Process some MMIO-related errors without KVM exit
- From: Sean Christopherson
- Re: [PATCH 0/4] Process some MMIO-related errors without KVM exit
- From: Sean Christopherson
- [PATCH] selftests/bpf: Add missing va_end.
- Re: [PATCH 1/2] kselftests: mm: Fix wrong __NR_userfaultfd value
- From: Muhammad Usama Anjum
- Re: [PATCH 2/2] selftest: rtc: Check if could access /dev/rtc0 before testing
- Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables
- Re: [PATCH v2] selftests/damon/access_memory_even: remove unused variables
- [PATCH v2] lib: math: Move kunit tests into tests/ subdir
- From: Luis Felipe Hernandez
- [PATCH] lib: math: Move kunit tests into tests/ subdir
- From: Luis Felipe Hernandez
- Re: [PATCH] selftests: vDSO: fix compile error for vdso_test_getrandom
- Re: [PATCH v8 5/8] platform: Add test managed platform_device/driver APIs
- [PATCH v2] selftests/damon/access_memory_even: remove unused variables
- [PATCH v3 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [External] : Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [External] : Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [External] : Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: Gabriel Krisman Bertazi
- Re: [PATCH 0/4] Process some MMIO-related errors without KVM exit
- Re: [PATCH 2/2] unicode: kunit: change tests filename and path
- Re: [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- Re: [PATCH RFC v3 6/9] tun: Introduce virtio-net hash reporting feature
- Re: [PATCH v2 17/19] iommu/arm-smmu-v3: Add arm_smmu_viommu_cache_invalidate
- Re: [PATCH RFC v3 2/9] virtio_net: Add functions for hashing
- Re: [PATCH RFC v3 0/9] tun: Introduce virtio-net hashing feature
- [PATCH 1/2] unicode: kunit: refactor selftest to kunit tests
- From: Gabriela Bittencourt
- [PATCH 2/2] unicode: kunit: change tests filename and path
- From: Gabriela Bittencourt
- [PATCH 0/2] unicode: kunit: refactor selftest to kunit tests
- From: Gabriela Bittencourt
- Re: [PATCH 0/4] Process some MMIO-related errors without KVM exit
- From: Sean Christopherson
- Re: [PATCH] damon: access_memory_even: remove unused variables
- Re: [RFC PATCH v2 2/3] ipv6: Support setting src port in sendmsg().
- Re: [PATCH 0/2] unicode: kunit: refactor selftest to kunit tests
- Re: [PATCH] damon: access_memory_even: remove unused variables
- Re: [PATCH v3 0/3] selftests: livepatch: test livepatching a kprobed function
- Re: [External] : Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use time passed to check if suspend succeed
- Re: [PATCH v2] kselftests: mm: Fix wrong __NR_userfaultfd value
- Re: [PATCH 1/2] kselftests: mm: Fix wrong __NR_userfaultfd value
- Re: [PATCH v2] kselftests: mm: Fix wrong __NR_userfaultfd value
- Re: [PATCH v3 0/1] Add KUnit tests for llist
- RE: [RFC PATCH v2 2/3] ipv6: Support setting src port in sendmsg().
- Re: [PATCH 0/2] unicode: kunit: refactor selftest to kunit tests
- Re: [External] : Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use time passed to check if suspend succeed
- Re: [PATCH] selftests: vDSO: fix compile error for vdso_test_getrandom
- Re: [RFC PATCH v2 2/3] ipv6: Support setting src port in sendmsg().
- Re: [PATCH v3 0/3] selftests: livepatch: test livepatching a kprobed function
- From: Marcos Paulo de Souza
- Re: [RFC PATCH v2 0/3] Allow sk_lookup UDP return traffic to egress when setting src port/address.
- [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics
- [PATCH v3 1/2] cgroup/rstat: Tracking cgroup-level niced CPU time
- [PATCH v3 0/2] Exposing nice CPU usage to userspace
- [PATCH 3/4] selftests: KVM: Change expected exit code in test_zero_memory_regions
- [PATCH 0/4] Process some MMIO-related errors without KVM exit
- [PATCH 1/4] KVM: vmx, svm, mmu: Fix MMIO during event delivery handling
- [PATCH 2/4] KVM: x86: Inject UD when fetching from MMIO
- [PATCH 4/4] selftests: KVM: Add new test for faulty mmio usage
- RE: [RFC PATCH v2 2/3] ipv6: Support setting src port in sendmsg().
- Re: [PATCH bpf-next v1 2/3] bpf: btf: Ensure natural alignment of .BTF_ids section
- Re: [PATCH bpf-next v1 0/3] Improve .BTF_ids patching and alignment
- Re: [PATCH bpf-next v1 1/3] tools/resolve_btfids: Simplify handling cross-endian compilation
- Re: [PATCH bpf-next v1 2/3] bpf: btf: Ensure natural alignment of .BTF_ids section
- Re: [PATCH net-next] selftests: net: ioam: add tunsrc support
- Re: [PATCH 5/5] rust: cleanup unnecessary casts
- [PATCH] memfd: fuse_mnt: remove unused macro
- [PATCH] hardware_disable_test: remove unused macro
- [PATCH] binderfs: binderfs_test: remove unused variable
- [PATCH] dma_map_benchmark: remove unused NSEC_PER_MSEC macro
- [PATCH] damon: access_memory_even: remove unused variables
- [PATCH] clone3: clone3_cap_checkpoint_restore: remove unused MAX_PID_NS_LEVEL macro
- [PATCH v2] kselftests: mm: Fix wrong __NR_userfaultfd value
- From: Muhammad Usama Anjum
- Re: [PATCH 1/2] kselftests: mm: Fix wrong __NR_userfaultfd value
- From: Muhammad Usama Anjum
- [PATCH 1/1] lib/crc16_kunit.c: add KUnit tests for crc16
- [PATCH 0/1] Add KUnit tests for lib/crc16.c
- Re: [RFC PATCH v2 1/3] ipv4: Support setting src port in sendmsg().
- [PATCH] Revert "list: test: fix tests for list_cut_position()"
- Re: [PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
- Re: [PATCH bpf-next v2 1/2] bpf: verifier: Support eliding map lookup nullness
- Re: [PATCH v5 06/30] arm64: context switch POR_EL0 register
- Re: [PATCH net-next 2/2] connector/cn_proc: Selftest for threads case
- Re: [PATCH v2 0/1] Add KUnit tests for kfifo
- Re: [PATCH bpf-next v1 2/3] bpf: btf: Ensure natural alignment of .BTF_ids section
- Re: [PATCH bpf-next v1 1/3] tools/resolve_btfids: Simplify handling cross-endian compilation
- Re: [RFC PATCH v2 2/3] ipv6: Support setting src port in sendmsg().
- Re: [RFC PATCH v2 1/3] ipv4: Support setting src port in sendmsg().
- Re: [PATCH v3 0/1] Add KUnit tests for llist
- From: Artur Alves Cavalcante de Barros
- Re: [PATCH v3 0/1] Add KUnit tests for llist
- From: Artur Alves Cavalcante de Barros
- Re: [PATCH bpf-next v2 2/2] bpf: selftests: verifier: Add nullness elision tests
- Re: [PATCH bpf-next v2 1/2] bpf: verifier: Support eliding map lookup nullness
- Re: [PATCH net-next 1/2] connector/cn_proc: Handle threads for proc connector
- Re: [BUG] selftests/nci: ./nci_dev hang in wait4()
- Re: [PATCH net-next 1/2] connector/cn_proc: Handle threads for proc connector
- [PATCH] selftest: remoteproc: Add basic test for start/stop sequence
- Re: [External] : Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use time passed to check if suspend succeed
- [RFC PATCH v2 3/3] bpf: Add sk_lookup test to use ORIGDSTADDR cmsg.
- [RFC PATCH v2 2/3] ipv6: Support setting src port in sendmsg().
- [RFC PATCH v2 1/3] ipv4: Support setting src port in sendmsg().
- [RFC PATCH v2 0/3] Allow sk_lookup UDP return traffic to egress when setting src port/address.
- Re: [RFC PATCH 1/3] ipv4: Run a reverse sk_lookup on sendmsg.
- Re: [PATCH v3 4/5] selftests/mseal: add more tests for mmap
- [BUG] selftests/nci: ./nci_dev hang in wait4()
- Re: [PATCH net-next 1/2] connector/cn_proc: Handle threads for proc connector
- Re: [PATCH] selftests: vDSO: fix compile error for vdso_test_getrandom
- Re: [PATCH v3 0/1] Add KUnit tests for llist
- Re: [External] : Re: [PATCH v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use time passed to check if suspend succeed
- Re: [PATCH 1/2] kselftests: mm: Fix wrong __NR_userfaultfd value
- Re: [PATCH net v2] selftests: forwarding: Avoid false MDB delete/flush failures
- [PATCH v3 2/3] selftests: livepatch: save and restore kprobe state
- [PATCH v3 0/3] selftests: livepatch: test livepatching a kprobed function
- [PATCH v3 3/3] selftests: livepatch: test livepatching a kprobed function
- [PATCH v3 1/3] selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR
- Re: [PATCH net-next 1/2] connector/cn_proc: Handle threads for proc connector
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Linux ATA RAID]
[Bugtraq]