[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121120192307.GA10278@elgon.mountain>
Date: Tue, 20 Nov 2012 22:23:07 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: jpirko@...hat.com
Cc: netdev@...r.kernel.org
Subject: re: team: add broadcast mode
Hello Jiri Pirko,
The patch 5fc889911a99: "team: add broadcast mode" from Jul 11, 2012,
leads to the following Smatch warning:
drivers/net/team/team_mode_broadcast.c:46 bc_transmit()
warn: signedness bug returning '18446744073709551516'
The error message sucks because 18446744073709551516 is -100 as an int,
and I'm not sure how it figures this returns -100...
But actually there is a signedness bug in bc_transmit(). We return
error codes from team_dev_queue_xmit() and cast them to 1 as bool. This
function is supposed to return 1 on success but instead it returns zero.
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists