From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Subject: Re: [PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask Date: Tue, 6 Feb 2018 14:54:29 +0100 (CET) Message-ID: References: <20180205201002.23621-1-wsa+renesas@sang-engineering.com> <20180206131044.oso33fvv553trrd7@mwanda> <20180206132335.luut6em3kut7f7ej@mwanda> <20180206135310.deiaz55xemc26xn4@ninjato> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Dan Carpenter , Wolfram Sang , linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-samsung-soc@vger.kernel.org, netdev@vger.kernel.org To: Wolfram Sang Return-path: Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:9868 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751725AbeBFNyg (ORCPT ); Tue, 6 Feb 2018 08:54:36 -0500 In-Reply-To: <20180206135310.deiaz55xemc26xn4@ninjato> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 6 Feb 2018, Wolfram Sang wrote: > Hi Julia, > > > and got the results below. I can make a version for the kernel shortly. > > It should probably take care of right-shifting, too? I did that too but got no results. Perhaps right shifting constants is pretty uncommon. I can put that in the complete rule though. julia