Re: [PATCH v3 03/15] NTB: Fix UB/bug in ntb_mw_get_align()

From: Logan Gunthorpe
Date: Tue Dec 05 2017 - 18:38:26 EST




On 05/12/17 03:39 PM, Serge Semin wrote:
Simple (1 << pidx) operation causes undefined behaviour when
pidx >= 32. It must be casted to u64 to match the actual return
value of ntb_link_is_up() method, so to have all the possible
peer indexes covered and to get rid of undefined behaviour.
Additionally there are special macros in "linux/bitops.h" to perform
the bit-set-shift operations, so it's recommended to have them used
for proper bit setting.

Signed-off-by: Serge Semin <fancer.lancer@xxxxxxxxx>

Looks like you dropped my reviewed by tag for some reason.

Reviewed-by: Logan Gunthorpe <logang@xxxxxxxxxxxx>