[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230420162139.3926e85c@kernel.org>
Date: Thu, 20 Apr 2023 16:21:39 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Jay Vosburgh <jay.vosburgh@...onical.com>
Cc: kernel test robot <lkp@...el.com>,
Hangbin Liu <liuhangbin@...il.com>, netdev@...r.kernel.org,
oe-kbuild-all@...ts.linux.dev,
"David S . Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>,
Liang Li <liali@...hat.com>, Vincent Bernat <vincent@...nat.ch>
Subject: Re: [PATCH net 1/4] bonding: fix send_peer_notif overflow
On Thu, 20 Apr 2023 08:59:40 -0700 Jay Vosburgh wrote:
> >All errors (new ones prefixed by >>, old ones prefixed by <<):
> >
> >>> ERROR: modpost: "__umoddi3" [drivers/net/bonding/bonding.ko] undefined!
>
> I assume this is related to send_peer_notif now being u64 in the
> modulus at:
>
> static bool bond_should_notify_peers(struct bonding *bond)
> {
> [...]
> if (!slave || !bond->send_peer_notif ||
> bond->send_peer_notif %
> max(1, bond->params.peer_notif_delay) != 0 ||
>
> but I'm unsure if this is a real coding error, or some issue
> with the parisc arch specifically?
Coding error, I think.
An appropriate helper from linux/math64.h should be used.
Powered by blists - more mailing lists