linux-kselftest
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH 2/3] selftests: kvm: s390: Add uc_skey VM test case
Janosch Frank
Re: [PATCH 2/3] selftests: kvm: s390: Add uc_skey VM test case
Christoph Schlameuss
[PATCH 3/3] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
Christoph Schlameuss
[PATCH net] tc-testing: don't access non-existent variable on exception
Simon Horman
Re: [PATCH net] tc-testing: don't access non-existent variable on exception
Jamal Hadi Salim
Re: [PATCH net] tc-testing: don't access non-existent variable on exception
patchwork-bot+netdevbpf
Re: [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
Edgecombe, Rick P
Re: [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
Mark Brown
Re: [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
Mark Brown
Re: [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
Edgecombe, Rick P
Re: [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
Mark Brown
Re: [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
Edgecombe, Rick P
Re: [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
Catalin Marinas
[PATCH v7 net-next 0/3] Enhance network interface feature testing
Abhinav Jain
[PATCH v7 net-next 1/3] selftests: net: Create veth pair for testing in networkless kernel
Abhinav Jain
[PATCH v7 net-next 2/3] selftests: net: Add on/off checks for non-fixed features of interface
Abhinav Jain
Re: [PATCH v7 net-next 2/3] selftests: net: Add on/off checks for non-fixed features of interface
Simon Horman
Re: [PATCH v7 net-next 2/3] selftests: net: Add on/off checks for non-fixed features of interface
Abhinav Jain
[PATCH v7 net-next 3/3] selftests: net: Use XFAIL for operations not supported by the driver
Abhinav Jain
Re: [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
Catalin Marinas
Re: [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
Catalin Marinas
[PATCH net-next v3] net: netconsole: selftests: Create a new netconsole selftest
Breno Leitao
Re: [PATCH net-next v3] net: netconsole: selftests: Create a new netconsole selftest
Matthieu Baerts
Re: [PATCH net-next v3] net: netconsole: selftests: Create a new netconsole selftest
Breno Leitao
Re: [PATCH net-next v3] net: netconsole: selftests: Create a new netconsole selftest
Jakub Kicinski
[PATCHv2 net 0/2] selftests: Fix udpgro failures
Hangbin Liu
[PATCHv2 net 1/2] selftests: udpgro: report error when receive failed
Hangbin Liu
[PATCHv2 net 2/2] selftests: udpgro: no need to load xdp for gro
Hangbin Liu
Re: [PATCHv2 net 0/2] selftests: Fix udpgro failures
patchwork-bot+netdevbpf
[PATCH] selftests/vDSO: support DT_GNU_HASH
Fangrui Song
Re: [PATCH] selftests/vDSO: support DT_GNU_HASH
Xi Ruoyao
Re: [PATCH] selftests/vDSO: support DT_GNU_HASH
Xi Ruoyao
Re: [PATCH] selftests/vDSO: support DT_GNU_HASH
Shuah Khan
Re: [PATCH] selftests/vDSO: support DT_GNU_HASH
Fangrui Song
[PATCH] lib/math: Add int_pow test suite
Luis Felipe Hernandez
Re: [PATCH] lib/math: Add int_pow test suite
David Gow
Re: [PATCH RFT v8 0/9] fork: Support shadow stacks in clone3()
Edgecombe, Rick P
Re: [PATCH RFT v8 0/9] fork: Support shadow stacks in clone3()
Jann Horn
Re: [PATCH RFT v8 0/9] fork: Support shadow stacks in clone3()
Mark Brown
[PATCH net 00/14] VLAN fixes for Ocelot driver
Vladimir Oltean
[PATCH net 01/14] selftests: net: local_termination: refactor macvlan creation/deletion
Vladimir Oltean
[PATCH net 02/14] selftests: net: local_termination: parameterize sending interface
Vladimir Oltean
[PATCH net 03/14] selftests: net: local_termination: parameterize test name
Vladimir Oltean
[PATCH net 04/14] selftests: net: local_termination: add one more test for VLAN-aware bridges
Vladimir Oltean
[PATCH net 05/14] selftests: net: local_termination: introduce new tests which capture VLAN behavior
Vladimir Oltean
[PATCH net 06/14] selftests: net: local_termination: don't use xfail_on_veth()
Vladimir Oltean
[PATCH net 07/14] selftests: net: local_termination: add PTP frames to the mix
Vladimir Oltean
[PATCH net 08/14] selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untagged
Vladimir Oltean
Re: [PATCH net 08/14] selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untagged
Ido Schimmel
Re: [PATCH net 08/14] selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untagged
Vladimir Oltean
[PATCH net 09/14] net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection
Vladimir Oltean
[PATCH net 10/14] net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
Vladimir Oltean
[PATCH net 11/14] net: mscc: ocelot: serialize access to the injection/extraction groups
Vladimir Oltean
[PATCH net 12/14] net: dsa: provide a software untagging function on RX for VLAN-aware bridges
Vladimir Oltean
[PATCH net 13/14] net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021q
Vladimir Oltean
[PATCH net 14/14] net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged
Vladimir Oltean
Re: [PATCH net 00/14] VLAN fixes for Ocelot driver
patchwork-bot+netdevbpf
Re: [PATCH] arm64/vdso: Remove --hash-style=sysv
Xi Ruoyao
Re: [PATCH] arm64/vdso: Remove --hash-style=sysv
Fangrui Song
Re: [PATCH] arm64/vdso: Remove --hash-style=sysv
Fangrui Song
[PATCH net v6 0/2] Enhance network interface feature testing
Abhinav Jain
[PATCH net v6 1/2] selftests: net: Create veth pair for testing in networkless kernel
Abhinav Jain
[PATCH net v6 2/2] selftests: net: Add on/off checks for non-fixed features of interface
Abhinav Jain
Re: [PATCH net v6 0/2] Enhance network interface feature testing
Jakub Kicinski
Re: [PATCH net v6 0/2] Enhance network interface feature testing
Jakub Kicinski
Re: [PATCH net v6 0/2] Enhance network interface feature testing
Abhinav Jain
Re: [PATCH net v6 0/2] Enhance network interface feature testing
Jakub Kicinski
[PATCH] selftests/net/pmtu.sh: Fix typo in error message
Abhash Jha
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
Jakub Kicinski
[PATCH] selftests/net/pmtu.sh: Fix typo in error message
Abhash Jha
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
Hangbin Liu
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
Simon Horman
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
Abhash jha
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
Simon Horman
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
Jakub Kicinski
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
Hangbin Liu
Re: [PATCH] selftests/net/pmtu.sh: Fix typo in error message
patchwork-bot+netdevbpf
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Nicolin Chen
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Jason Gunthorpe
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Jason Gunthorpe
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Nicolin Chen
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Nicolin Chen
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Jason Gunthorpe
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Jason Gunthorpe
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Nicolin Chen
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Jason Gunthorpe
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Nicolin Chen
Re: [PATCH v1 05/16] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
Jason Gunthorpe
Re: [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
Nicolin Chen
Re: [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
Jason Gunthorpe
Re: [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
Nicolin Chen
Re: [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
Jason Gunthorpe
Re: [PATCH v1 01/16] iommufd/viommu: Add IOMMUFD_OBJ_VIOMMU and IOMMU_VIOMMU_ALLOC ioctl
Jason Gunthorpe
Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
Michal Luczaj
[PATCH 1/3] selftests/bpf: Support AF_UNIX SOCK_DGRAM socket pair creation
Michal Luczaj
[PATCH 2/3] selftests/bpf: Allow setting BPF_F_INGRESS in prog_msg_verdict()
Michal Luczaj
[PATCH 3/3] selftests/bpf: Add selftest for sockmap/hashmap redirection
Michal Luczaj
Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
Jakub Sitnicki
Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
Martin KaFai Lau
Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
Jakub Sitnicki
Re: [PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
Martin KaFai Lau
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Alexander H Duyck
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Yunsheng Lin
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Alexander Duyck
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Yunsheng Lin
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Alexander Duyck
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Yunsheng Lin
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Alexander Duyck
Re: [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
Yunsheng Lin
Re: [PATCH net-next v13 02/14] mm: move the page fragment allocator from page_alloc into its own file
Alexander H Duyck
Re: [PATCH net-next v13 02/14] mm: move the page fragment allocator from page_alloc into its own file
Andrew Morton
Re: [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
Dave Martin
Re: [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
Mark Brown
Re: [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
Dave Martin
Re: [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
Mark Brown
Re: [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
Dave Martin
Re: [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
Dave Martin
Re: [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
Catalin Marinas
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Dave Martin
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Mark Brown
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Dave Martin
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Mark Brown
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Dave Martin
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Mark Brown
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Dave Martin
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Catalin Marinas
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Mark Brown
Re: [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
Catalin Marinas
Re: [PATCH RFT v8 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
Catalin Marinas
Re: [PATCH RFT v8 1/9] Documentation: userspace-api: Add shadow stack API documentation
Catalin Marinas
[PATCH net v3] selftest: af_unix: Fix kselftest compilation warnings
Abhinav Jain
Re: [PATCH net v3] selftest: af_unix: Fix kselftest compilation warnings
patchwork-bot+netdevbpf
[PATCH net 0/2] selftests: Fix udpgro failures
Hangbin Liu
[PATCH net 1/2] selftests: udpgro: report error when receive failed
Hangbin Liu
Re: [PATCH net 1/2] selftests: udpgro: report error when receive failed
Paolo Abeni
Re: [PATCH net 1/2] selftests: udpgro: report error when receive failed
Hangbin Liu
Re: [PATCH net 1/2] selftests: udpgro: report error when receive failed
Hangbin Liu
[PATCH net 2/2] selftests: udpgro: no need to load xdp for gro
Hangbin Liu
Re: [PATCH net 2/2] selftests: udpgro: no need to load xdp for gro
Toke Høiland-Jørgensen
Re: [PATCH net 2/2] selftests: udpgro: no need to load xdp for gro
Paolo Abeni
[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
jeffxu
[PATCH v1 1/2] mseal:selftest mremap across VMA boundaries.
jeffxu
[PATCH v1 2/2] mseal: refactor mremap to remove can_modify_mm
jeffxu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Liam R. Howlett
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Liam R. Howlett
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Liam R. Howlett
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Liam R. Howlett
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Liam R. Howlett
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Oliver Sang
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Oliver Sang
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Oliver Sang
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Oliver Sang
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Oliver Sang
Re: [PATCH v1 0/2] mremap refactor: check src address for vma boundaries first.
Jeff Xu
Re: [PATCH bpf-next] selftests/bpf: Avoid subtraction after htons() in ipip tests
Martin KaFai Lau
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Martin KaFai Lau
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Matthieu Baerts
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Martin KaFai Lau
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Matthieu Baerts
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Geliang Tang
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Martin KaFai Lau
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Manu Bretelle
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Matthieu Baerts
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest
Martin KaFai Lau
Re: [PATCH] selftests/ftrace: Add required dependency for kprobe tests
Google
Re: [PATCH] selftests/ftrace: Add required dependency for kprobe tests
Shuah Khan
Re: [PATCH] selftests/ftrace: Add required dependency for kprobe tests
Google
[PATCH v3 0/3] tracing: Support poll on event hist file
Masami Hiramatsu (Google)
[PATCH v3 1/3] tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
[PATCH v3 2/3] tracing/hist: Support POLLPRI event for poll on histogram
Masami Hiramatsu (Google)
[PATCH v3 3/3] selftests/tracing: Add hist poll() support test
Masami Hiramatsu (Google)
Re: [PATCH v3 3/3] selftests/tracing: Add hist poll() support test
Shuah Khan
Re: [PATCH v3 3/3] selftests/tracing: Add hist poll() support test
Google
Re: [PATCH] selftests: mm: Fix build errors on armhf
Jeff Xu
Re: [PATCH] selftests: mm: Fix build errors on armhf
Muhammad Usama Anjum
[PATCH net-next v19 13/13] netdev: add dmabuf introspection
Mina Almasry
[PATCH net-next v19 12/13] selftests: add ncdevmem, netcat for devmem TCP
Mina Almasry
[PATCH net-next v19 11/13] net: add devmem TCP documentation
Mina Almasry
[PATCH net-next v19 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
Mina Almasry
[PATCH net-next v19 09/13] tcp: RX path for devmem TCP
Mina Almasry
Re: [PATCH net-next v19 09/13] tcp: RX path for devmem TCP
Taehee Yoo
Re: [PATCH net-next v19 09/13] tcp: RX path for devmem TCP
Mina Almasry
Re: [PATCH net-next v19 09/13] tcp: RX path for devmem TCP
Taehee Yoo
[PATCH net-next v19 08/13] net: add support for skbs with unreadable frags
Mina Almasry
[PATCH net-next v19 07/13] net: support non paged skb frags
Mina Almasry
[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Mina Almasry
Re: [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Pavel Begunkov
Re: [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Mina Almasry
Re: [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Pavel Begunkov
Re: [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Jakub Kicinski
Re: [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Mina Almasry
Re: [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Jakub Kicinski
Re: [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
Jakub Kicinski
Earlier messages
Later messages