From: Dan Carpenter <dan.carpenter@oracle.com>
To: Harshvardhan Jha <harshvardhan.jha@oracle.com>
Cc: smatch@vger.kernel.org
Subject: Re: [PATCH 1/2] extra: Fix false output of handle_AND_op and handle_AND_condition
Date: Mon, 12 Jul 2021 16:00:56 +0300 [thread overview]
Message-ID: <20210712130056.GD1954@kadam> (raw)
In-Reply-To: <20210712125428.30186-1-harshvardhan.jha@oracle.com>
On Mon, Jul 12, 2021 at 06:24:27PM +0530, Harshvardhan Jha wrote:
> handle_AND_condition and handle_AND_op gave false outputs. This could be
> seen in the test case in validation/sm_bits1.c the expected output was
> 0x1 for possible and 0x0 for definitely set. However, in the previous
> state 0x0 was output for both possibly set and definitely set.
>
> Signed-off-by: Harshvardhan Jha <harshvardhan.jha@oracle.com>
> ---
> smatch_extra.c | 72 +++++++++----------------------------------
> smatch_extra.h | 1 +
> validation/sm_bits1.c | 23 ++++++++++++++
We've got the .h now but not the smatch_expressions.c file. ;)
regards,
dan carpenter
next prev parent reply other threads:[~2021-07-12 13:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-12 12:54 [PATCH 1/2] extra: Fix false output of handle_AND_op and handle_AND_condition Harshvardhan Jha
2021-07-12 12:54 ` [PATCH 2/2] [PATCH 2/2] Fix handle_bit_test so that null set condition is taken care of Harshvardhan Jha
2021-07-12 13:57 ` Dan Carpenter
2021-07-12 13:00 ` Dan Carpenter [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-13 12:50 [PATCH 1/2] extra: Fix false output of handle_AND_op and handle_AND_condition Harshvardhan Jha
2021-07-12 12:39 Harshvardhan Jha
2021-07-12 12:46 ` 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=20210712130056.GD1954@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.