From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235312AbiEWMNm (ORCPT ); Mon, 23 May 2022 08:13:42 -0400 Received: from mx0a-00069f02.pphosted.com (mx0a-00069f02.pphosted.com [205.220.165.32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54154393DE for ; Mon, 23 May 2022 05:13:41 -0700 (PDT) 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-2021-07-09; bh=9ml8VjnOs1dGQ4o3jkWS24C8uF/ypZsS3i2/uIrIu/0=; b=ln79cf4/rEg8XJrzNVT1nA2ZE2V3p7c9J8p5i4B/ejPny5Oucsg1TZJcaxmGf3DYLMLQ 26+/dSnmJleguOnXE317iZsVHfWMj0slAKtx6cNaiRrDELQcNcQiUmK6tHIOL1kzoW0W XAWPqo5u3KHNFgcTdy2LflZTUXD7RkE0dG2f7BYMuJwdsXy4NyZRWKhHm+YIhDcRfZkd iyUZ48WG/ln75TnL0dVkuAm+gCQsFrc72gyM+hOng6YldiHrm3IgIVsMOd7yX26TFLIl ymbnJM0+AWMRr1uGyK2Br6o1KSJVP7x3JE/0kHCApDUTfq1wgMNgVDsL2P4w2FdlMEQJ MQ== 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=9ml8VjnOs1dGQ4o3jkWS24C8uF/ypZsS3i2/uIrIu/0=; b=onGfyA3NexQ2bHpIn5tYfFCkAl+7mQhgpj3Hb7uhwhybN3Iu7b4gebN+4nPQs4O7cXGxo49+qIkFJ8sokoZeE2dSRkpta7gmCyk0/u1be5KpJHZP0aXt1qQ34/Vrd+6zAKDBvhEIkTu5CUGayTMDfQqWzIO9pGVpkUx858fuGF4= Date: Mon, 23 May 2022 15:13:19 +0300 From: Dan Carpenter Subject: Re: [PATCH] test_bit: Add some more functions to test. Message-ID: <20220523121319.GB4009@kadam> References: <6007e5788b30199010a904e4795b92af453b2d83.1653127095.git.christophe.jaillet@wanadoo.fr> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6007e5788b30199010a904e4795b92af453b2d83.1653127095.git.christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 List-ID: To: Christophe JAILLET Cc: smatch@vger.kernel.org On Sat, May 21, 2022 at 11:58:23AM +0200, Christophe JAILLET wrote: > change_bit() and co. were missing. > __ were missing as well. > > Signed-off-by: Christophe JAILLET > --- Thanks, Applied. Btw, I also applied the one you sent earlier "Report the correct function name that triggered the warning". regards, dan carpenter