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-next>] [day] [month] [year] [list]
Message-ID: <20240703033552.906852-1-nico@fluxnic.net>
Date: Tue,  2 Jul 2024 23:34:07 -0400
From: Nicolas Pitre <nico@...xnic.net>
To: Andrew Morton <akpm@...ux-foundation.org>,
	Uwe Kleine-König <u.kleine-koenig@...libre.com>
Cc: Nicolas Pitre <npitre@...libre.com>,
	linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/2] mul_u64_u64_div_u64: new implementation

This provides an implementation for mul_u64_u64_div_u64() that always
produces exact results.

Changes from v1 (https://lkml.org/lkml/2024/6/28/1130):

- Use the already available u128 type instead of "unsigned __int128".
- Add a test module.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ