Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-11-11 16:09:24 to 2024-11-14 02:21:46 UTC [more...]

[PATCH v11 00/14] riscv: Add support for xtheadvector
 2024-11-14  2:21 UTC  (9+ messages)
` [PATCH v11 01/14] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v11 02/14] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v11 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v11 04/14] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v11 05/14] riscv: vector: Use vlenb from DT for thead
` [PATCH v11 06/14] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v11 07/14] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v11 08/14] riscv: Add xtheadvector instruction definitions

[PATCH net 0/2] ipv6: fix temporary address not removed correctly
 2024-11-14  2:00 UTC  (7+ messages)
` [PATCH net 1/2] net/ipv6: delete temporary address if mngtmpaddr is removed or un-mngtmpaddr
` [PATCH net 2/2] selftests/rtnetlink.sh: add mngtempaddr test

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

[PATCH v7 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-11-14  0:18 UTC  (6+ messages)
` [PATCH v7 02/13] iommufd: Move _iommufd_object_alloc helper to a sharable file
` [PATCH v7 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

[PATCH v2 1/2] kunit: tool: Only print the summary
 2024-11-13 22:24 UTC  (2+ messages)
` [PATCH v2 2/2] kunit: tool: print failed tests only

[PATCH] net/unix: pass pidfd flags via SCM_PIDFD cmsg
 2024-11-13 21:02 UTC 

LKFT CI: improving Networking selftests results when validating stable kernels
 2024-11-13 18:33 UTC  (3+ messages)

[PATCH 0/3] KVM: x86: Small changes to support VMware guests
 2024-11-13 17:59 UTC  (15+ messages)
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls

[PATCH bpf-next 00/10] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-13 17:59 UTC  (22+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: add a macro to compare raw memory
` [PATCH bpf-next 02/10] selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keys
` [PATCH bpf-next 03/10] selftests/bpf: replace CHECK calls with ASSERT macros in flow_dissector test
` [PATCH bpf-next 04/10] selftests/bpf: re-split main function into dedicated tests
` [PATCH bpf-next 05/10] selftests/bpf: expose all subtests from flow_dissector
` [PATCH bpf-next 06/10] selftests/bpf: add gre packets testing to flow_dissector
` [PATCH bpf-next 07/10] selftests/bpf: migrate flow_dissector namespace exclusivity test
` [PATCH bpf-next 08/10] selftests/bpf: Enable generic tc actions in selftests config
` [PATCH bpf-next 09/10] selftests/bpf: migrate bpf flow dissectors tests to test_progs
` [PATCH bpf-next 10/10] selftests/bpf: remove test_flow_dissector.sh

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-11-13 16:56 UTC  (47+ messages)
` [PATCH net-next v11 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v11 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v11 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v11 09/23] ovpn: implement basic RX "
` [PATCH net-next v11 14/23] ovpn: implement peer lookup logic
` [PATCH net-next v11 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v11 17/23] ovpn: add support for peer floating
` [PATCH net-next v11 18/23] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v11 19/23] ovpn: implement key add/get/del/swap "
` [PATCH net-next v11 20/23] ovpn: kill key and notify userspace in case of IV exhaustion

[PATCH net-next 0/4] netconsole: Add support for CPU population
 2024-11-13 15:10 UTC  (5+ messages)
` [PATCH net-next 1/4] netconsole: Ensure dynamic_netconsole_mutex is held during userdata update
` [PATCH net-next 2/4] netconsole: Add option to auto-populate CPU number in userdata
` [PATCH net-next 3/4] netconsole: docs: Add documentation for CPU number auto-population
` [PATCH net-next 4/4] netconsole: selftest: Validate CPU number auto-population in userdata

[PATCH net-next v3 0/6] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-13 12:57 UTC  (7+ messages)
` [PATCH net-next v3 1/6] Revert "tools/net/ynl: improve async notification handling"
` [PATCH net-next v3 2/6] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v3 3/6] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v3 4/6] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v3 5/6] selftests: net: Add python context manager for netns entering
` [PATCH net-next v3 6/6] selftests: net: Add two test cases for link netns

[PATCH net-next 0/5] net: make RSS+RXNFC semantics more explicit
 2024-11-13 12:13 UTC  (6+ messages)
` [PATCH net-next 1/5] net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts in
` [PATCH net-next 2/5] net: ethtool: account for RSS+RXNFC add semantics when checking channel count
` [PATCH net-next 3/5] selftest: include dst-ip in ethtool ntuple rules
` [PATCH net-next 4/5] selftest: validate RSS+ntuple filters with nonzero ring_cookie
` [PATCH net-next 5/5] selftest: extend test_rss_context_queue_reconfigure for action addition

[PATCH net-next v3 3/7] selftests: net: lib: Move logging from forwarding/lib.sh here
 2024-11-13 11:46 UTC  (7+ messages)
` [PATCH net-next v3 4/7] selftests: net: lib: Move tests_run "
` [PATCH net-next v3 5/7] selftests: net: lib: Move checks "
` [PATCH net-next v3 6/7] selftests: net: lib: Add kill_process
` [PATCH net-next v3 7/7] selftests: net: fdb_notify: Add a test for FDB notifications

[PATCHv2 net] selftests: wireguard: load nf_conntrack if it's not present
 2024-11-13  9:48 UTC  (2+ messages)

[PATCH 1/2] kunit: tool: Only print the summary
 2024-11-13  6:05 UTC  (2+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-13  3:31 UTC  (2+ messages)

[PATCH net v2 0/2] bnxt: Fix failure to report RSS context in ntuple rule
 2024-11-13  1:59 UTC  (7+ messages)
` [PATCH net v2 2/2] selftests: drv-net: rss_ctx: Add test for "

[PATCH 0/5] release of KTAP version 2
 2024-11-12 20:07 UTC  (6+ messages)
` [PATCH 1/5] ktap_v2: change version to 2-rc in KTAP specification
` [PATCH 2/5] ktap_v2: change "version 1" to "version 2" in examples
` [PATCH 3/5] ktap_v2: add test metadata
` [PATCH 4/5] ktap_v2: formatting fixes to ktap spec
` [PATCH 5/5] ktap_v2: change version to 2 in KTAP specification

[PATCH] selftests: lsm: Refactor `flags_overset_lsm_set_self_attr` test
 2024-11-12 18:45 UTC  (2+ messages)

[PATCH v10 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
 2024-11-12 18:03 UTC  (3+ messages)
` D1 vlenb

[PATCH v7 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-11-12 17:45 UTC  (2+ messages)

[PATCH] selftests/mm: Fix unused function warning for aarch64_write_signal_pkey()
 2024-11-12 16:10 UTC  (2+ messages)

[PATCH 0/4] kselftest/arm64: Fix compilation warnings/errors in the arm64 tests
 2024-11-12 16:07 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/6] kselftest/arm64: Test floating point signal context restore in fp-stress
 2024-11-12 16:07 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] kselftest/arm64: fp-ptrace enhancements
 2024-11-12 16:07 UTC  (7+ messages)
` [PATCH v2 1/3] kselftets/arm64: Use flag bits for features in fp-ptrace assembler code
` [PATCH v2 2/3] kselftest/arm64: Expand the set of ZA writes fp-ptrace does
` [PATCH v2 3/3] kselftest/arm64: Add FPMR coverage to fp-ptrace

[PATCH] kselftest/arm64: Fix build with stricter assemblers
 2024-11-12 16:07 UTC  (2+ messages)

[PATCH] kselftest/arm64: Enable build of PAC tests with LLVM=1
 2024-11-12 16:07 UTC  (2+ messages)

[PATCH] kselftest/arm64: Check that SVCR is 0 in signal handlers
 2024-11-12 16:07 UTC  (4+ messages)

[PATCH 0/2] kselftest/arm64: Avoid detecting spurious PAC key collisions
 2024-11-12 16:07 UTC  (4+ messages)
` [PATCH 1/2] kselftest/arm64: Don't leak pipe fds in pac.exec_sign_all()
` [PATCH 2/2] kselftest/arm64: Try harder to generate different keys during PAC tests

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-12 14:52 UTC  (12+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()

[PATCH v5 0/2] kselftest: tmpfs: Add ksft macros and skip if no root
 2024-11-12 14:30 UTC  (3+ messages)
` [PATCH v5 1/2] selftests: tmpfs: Add Test-fail if not run as root
` [PATCH v5 2/2] selftests: tmpfs: Add kselftest support to tmpfs

[PATCH 0/4] kselftest/arm64: fp-ptrace enhancements
 2024-11-12 11:27 UTC  (4+ messages)
` [PATCH 2/4] kselftest/arm64: Use a define for SVCR

[PATCH v2] kunit: string-stream: Fix a UAF bug in kunit_init_suite()
 2024-11-12  8:56 UTC  (2+ messages)

[PATCH] kunit: skb: add gfp to kernel doc for kunit_zalloc_skb()
 2024-11-12  6:20 UTC  (3+ messages)

[PATCH net-next v2 0/8] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-12  6:05 UTC  (12+ messages)
` [PATCH net-next v2 5/8] net: ip_gre: Add netns_atomic module parameter

[PATCH net-next v10] net: ipv4: Cache pmtu for all packet paths if multipath enabled
 2024-11-12  3:40 UTC  (2+ messages)

[PATCH net-next] net: netconsole: selftests: Check if netdevsim is available
 2024-11-12  3:40 UTC  (2+ messages)

[PATCH net-next v9 0/6] Suspend IRQs during application busy periods
 2024-11-12  3:00 UTC  (2+ messages)

[PATCH net-next v8 00/12] selftests: ncdevmem: Add ncdevmem to ksft
 2024-11-12  1:10 UTC  (2+ messages)

[PATCH net-next v3 0/4] Introduce VLAN support in HSR
 2024-11-12  1:00 UTC  (2+ messages)

[PATCH bpf-next/net 0/5] bpf: Add mptcp_subflow bpf_iter support
 2024-11-12  0:50 UTC  (5+ messages)
` [PATCH bpf-next/net 1/5] bpf: Register mptcp common kfunc set
` [PATCH bpf-next/net 2/5] bpf: Add mptcp_subflow bpf_iter

[PATCH net-next v7] ipv6: Fix soft lockups in fib6_select_path under high next hop churn
 2024-11-11 23:30 UTC  (2+ messages)

[PATCH net-next 0/8] macsec: inherit lower device's features and TSO limits when offloading
 2024-11-11 22:20 UTC  (2+ messages)


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