Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-01 01:56:13 to 2024-10-02 15:29:03 UTC [more...]

[PATCH v4 0/3] selftests: livepatch: test livepatching a kprobed function
 2024-10-02 15:29 UTC  (6+ messages)
` [PATCH v4 1/3] selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR
` [PATCH v4 3/3] selftests: livepatch: test livepatching a kprobed function

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-10-02 15:07 UTC  (3+ messages)
` [PATCH v10 01/14] dt-bindings: riscv: Add xtheadvector ISA extension description

[PATCH slab hotfixes v2 0/2] slub kunit tests fixes for 6.12
 2024-10-02 14:44 UTC  (6+ messages)
` [PATCH slab hotfixes v2 2/2] slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 UTC  (2+ messages)

[PATCH net-next v8 00/24] Introducing OpenVPN Data Channel Offload
 2024-10-02 14:13 UTC  (27+ messages)
` [PATCH net-next v8 01/24] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v8 02/24] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v8 03/24] ovpn: add basic netlink support
` [PATCH net-next v8 04/24] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v8 05/24] ovpn: implement interface creation/destruction via netlink
` [PATCH net-next v8 06/24] ovpn: keep carrier always on
` [PATCH net-next v8 07/24] ovpn: introduce the ovpn_peer object
` [PATCH net-next v8 08/24] ovpn: introduce the ovpn_socket object
` [PATCH net-next v8 09/24] ovpn: implement basic TX path (UDP)
` [PATCH net-next v8 10/24] ovpn: implement basic RX "
` [PATCH net-next v8 11/24] ovpn: implement packet processing
` [PATCH net-next v8 12/24] ovpn: store tunnel and transport statistics
` [PATCH net-next v8 13/24] ovpn: implement TCP transport
` [PATCH net-next v8 14/24] ovpn: implement multi-peer support
` [PATCH net-next v8 15/24] ovpn: implement peer lookup logic
` [PATCH net-next v8 16/24] ovpn: implement keepalive mechanism
` [PATCH net-next v8 17/24] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v8 18/24] ovpn: add support for peer floating
` [PATCH net-next v8 19/24] ovpn: implement peer add/dump/delete via netlink
` [PATCH net-next v8 20/24] ovpn: implement key add/del/swap "
` [PATCH net-next v8 21/24] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v8 22/24] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v8 23/24] ovpn: add basic ethtool support
` [PATCH net-next v8 24/24] testing/selftest: add test tool and scripts for ovpn module

[PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-10-02 14:09 UTC  (7+ messages)
` [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm

[PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()
 2024-10-02 13:42 UTC  (14+ messages)

[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
 2024-10-02 13:08 UTC  (3+ messages)
` [PATCH v2 2/2] unicode: kunit: change tests filename and path

[PATCH] selftests/bpf: Add __init and __exit to the functions bpf_test_no_cfi_init()/bpf_test_no_cfi_exit()
 2024-10-02 12:15 UTC  (2+ messages)

[PATCH bpf-next] selftests, bpf: Skip MPLS test_tc_tunnel tests if MPLS is unavailable
 2024-10-02 12:07 UTC  (2+ messages)

[PATCH bpf] bpf: fix unpopulated name_len field in perf_event link info
 2024-10-02 11:37 UTC  (2+ messages)

[PATCH v3] kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python3
 2024-10-02  9:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2024-10-02  8:27 UTC  (10+ messages)

[PATCH] selftests: Makefile: create OUTPUT dir
 2024-10-02  6:15 UTC  (5+ messages)

[PATCH v2] selftests/powerpc: Remove the path after initialization
 2024-10-02  5:45 UTC  (2+ messages)

[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
 2024-10-02  5:26 UTC  (11+ messages)

[PATCH net v5] selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
 2024-10-02  5:10 UTC 

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-02  0:24 UTC  (43+ messages)
` [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6
` [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 05/40] mman: Add map_shadow_stack() flags
` [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v13 07/40] arm64/gcs: Document the ABI "
` [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 17/40] arm64/idreg: Add overrride for GCS
` [PATCH v13 18/40] arm64/hwcap: Add hwcap "
` [PATCH v13 19/40] arm64/traps: Handle GCS exceptions
` [PATCH v13 20/40] arm64/mm: Handle GCS data aborts
` [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v13 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v13 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v13 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v13 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v13 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v13 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v13 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v13 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH bpf-next v3 0/2] Support eliding map lookup nullness
 2024-10-02  0:11 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: verifier: "

[RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
 2024-10-01 23:00 UTC  (2+ messages)

[v6 PATCH 1/2] hugetlb: arm64: add mte support
 2024-10-01 22:52 UTC  (2+ messages)
` [v6 PATCH 2/2] selftests: arm64: add hugetlb mte tests

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

[PATCH v2 0/1] Add KUnit tests for kfifo
 2024-10-01 20:45 UTC  (3+ messages)
` [PATCH v2 1/1] lib/tests/kfifo_kunit.c: add tests for the kfifo structure

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-10-01 18:45 UTC  (24+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl

kselftest/fixes build: 6 builds: 2 failed, 4 passed, 1 warning (v6.12-rc1-7-g160c826b4dd0d)
 2024-10-01 18:02 UTC 

[PATCH v3 0/2] Exposing nice CPU usage to userspace
 2024-10-01 17:50 UTC  (6+ messages)
` [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics

[RFC PATCH v2 0/5] Add support for the Bus Lock Threshold
 2024-10-01 16:41 UTC  (8+ messages)
` [RFC PATCH v2 1/5] x86/cpu: Add virt tag in /proc/cpuinfo
` [RFC PATCH v2 2/5] x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
` [RFC PATCH v2 3/5] KVM: SVM: Enable Bus lock threshold exit
` [RFC PATCH v2 4/5] KVM: X86: Add documentation about behavioral difference for KVM_EXIT_BUS_LOCK
` [RFC PATCH v2 5/5] KVM: selftests: Add bus lock exit test

[PATCH v2 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
 2024-10-01 16:26 UTC  (2+ messages)

[PATCH] docs: dev-tools: Add documentation for the device focused kselftests
 2024-10-01 15:43 UTC 

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-01 15:35 UTC  (7+ messages)
` [PATCH v5 2/5] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function "
` [PATCH v5 3/5] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

[PATCH] KVM: selftests: Fix build on architectures other than x86_64
 2024-10-01 15:16 UTC  (2+ messages)

[PATCH] selftest: hid: add missing run-hid-tools-tests.sh
 2024-10-01 14:40 UTC  (5+ messages)

[PATCH] selftests: vDSO: align getrandom states to cache line
 2024-10-01 14:32 UTC  (2+ messages)

[RFC PATCH 0/3] introduce PIDFD_SELF
 2024-10-01 14:31 UTC  (9+ messages)

[PATCH HID v3 0/9] HID: bpf: add a new hook to control hid-generic
 2024-10-01 14:30 UTC  (10+ messages)
` [PATCH HID v3 1/9] HID: bpf: move HID-BPF report descriptor fixup earlier
` [PATCH HID v3 2/9] HID: core: save one kmemdup during .probe()
` [PATCH HID v3 3/9] HID: core: remove one more kmemdup on .probe()
` [PATCH HID v3 4/9] HID: bpf: allow write access to quirks field in struct hid_device
` [PATCH HID v3 5/9] selftests/hid: add dependency on hid_common.h
` [PATCH HID v3 6/9] selftests/hid: cleanup C tests by adding a common struct uhid_device
` [PATCH HID v3 7/9] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device
` [PATCH HID v3 8/9] HID: add per device quirk to force bind to hid-generic
` [PATCH HID v3 9/9] selftests/hid: add test for assigning a given device "

[PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
 2024-10-01 13:43 UTC  (5+ messages)

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-01 12:11 UTC  (4+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[PATCH net v4] selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
 2024-10-01 12:10 UTC  (2+ messages)

[PATCH v1 0/2] selftests/mm: hugetlb_fault_after_madv improvements
 2024-10-01 10:31 UTC  (2+ messages)

[PATCH v2] selftests/proc: Add test to check unmapped process
 2024-10-01 10:02 UTC 

[PATCH slab hotfixes 0/2] slub kunit tests fixes for 6.12
 2024-10-01  8:39 UTC  (5+ messages)
` [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()

[PATCH net-next v19 01/14] mm: page_frag: add a test module for page_frag
 2024-10-01  7:58 UTC  (4+ messages)
` [PATCH net-next v19 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v19 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v19 11/14] mm: page_frag: add testing for the newly added prepare API

[PATCH bpf-next v3 0/2] Fix bpf_get/setsockopt failed when TCP over IPv4 via INET6 API
 2024-10-01  2:33 UTC  (5+ 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

[PATCH bpf-next v2 0/2] Cgroup skb add helper to get net_cls's classid
 2024-10-01  1:58 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] bpf, selftests: Add test case for cgroup skb to get net_cls classid helpers


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