Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-28 06:14:36 to 2024-08-29 17:00:47 UTC [more...]

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-29 17:00 UTC  (12+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-29 16:54 UTC  (15+ messages)
` [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test

[PATCH v1 1/2] mseal: fix mmap(FIXED) error code
 2024-08-29 16:32 UTC  (14+ messages)
` [PATCH v1 2/2] selftests/mm: mseal_test add more tests

[PATCH v2 0/6] kunit: Add macros to help write more complex tests
 2024-08-29 15:56 UTC  (5+ messages)
` [PATCH v2 4/6] kunit: Allow function redirection outside of the KUnit thread

[PATCH] Improve timer_create failure message
 2024-08-29 15:37 UTC  (3+ messages)
  ` [PATCH] selftests: timers: improve "

[PATCH nf-next v3 1/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable
 2024-08-29 15:03 UTC  (7+ messages)

[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
 2024-08-29 14:32 UTC  (20+ messages)
` [RFC PATCH v1 1/4] x86/cpufeatures: Add CPUID feature bit "
` [RFC PATCH v1 2/4] KVM: SVM: Enable Bus lock threshold exit
` [RFC PATCH v1 3/4] KVM: x86: nSVM: Implement support for nested Bus Lock Threshold
` [RFC PATCH v1 4/4] KVM: selftests: Add bus lock exit test

[PATCH v3 0/3] selftests: Fix cpuid / vendor checking build issues
 2024-08-29 13:16 UTC  (4+ messages)
` [PATCH v3 1/3] selftests/resctrl: Generalize non-contiguous CAT check
` [PATCH v3 2/3] selftests/resctrl: Always initialize ecx to avoid build warnings
` [PATCH v3 3/3] kselftest: Provide __cpuid_count() stub on non-x86 archs

[PATCH bpf-next V1] enable virtFS(9p virtio) for sharing directory on VM to optimize debugging
 2024-08-29 12:25 UTC 

[PATCH] selftests/arm64: Fix build warnings for abi
 2024-08-29 11:02 UTC  (7+ messages)

[PATCH net v2 00/15] mptcp: more fixes for the in-kernel PM
 2024-08-29  9:00 UTC  (17+ messages)
` [PATCH net v2 01/15] mptcp: pm: reuse ID 0 after delete and re-add
` [PATCH net v2 02/15] mptcp: pm: fix RM_ADDR ID for the initial subflow
` [PATCH net v2 03/15] selftests: mptcp: join: check removing ID 0 endpoint
` [PATCH net v2 04/15] mptcp: pm: send ACK on an active subflow
` [PATCH net v2 05/15] mptcp: pm: skip connecting to already established sf
` [PATCH net v2 06/15] mptcp: pm: reset MPC endp ID when re-added
` [PATCH net v2 07/15] selftests: mptcp: join: check re-adding init endp with != id
` [PATCH net v2 08/15] selftests: mptcp: join: no extra msg if no counter
` [PATCH net v2 09/15] mptcp: pm: do not remove already closed subflows
` [PATCH net v2 10/15] mptcp: pm: fix ID 0 endp usage after multiple re-creations
` [PATCH net v2 11/15] selftests: mptcp: join: check re-re-adding ID 0 endp
` [PATCH net v2 12/15] mptcp: avoid duplicated SUB_CLOSED events
` [PATCH net v2 13/15] selftests: mptcp: join: validate event numbers
` [PATCH net v2 14/15] mptcp: pm: ADD_ADDR 0 is not a new address
` [PATCH net v2 15/15] selftests: mptcp: join: check re-re-adding ID 0 signal

[PATCH v5 0/4] HID: hidraw: HIDIOCREVOKE introduction
 2024-08-29  8:41 UTC  (2+ messages)

[PATCH net-next v23 00/13] Device Memory TCP
 2024-08-29  6:01 UTC  (14+ messages)
` [PATCH net-next v23 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v23 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v23 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v23 05/13] page_pool: devmem support
` [PATCH net-next v23 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v23 07/13] net: support non paged skb frags
` [PATCH net-next v23 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v23 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v23 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v23 11/13] net: add devmem TCP documentation
` [PATCH net-next v23 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v23 13/13] netdev: add dmabuf introspection

[PATCH bpf-next v3 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-29  4:28 UTC  (10+ messages)
` [PATCH bpf-next v3 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v3 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v3 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v3 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v3 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v3 6/8] libbpf: Support linking "
` [PATCH bpf-next v3 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v3 8/8] selftests/bpf: Support cross-endian building

[net-next, v3 0/2] Adding SO_PEEK_OFF for TCPv6
 2024-08-28 23:54 UTC  (4+ messages)
` [net-next, v3 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6
` [net-next, v3 2/2] selftests: add selftest for tcp SO_PEEK_OFF support

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

[PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
 2024-08-28 23:18 UTC  (3+ messages)

[PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
 2024-08-28 22:24 UTC  (2+ messages)

[PATCH 1/6] KVM: x86: selftests: Fix typos in macro variable use
 2024-08-28 21:24 UTC  (2+ messages)

[PATCH net-next RFC] selftests/net: integrate packetdrill with ksft
 2024-08-28 21:00 UTC  (17+ messages)

[PATCH net-next v22 00/13] Device Memory TCP
 2024-08-28 18:43 UTC  (5+ messages)
` [PATCH net-next v22 04/13] netdev: netdevice devmem allocator

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 17:32 UTC  (8+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-28 17:25 UTC  (15+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom

[PATCH] MAINTAINERS: Add selftests/x86 entry
 2024-08-28 17:18 UTC  (2+ messages)

[PATCH] selftests/vDSO: open code basic chacha instead of linking to libsodium
 2024-08-28 16:58 UTC  (5+ messages)

[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
 2024-08-28 16:00 UTC  (2+ messages)

[PATCH 1/2] MAINTAINERS: Add selftest files to TPM section
 2024-08-28 13:32 UTC  (3+ messages)
` [PATCH 2/2] selftests: tpm2: test_smoke: Run only when TPM2 is avaialable

[PATCH bpf-next v2 0/2] selftests/bpf: Enable vmtest for cross-compile arm64 on x86_64 host, and fix some issues
 2024-08-28 12:17 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: fix static cross-compile error for liblstd.a linking

[PATCH v4 3/4] selftests/vDSO: Use KHDR_INCLUDES to locate UAPI headers for vdso_test_getrandom
 2024-08-28 12:00 UTC  (12+ messages)

[PATCH bpf-next v1 0/2] Enable vmtest for cross-compile arm64 on x86_64 host, and fix some related issues
 2024-08-28  9:54 UTC  (4+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Fix cross-compile issue for some files and a static compile issue for "-lzstd"

[PATCH RFC 0/3] add support for mm-local memory allocations
 2024-08-28  9:50 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).