messages from 2024-10-04 17:02:29 to 2024-10-08 15:20:28 UTC [more...]
[PATCH net v2 0/3] selftests: net: add missing gitignore and EXTRA_CLEAN entries
2024-10-08 15:20 UTC (5+ messages)
` [PATCH net v2 1/3] selftests: net: add msg_oob to gitignore
` [PATCH net v2 2/3] selftests: net: rds: add include.sh to EXTRA_CLEAN
` [PATCH net v2 3/3] selftests: net: rds: add gitignore file for include.sh
[PATCH bpf] selftests/bpf: add missing header include for htons
2024-10-08 14:50 UTC
[PATCH net-next v02 0/2] net: af_packet: allow joining a fanout when link is down
2024-10-08 14:26 UTC (4+ messages)
` [PATCH net-next v02 1/2] af_packet: allow fanout_add when socket is not RUNNING
` [PATCH net-next v02 2/2] selftests: net/psock_fanout: socket joins fanout when link is down
[PATCH net-next v8 00/24] Introducing OpenVPN Data Channel Offload
2024-10-08 13:21 UTC (16+ messages)
` [PATCH net-next v8 01/24] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v8 03/24] ovpn: add basic netlink support
[PATCH v5 0/4] selftests: kvm: s390: Add ucontrol memory selftests
2024-10-08 13:03 UTC (8+ messages)
` [PATCH v5 1/4] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v5 2/4] selftests: kvm: s390: Add uc_skey "
` [PATCH v5 3/4] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v5 4/4] selftests: kvm: s390: Fix whitespace confusion in ucontrol test
[PATCH net-next v20 01/14] mm: page_frag: add a test module for page_frag
2024-10-08 11:20 UTC (4+ messages)
` [PATCH net-next v20 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v20 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v20 11/14] mm: page_frag: add testing for the newly added prepare API
[PATCH V2 0/4] A few fixes for RISC-V
2024-10-08 9:41 UTC (5+ messages)
` [PATCH V2 1/4] riscv: Remove unused GENERATING_ASM_OFFSETS
` [PATCH V2 2/4] riscv: Remove duplicated GET_RM
` [PATCH V2 3/4] selftest/mm: Fix typo in virtual_address_range
` [PATCH V2 4/4] selftests/mm: skip virtual_address_range tests on riscv
[PATCH] selftest: hid: add the missing tests directory
2024-10-08 9:31 UTC
[PATCH] selftests: net: rds: fix module not found
2024-10-08 8:22 UTC
[RESEND PATCH v4] list: test: Check the size of every lists for list_cut_position*()
2024-10-08 7:29 UTC (2+ messages)
[PATCH RFC v5 00/10] tun: Introduce virtio-net hashing feature
2024-10-08 6:54 UTC (11+ messages)
` [PATCH RFC v5 01/10] virtio_net: Add functions for hashing
` [PATCH RFC v5 02/10] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [PATCH RFC v5 03/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH RFC v5 04/10] tun: Unify vnet implementation
` [PATCH RFC v5 05/10] tun: Pad virtio header with zero
` [PATCH RFC v5 06/10] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v5 07/10] tun: Introduce virtio-net RSS
` [PATCH RFC v5 08/10] selftest: tun: Test vnet ioctls without device
` [PATCH RFC v5 09/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH RFC v5 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[RESEND PATCH v4] list: test: Check the size of every lists for list_cut_position*()
2024-10-08 6:52 UTC
[PATCH 00/33] riscv control-flow integrity for usermode
2024-10-08 6:27 UTC (12+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
[PATCH] selftests: make kselftest-clean remove libynl outputs
2024-10-08 5:05 UTC (3+ messages)
[PATCH v3 0/1] update mseal.rst
2024-10-08 4:18 UTC (3+ messages)
` [PATCH v3 1/1] mseal: "
` [PATCH] mseal.rst additional fix
[PATCH bpf v3] bpf: fix unpopulated name_len field in perf_event link info
2024-10-08 4:04 UTC (11+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v5 "
` [PATCH bpf v5 2/2] selftests/bpf: fix perf_event link info name_len assertion
` [PATCH bpf v6 1/2] bpf: fix unpopulated name_len field in perf_event link info
` [PATCH bpf v6 2/2] selftests/bpf: fix perf_event link info name_len assertion
[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
2024-10-08 3:30 UTC (2+ messages)
[PATCH] selftests: vDSO: fix compile error for vdso_test_getrandom
2024-10-08 2:50 UTC (9+ messages)
[PATCH v2] selftests: vDSO: Explicitly include sched.h
2024-10-08 2:33 UTC
[PATCH] selftests/bpf: Add __init and __exit to the functions bpf_test_no_cfi_init()/bpf_test_no_cfi_exit()
2024-10-08 1:11 UTC (3+ messages)
[PATCH v2] ftrace/selftest: Test combination of function_graph tracer and function profiler
2024-10-08 0:33 UTC (2+ messages)
[PATCH kselftest 3/3] selftests: vDSO: improve getrandom and chacha error messages
2024-10-07 21:45 UTC (11+ messages)
` [PATCH kselftest v2 1/4] selftests: vDSO: condition chacha build on chacha implementation
` [PATCH kselftest v2 2/4] selftests: vDSO: unconditionally build getrandom test
` [PATCH kselftest v2 3/4] selftests: vDSO: improve getrandom and chacha error messages
` [PATCH kselftest v2 4/4] selftests: vDSO: unconditionally build chacha test
` [PATCH kselftest v3 1/3] "
` [PATCH kselftest v3 2/3] selftests: vDSO: unconditionally build getrandom test
` [PATCH kselftest v3 3/3] selftests: vDSO: improve getrandom and chacha error messages
[PATCH v2] selftests: sched_ext: Add sched_ext as proper selftest target
2024-10-07 20:13 UTC (8+ messages)
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-10-07 19:56 UTC (22+ messages)
` [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 v4] Kunit to check the longest symbol length
2024-10-07 19:41 UTC (2+ messages)
[RESEND PATCH v3] list: test: Mending tests for list_cut_position()
2024-10-07 18:37 UTC (4+ messages)
[PATCH net-next 0/5] selftests: mlxsw: Stabilize RED tests
2024-10-07 16:26 UTC (6+ messages)
` [PATCH net-next 1/5] selftests: mlxsw: sch_red_ets: Increase required backlog
` [PATCH net-next 2/5] selftests: mlxsw: sch_red_core: Increase backlog size tolerance
` [PATCH net-next 3/5] selftests: mlxsw: sch_red_core: Sleep before querying queue depth
` [PATCH net-next 4/5] selftests: mlxsw: sch_red_core: Send more packets for drop tests
` [PATCH net-next 5/5] selftests: mlxsw: sch_red_core: Lower TBF rate
[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
2024-10-07 15:56 UTC (2+ messages)
[RFC PATCH 0/4] implement lightweight guard pages
2024-10-07 15:30 UTC (5+ messages)
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
[PATCH v2 0/1] update mseal.rst
2024-10-07 15:02 UTC (10+ messages)
` [PATCH v2 1/1] mseal: "
[PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t
2024-10-07 14:45 UTC (15+ messages)
` [PATCH v6 1/2] selftests: Rename sigaltstack to generic signal
[PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout
2024-10-07 14:02 UTC (2+ messages)
[PATCH 0/3] debugobjects: Add hlist_cut_number() and use it to optimize code
2024-10-07 12:22 UTC (8+ messages)
` [PATCH 3/3] debugobjects: Use hlist_cut_number() to optimize performance and improve readability
Testing Quality Call notes - 2024-11-03
2024-10-07 9:41 UTC
[PATCH] selftests/nolibc: start qemu with 1 GiB of memory
2024-10-07 8:10 UTC
[PATCH v3 0/4] Add support for the Bus Lock Threshold
2024-10-07 4:39 UTC (4+ messages)
` [PATCH v3 1/4] x86/cpufeatures: Add CPUID feature bit "
[PATCH 0/2] selftests/mm: fix deadlock after pthread_create
2024-10-06 17:53 UTC (4+ messages)
` [PATCH 1/2] selftests/mm: replace atomic_bool with pthread_barrier_t
[PATCH v10 00/14] riscv: Add support for xtheadvector
2024-10-06 16:11 UTC (5+ messages)
` [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 v3] lib: math: Move kunit tests into tests/ subdir
2024-10-06 13:18 UTC (2+ messages)
[PATCH v3 4/4] KVM: selftests: Add bus lock exit test
2024-10-06 3:34 UTC (2+ messages)
[PATCH v14 0/5] KVM: arm64: Provide guest support for GCS
2024-10-05 16:35 UTC (16+ messages)
` [PATCH v14 1/5] KVM: arm64: Expose S1PIE to guests
` [PATCH v14 2/5] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v14 3/5] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v14 4/5] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v14 5/5] KVM: selftests: arm64: Add GCS registers to get-reg-list
[PATCH] selftests: Do not skip BPF selftests by default
2024-10-05 12:10 UTC (7+ messages)
[PATCH RFT v11 0/8] fork: Support shadow stacks in clone3()
2024-10-05 10:31 UTC (9+ messages)
` [PATCH RFT v11 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v11 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v11 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v11 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v11 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v11 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v11 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v11 8/8] selftests/clone3: Test shadow stack support
[GIT PULL] Kselftest fixes update for Linux 6.12-rc2
2024-10-05 0:33 UTC (2+ messages)
[PATCH] kselftest/arm64: Validate that GCS push and write permissions work
2024-10-05 0:17 UTC
[PATCH net-next v2 0/2] selftests: net: ioam: add tunsrc support
2024-10-04 23:20 UTC (2+ messages)
[PATCH net-next] selftest/ptp: update ptp selftest to exercise the gettimex options
2024-10-04 23:20 UTC (2+ messages)
[PATCH net v5] selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
2024-10-04 22:40 UTC (2+ messages)
[PATCH V2 00/13] selftests/resctrl: Support diverse platforms with MBM and MBA tests
2024-10-04 22:24 UTC (10+ messages)
` [PATCH V2 09/13] selftests/resctrl: Make benchmark parameter passing robust
` [PATCH V2 11/13] selftests/resctrl: Use cache size to determine "fill_buf" buffer size
` [PATCH V2 13/13] selftests/resctrl: Keep results from first test run
kselftest/next build: 6 builds: 2 failed, 4 passed, 1 warning (v6.12-rc1-3-gedd435390c554)
2024-10-04 22:05 UTC
[PATCH v2] lib/crc16_kunit.c: add KUnit tests for crc16
2024-10-04 19:59 UTC (3+ messages)
[PATCH] docs: dev-tools: Add documentation for the device focused kselftests
2024-10-04 19:21 UTC (6+ messages)
[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
2024-10-04 19:02 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] unicode: kunit: change tests filename and path
[PATCH] selftests: sched_ext: Add sched_ext as proper selftest target
2024-10-04 19:00 UTC (4+ messages)
[PATCH v5 0/3] tracing: Support poll on event hist file
2024-10-04 18:26 UTC (3+ messages)
` [PATCH v5 1/3] tracing/hist: Add poll(POLLIN) support on "
[PATCH AUTOSEL 6.6 01/58] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
2024-10-04 18:23 UTC
[PATCH AUTOSEL 6.10 02/70] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
2024-10-04 18:20 UTC
[PATCH AUTOSEL 6.11 02/76] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
2024-10-04 18:16 UTC
[PATCH v1 0/1] update mseal.rst
2024-10-04 17:02 UTC (7+ messages)
` [PATCH v1 1/1] mseal: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox