From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8FF30C433FE for ; Tue, 8 Nov 2022 17:42:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FMs3iDUYsUhWqtYWPet/Pt2DBvD6zz6Lz9hVuUlSMWg=; b=yX7jJVJzX6Ts35 9DFJGWjbxSr4doAYlQxiO3kAVSFUqimFwoZnvinbjdzNVYUtT7dcRzX1D+SYXCzQUD05D6O9fNv9I PY8C/M1F/syAWUmvHzpKa5wuu8lu1A9SxZwHceXD+hp5YIq/Ge4hk08IUx+nSchMxXdNDs1g+SQu8 rZwREy0mwN1XN1WwX1XGEJkmzTIx8DhIksu4RWL7TkTzwHcTe1WlOmTGW6TGhmhlzNtbpz6QC4Kn2 gCSxvfPYfpoyQlsq+htJUZxXOy2b2U9EtxUXT5r/Lv5Pm07kEz62Jr9pxjQ0Yv05W195lFMLrFTDf HZDJDJmlp79N6H+xrjWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1osSb9-007Amj-Nx; Tue, 08 Nov 2022 17:41:19 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1osSZI-0077Ws-B4 for linux-arm-kernel@lists.infradead.org; Tue, 08 Nov 2022 17:39:25 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 6ECE4CE1C18; Tue, 8 Nov 2022 17:39:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F5CAC433D7; Tue, 8 Nov 2022 17:39:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667929158; bh=A+yK/02yatVBnycUQBwnGzfkSw56+Z6kErXtkQPw0SA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lBFcwn5baqCPPd4mS/HNN6tSt6821nraYsvwwA738kkv+jRo10SFgPGAnzbvxAn3Q cnxraYRZTi3oGFgc9aPOKMFoBMTyEUU19XP0vsqFaMf3EA3Ob3rokH9jm4Ywpz0uq8 xr0llnsJBXJWnFs3bHe+Zxjc+7jb/4db0Co6kKWC9dFFRPe/j6+P1u5UxcqcEC4v4u ziZ9+40pEj/rH1NJpHW9bj1x7/aDiefv52UpLRTSeFs/ZKT6CwqVo7PKHnMdy5FqmZ FZvxvkA++2tvbGo/eWn5u04+NTS8ZvARs1juDOEVpzeliNn2ltt9MRNUlAPieZ/Oqc HsLNcUO9uuw9A== From: Will Deacon To: Catalin Marinas , Kang Minchul , Shuah Khan Cc: kernel-team@android.com, Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] kselftest/arm64: fix array_size.cocci warning Date: Tue, 8 Nov 2022 17:38:49 +0000 Message-Id: <166792353216.1918523.3389940333424617925.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221105073143.78521-1-tegongkang@gmail.com> References: <20221105073143.78521-1-tegongkang@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221108_093924_586098_53F4106E X-CRM114-Status: UNSURE ( 8.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 5 Nov 2022 16:31:43 +0900, Kang Minchul wrote: > Use ARRAY_SIZE to fix the following coccicheck warnings: > tools/testing/selftests/arm64/mte/check_buffer_fill.c:341:20-21: > WARNING: Use ARRAY_SIZE > tools/testing/selftests/arm64/mte/check_buffer_fill.c:35:20-21: > WARNING: Use ARRAY_SIZE > tools/testing/selftests/arm64/mte/check_buffer_fill.c:168:20-21: > WARNING: Use ARRAY_SIZE > tools/testing/selftests/arm64/mte/check_buffer_fill.c:72:20-21: > WARNING: Use ARRAY_SIZE > tools/testing/selftests/arm64/mte/check_buffer_fill.c:369:25-26: > WARNING: Use ARRAY_SIZE > > [...] Applied to arm64 (for-next/selftests), thanks! [1/1] kselftest/arm64: fix array_size.cocci warning https://git.kernel.org/arm64/c/a0fa0b63131b Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel