| 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
| ||
|
Message-ID: <20220705144451.7fe6e3db@kicinski-fedora-PC1C0HJN>
Date: Tue, 5 Jul 2022 14:44:55 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Max Filippov <jcmvbkbc@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-next@...r.kernel.org,
netdev@...r.kernel.org, Jianbo Liu <jianbol@...dia.com>,
Saeed Mahameed <saeedm@...dia.com>,
Ariel Levkovich <lariel@...dia.com>,
Roi Dayan <roid@...dia.com>, Leon Romanovsky <leon@...nel.org>
Subject: Re: [PATCH] net/mlx5e: use div64_u64 for long division
On Tue, 5 Jul 2022 12:50:25 -0700 Max Filippov wrote:
> This fixes the following build error on 32-bit architectures visible in
> linux-next:
>
> ERROR: modpost: "__divdi3" [drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko] undefined!
> ERROR: modpost: "__udivdi3" [drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko] undefined!
>
> Fixes: 6ddac26cf763 ("net/mlx5e: Add support to modify hardware flow meter parameters")
> Signed-off-by: Max Filippov <jcmvbkbc@...il.com>
Fixed by commit 55ae465222d0 ("net/mlx5: fix 32bit build"),
thanks.
Powered by blists - more mailing lists