[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190507.121502.2281459100872862589.davem@davemloft.net>
Date:   Tue, 07 May 2019 12:15:02 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     colin.king@...onical.com
Cc:     maxime.chevallier@...tlin.com, antoine.tenart@...tlin.com,
        netdev@...r.kernel.org, kernel-janitors@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] net: mvpp2: cls: fix less than zero check on a
 u32 variable
From: Colin King <colin.king@...onical.com>
Date: Sun,  5 May 2019 22:38:14 +0100
> From: Colin Ian King <colin.king@...onical.com>
> 
> The signed return from the call to mvpp2_cls_c2_port_flow_index is being
> assigned to the u32 variable c2.index and then checked for a negative
> error condition which is always going to be false. Fix this by assigning
> the return to the int variable index and checking this instead.
> 
> Addresses-Coverity: ("Unsigned compared against 0")
> Fixes: 90b509b39ac9 ("net: mvpp2: cls: Add Classification offload support")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Applied.
Powered by blists - more mailing lists
 
