lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250712075859.1667219a@kernel.org>
Date: Sat, 12 Jul 2025 07:58:59 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Muhammad Usama Anjum <usama.anjum@...labora.com>
Cc: Mohsin Bashir <mohsin.bashr@...il.com>, netdev@...r.kernel.org,
 andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
 pabeni@...hat.com, shuah@...nel.org, horms@...nel.org, cratiu@...dia.com,
 noren@...dia.com, cjubran@...dia.com, mbloch@...dia.com,
 jdamato@...tly.com, gal@...dia.com, sdf@...ichev.me, ast@...nel.org,
 daniel@...earbox.net, hawk@...nel.org, john.fastabend@...il.com,
 bpf@...r.kernel.org, linux-kselftest@...r.kernel.org
Subject: Re: [PATCH net-next V3 1/4] selftests: drv-net: Test XDP_PASS/DROP
 support

On Sat, 12 Jul 2025 14:25:58 +0500 Muhammad Usama Anjum wrote:
> > ./drivers/net/xdp.py
> > TAP version 13
> > 1..6
> > ok 1 xdp.test_xdp_native_pass_sb
> > ok 2 xdp.test_xdp_native_pass_mb
> > ok 3 xdp.test_xdp_native_drop_sb
> > ok 4 xdp.test_xdp_native_drop_mb  
> n exit a summary of passed and failed tests should be printed. Probably
> a exit api call is missing?
> # Totals: pass:4 fail:0 xfail:0 xpass:0 skip:0 error:0

It's there when we run it in the CI, I think he just missed quoting it
in the commit msg.

# # Totals: pass:0 fail:9 xfail:0 xpass:0 skip:0 error:0

> > +from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ne  
> Not related, but we have 2 ksft.py libraries currently:
> tools/testing/selftests/kselftest/ksft.py
> tools/testing/selftests/net/lib/py/ksft.py

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ