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: <20251106142447.75250c87@kernel.org>
Date: Thu, 6 Nov 2025 14:24:47 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Stanislav Fomichev <stfomichev@...il.com>
Cc: davem@...emloft.net, donald.hunter@...il.com, netdev@...r.kernel.org,
 edumazet@...gle.com, pabeni@...hat.com, andrew+netdev@...n.ch,
 horms@...nel.org, sdf@...ichev.me, joe@...a.to, jstancek@...hat.com
Subject: Re: [PATCH net-next 2/5] tools: ynltool: create skeleton for the C
 command

On Thu, 6 Nov 2025 08:37:07 -0800 Stanislav Fomichev wrote:
> > +static int do_version(int argc __attribute__((unused)),
> > +		      char **argv __attribute__((unused)))
> > +{
> > +	if (json_output) {
> > +		jsonw_start_object(json_wtr);
> > +		jsonw_name(json_wtr, "version");
> > +		jsonw_printf(json_wtr, "\"0.1.0\"");  
> 
> Any reason not to start with something like commit 4bfe3bd3cc35
> ("tools/bpftool: use version from the kernel source tree") here?
> Otherwise I doubt 0.1.0 will be changed ever.

Ah, thanks a lot for the pointer! I grepped bpftool for kernelversion
but somehow it eluded me..
-- 
pw-bot: cr

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ