From patchwork Thu Nov 4 11:23:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "zhiyong.tao" X-Patchwork-Id: 12602921 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6B6DC433F5 for ; Thu, 4 Nov 2021 11:24:20 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id AE86161050 for ; Thu, 4 Nov 2021 11:24:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org AE86161050 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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: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:In-Reply-To:References: List-Owner; bh=kI03NAAKnxgtSPOWO3yFZZhfH21+lRbJAo6+O0nGM2Q=; b=qsI+CUCs3Amh9h Qz3EJqlgG+SULazYwWTKdYfuF1kWVA2619K8VX5MobvfDWaGiBK1kKwtETonmnTw1fxIhWiQ9KYHW tiXmKYkZOzuRayJz2cFG0vMiq+aX3WDOx2SAIFPXunYG0IQBPTCISw7QjMfhaMsggngVRZEmebuLn 8BGEWr0fYfkw7xDxI3E30Yb733i8SGEg8AWG0s+GZHixHV6tI7uoGnj/xgyPrsVzz7Z56i6NdNBtY FwxWE9QGyA0xF9HP3zKX4fSbVO2lawOAwb/51E9O1b/ARFCpsTKoZYE0V73cYxQ8ZQ5vdQGbh3DhQ 4OyFiGgpuIOKaeTXIRmQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1miaqj-008h5M-Cq; Thu, 04 Nov 2021 11:24:05 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1miaqM-008h25-B5; Thu, 04 Nov 2021 11:23:44 +0000 X-UUID: 12db94c3bbfa4b8aad00d79b53279784-20211104 X-UUID: 12db94c3bbfa4b8aad00d79b53279784-20211104 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1088656347; Thu, 04 Nov 2021 04:23:35 -0700 Received: from mtkmbs10n1.mediatek.inc (172.21.101.34) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 4 Nov 2021 04:23:33 -0700 Received: from mtkmbs10n1.mediatek.inc (172.21.101.34) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Thu, 4 Nov 2021 19:23:31 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkmbs10n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Thu, 4 Nov 2021 19:23:31 +0800 From: Zhiyong Tao To: , , , , CC: , , , , , , , , , , , Subject: [PATCH v1 0/1] Mediatek pinctrl patch Date: Thu, 4 Nov 2021 19:23:28 +0800 Message-ID: <20211104112329.8446-1-zhiyong.tao@mediatek.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211104_042342_402729_D2AB022A X-CRM114-Status: UNSURE ( 6.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org This series includes 1 patches: 1. fix global-out-of-bounds issue. Changes in patch v1: 1. change check eint number boundary condition. Zhiyong Tao (1): pinctrl: mediatek: fix global-out-of-bounds issue drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) --- 2.18.0