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 X-Spam-Level: X-Spam-Status: No, score=-21.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CCB7C433DB for ; Thu, 21 Jan 2021 04:52:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D27D23715 for ; Thu, 21 Jan 2021 04:52:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726204AbhAUEvs (ORCPT ); Wed, 20 Jan 2021 23:51:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:44338 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726187AbhAUEuw (ORCPT ); Wed, 20 Jan 2021 23:50:52 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 1D531238E2; Thu, 21 Jan 2021 04:50:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611204609; bh=u6s4J38h1Cy1hLkhE2SBl0rA2xyUdzqNvc+EHQN1ws8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=SQKg4ucDMguK6Ulq/R+8Gef6Ht5kVxOAaDSg/hwYm6Lyic02aV0PtyDgkhXDaPj11 40a6F7yRwVKapxoj+8NgvAbvbeSwIBhAgChqicOj36dGHdsyLXMyJnja1hvnIoS3y3 kdCHXLjulC0LoLjo3Ran8+U5lHOZwXR/zeZoDWCcsDZFr97WTDfaTUDoMftc0btA8z 78BgkJIE+EygrLU9RUFDmvhfNTAPLI9VqaarxrkUaO0LouDdmkg8ysMw2brmx3Pu2j T3u6gcbysZDXZc4Ramfqtuk3lylTTjXKcD4QzOhRbXQEDcfOLWlp7Jiae2ET7MhrSa FazeJNm3gwmnA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] soc: qcom: socinfo: Fix an off by one in qcom_show_pmic_model() From: patchwork-bot+linux-arm-msm@kernel.org Message-Id: <161120460905.18989.17071078965781508389.git-patchwork-notify@kernel.org> Date: Thu, 21 Jan 2021 04:50:09 +0000 References: In-Reply-To: To: Dan Carpenter Cc: linux-arm-msm@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Wed, 20 Jan 2021 12:57:55 +0300 you wrote: > These need to be < ARRAY_SIZE() instead of <= ARRAY_SIZE() to prevent > accessing one element beyond the end of the array. > > Fixes: e9247e2ce577 ("soc: qcom: socinfo: fix printing of pmic_model") > Signed-off-by: Dan Carpenter > --- > drivers/soc/qcom/socinfo.c | 2 +- > 1 file changed, 1 insertions(+), 1 deletions(-) Here is the summary with links: - soc: qcom: socinfo: Fix an off by one in qcom_show_pmic_model() https://git.kernel.org/qcom/c/5fb33d8960dc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html