From patchwork Thu Apr 7 11:08:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 12805064 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 04C9DC433F5 for ; Thu, 7 Apr 2022 11:09:58 +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: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=X2udkcshlfdt6oAhGqPkx7CgvSVySnuFsCehXyOFyOg=; b=US++3Rkyjiy77o pLY99x32/8x/bZiNOTdbMHIZ8sm4w0S5vhRD1bpDG3E2hqKcEVsJ8mdykQPgOlsMJ41SHNUTnJLs9 VPZT0fFRPr7fCxOVOln+I0P3GbVp7sb5dFsBD6TC//zKyKCd9sX3rhbuXzBHSph6Hq1iGSPssP3Yw zTWnED+RCF9LnYLAo/x8t2Npf+4TVWvDc01JKbdQfXoYoPLhGV7xc8SbX5c9rSCaJr/pqllWVOVB2 w22qYFukZl3c1fktUKi/Okpya4RX0Tt1y9y1E0+URIAKlGK46MKb/4I1LJh8L8DNiepfibfrFXCb0 89gWfqqygowzz+38K/Gw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncQ0N-00BU3d-UC; Thu, 07 Apr 2022 11:08:48 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncQ0A-00BTyL-50 for linux-arm-kernel@lists.infradead.org; Thu, 07 Apr 2022 11:08:35 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3704012FC; Thu, 7 Apr 2022 04:08:33 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 12AC43F5A1; Thu, 7 Apr 2022 04:08:31 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Lorenzo Pieralisi , Liviu Dudau , Olof Johansson Subject: [GIT PULL] ARM: vexpress: Fixes for v5.18 Date: Thu, 7 Apr 2022 12:08:28 +0100 Message-Id: <20220407110828.1436206-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220407_040834_288141_12F16642 X-CRM114-Status: UNSURE ( 5.48 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-fixes-5.18 for you to fetch changes up to 42a997f0bde1da0cce14a4768bb190b5030513eb: ARM: vexpress/spc: Fix all the kernel-doc build warnings (2022-04-07 10:50:01 +0100) ---------------------------------------------------------------- ARM Vexpress fixes for 5.18 Couple of fixes to address negative array index access and kernel-doc build warnings. ---------------------------------------------------------------- Kees Cook (1): ARM: vexpress/spc: Avoid negative array index when !SMP Sudeep Holla (2): ARM: vexpress/spc: Fix kernel-doc build warning for ve_spc_cpu_in_wfi ARM: vexpress/spc: Fix all the kernel-doc build warnings arch/arm/mach-vexpress/spc.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-)