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:21:02 +0300
| Newsgroups | org.kernel.vger.smatch |
|---|---|
| Message-ID | <20210712061856.GC1931@kadam> |
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
regards,
dan carpenter