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: <c0f06b60-f890-4f0e-b736-3bfe8c54114f@redhat.com>
Date: Fri, 31 Oct 2025 08:56:25 +0100
From: Ivan Vecera <ivecera@...hat.com>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>,
 David Ahern <dsahern@...nel.org>, Petr Oros <poros@...hat.com>,
 Jiri Pirko <jiri@...nulli.us>
Subject: Re: [PATCH iproute2-next] devlink: Add support for 64bit parameters

On 10/30/25 8:42 PM, Ivan Vecera wrote:
> Kernel commit c0ef144695910 ("devlink: Add support for u64 parameters")
> added support for 64bit devlink parameters, add the support for them
> also into devlink utility userspace counterpart.
> 
> Cc: Jiri Pirko <jiri@...nulli.us>
> Signed-off-by: Ivan Vecera <ivecera@...hat.com>
> ---

Tested on Microchip EDS2 development board...

Prior patch:

root@...2:~# devlink dev param set i2c/1-0070 name clock_id value 1234 
cmode driverinit
Value type not supported
root@...2:~#

After patch:

root@...2:~# devlink dev param set i2c/1-0070 name clock_id value 1234 
cmode driverinit
root@...2:~#

Ivan


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ