Re: [PATCH] extra: Fixed handle_bit_test so that null set condition is taken care of

Dan Carpenter <[email protected]> Mon, 12 Jul 2021 09:36:50 +0300
Newsgroups org.kernel.vger.smatch
Message-ID <20210712063650.GD1931@kadam>
On Mon, Jul 12, 2021 at 09:21:02AM +0300, Dan Carpenter wrote:
> On Sun, Jul 11, 2021 at 02:39:49AM +0530, Harshvardhan Jha wrote:
> > The handle_bit_test condition wasn't setting a false range_list for the
> > false state and hence the implied rl was coming out to be false. The
> > false and true rls have been calculating using rl_intersection and
> > rl_filter commands.
> > 
> 
> Also it fixes that off by one.  Thanks.
> 
> cat ../tmp/harshvardhan.jha | git am -s
> Applying: extra: Fixed false output of handle_AND_op and handle_AND_condition
> .git/rebase-apply/patch:125: trailing whitespace.
>                 return; 
> warning: 1 line adds whitespace errors.
> Applying: extra: Fixed handle_bit_test so that null set condition is taken care of

Sorry, when I read my sent message then it occured to me that this
email was kind of ambiguous.  I applied the patch so no need to resend.
The whitespace issue was in the testcase and it doesn't really matter.

regards,
dan carpenter