Re: [PATCH] bits_clear and bits_set: Track bits cleared and set inside a function

Dan Carpenter <[email protected]> Thu, 22 Jul 2021 11:57:48 +0300
Newsgroups org.kernel.vger.smatch
Message-ID <20210722085748.GA1931@kadam>
On Thu, Jul 22, 2021 at 02:04:17PM +0530, Harshvardhan Jha wrote:
> Whenever a bit is set or cleared using bitwise operations inside a
> funciton body, the states are set using database entries.
> 
> Signed-off-by: Harshvardhan Jha <[email protected]>

Thanks Harshvardan!  I have applied these three patches from you.

f830078e (HEAD -> devel) bits_clear and bits_set: Track bits cleared and set inside a function
04a045a2 extra: Fix handle_bit_test so that null set condition is taken care of
c0045b4d power_of_two: Track variables which are powers of two

regards,
dan carpenter