From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00069f02.pphosted.com ([205.220.165.32]:64114 "EHLO mx0a-00069f02.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234814AbhGLGYK (ORCPT ); Mon, 12 Jul 2021 02:24:10 -0400 Received: from pps.filterd (m0246617.ppops.net [127.0.0.1]) by mx0b-00069f02.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 16C6H2gt006750 for ; Mon, 12 Jul 2021 06:21:22 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : content-type : in-reply-to : mime-version; s=corp-2020-01-29; bh=B0035HL3wfAZ66jtCstazUMUsTfMhrg7nw6BkiiSays=; b=cFEmuogHwxvX5rGosxT/FC6vUAmMeAUnsDm5tKsxErBBL326sUYwuYeFYJa3WSHoCE6/ AsB4DRua+2UNspE6Q8mTAq2lvO6Dv+NqN3nRKACwF8ZsjYtBGByXmAXEMM0jlrs5gugA GS0xiHfCtO0P1LJFvbz+hvQyUB/SSP1p0uq/TNJ0ahOLesCHXK9pIepRIObFOtQbh7T1 eMN6+lrjcLEgJ2koyg4iuVmd8VauhY7vVr1+bhal31NypPLtaoBm+AYl3dK/+W5kbb86 dY9HIKjiz68RH3Eaiui+4tNnWHAizRsTIUHBBWLv2dv091bs/GR5TliFNe91gZMalrsL 5A== Received: from aserp3030.oracle.com (aserp3030.oracle.com [141.146.126.71]) by mx0b-00069f02.pphosted.com with ESMTP id 39q43t1vg1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 12 Jul 2021 06:21:22 +0000 Received: from pps.filterd (aserp3030.oracle.com [127.0.0.1]) by aserp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 16C6KnD6020061 for ; Mon, 12 Jul 2021 06:21:21 GMT Received: from nam04-mw2-obe.outbound.protection.outlook.com (mail-mw2nam08lp2175.outbound.protection.outlook.com [104.47.73.175]) by aserp3030.oracle.com with ESMTP id 39qycq2hgv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 12 Jul 2021 06:21:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.onmicrosoft.com; s=selector2-oracle-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=B0035HL3wfAZ66jtCstazUMUsTfMhrg7nw6BkiiSays=; b=tsJXnI/hkRNbcSBalQiy1IjVEOoi0NN3knKkuAE7lVUEnG/q244IQk2O/GF9UlohG4wJLQW8QljZm6VsBMpM8dV3/r5gVyZtnk57tMIm1DKnQUmCHfLV5YQuBQTZ7ZijL67T8ERqpf8X59dy5NXgaSUQzkU6E1vp8vgSpfj1EdE= Date: Mon, 12 Jul 2021 09:21:02 +0300 From: Dan Carpenter Subject: Re: [PATCH] extra: Fixed handle_bit_test so that null set condition is taken care of Message-ID: <20210712061856.GC1931@kadam> References: <20210710210949.20264-1-harshvardhan.jha@oracle.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210710210949.20264-1-harshvardhan.jha@oracle.com> MIME-Version: 1.0 List-ID: To: Harshvardhan Jha Cc: smatch@vger.kernel.org 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