From: Dan Carpenter <dan.carpenter@oracle.com>
To: Harshvardhan Jha <harshvardhan.jha@oracle.com>
Cc: smatch@vger.kernel.org
Subject: Re: [PATCH] extra: Fixed handle_bit_test so that null set condition is taken care of
Date: Mon, 12 Jul 2021 09:21:02 +0300 [thread overview]
Message-ID: <20210712061856.GC1931@kadam> (raw)
In-Reply-To: <20210710210949.20264-1-harshvardhan.jha@oracle.com>
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
next prev parent reply other threads:[~2021-07-12 6:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-10 21:09 [PATCH] extra: Fixed handle_bit_test so that null set condition is taken care of Harshvardhan Jha
2021-07-12 6:21 ` Dan Carpenter [this message]
2021-07-12 6:36 ` Dan Carpenter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210712061856.GC1931@kadam \
--to=dan.carpenter@oracle.com \
--cc=harshvardhan.jha@oracle.com \
--cc=smatch@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.