From patchwork Tue Oct 10 12:43:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13415362 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 EC8B8CD80C0 for ; Tue, 10 Oct 2023 12:44:15 +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=HSykTucM9lCU8o6q2r4OopsNOvq0kziggUPI3IvZSLo=; b=2ogiTjqH7mBk/+ GXj/wwwfHSSkOD1L/H3ABtMN8/iZ5nmOaGd7SgMev9EBW3aW5SuvG9aYB5kqxiJ8OXzhK1TT4Ycwn oeNzAyRxscFIOTzCHUlfQ9FuT4fNmnLS3D8/TtwvJX5C5krPUxYRPcwZAFS0ktGfz4L92a0Je0joD B2KZC6Z8iqs/zoh240S6yTPNxEAcd85DhCbAhjvw8ry0XXSSni/zVX/oknFRs9xLDwp0y3vTFi//y szDkL1fyrY0SXLcQjR8oFF9qbxMun1lMY/ezm8vqiheTL8nUZjK9NKqeCa6Uz83Nn1YJn9gzVOcG0 HNp0BVz/z+3naop7avsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqC5a-00DMb5-05; Tue, 10 Oct 2023 12:43:54 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqC5X-00DMZv-0V for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 12:43:52 +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 9C1931FB; Tue, 10 Oct 2023 05:44:23 -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 BC8253F7A6; Tue, 10 Oct 2023 05:43:41 -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: Update for v6.7 Date: Tue, 10 Oct 2023 13:43:39 +0100 Message-ID: <20231010124339.1620012-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231010_054351_260251_0411A46E X-CRM114-Status: UNSURE ( 8.60 ) 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 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-6.7 for you to fetch changes up to cb289ce6e2ce4cee594285d0c1e0249ae868c1de: bus: vexpress-config: Annotate struct vexpress_syscfg_func with __counted_by (2023-09-25 19:38:27 +0100) ---------------------------------------------------------------- Arm Vexpress updates for v6.7 Just a single update to use __counted_by annotation in config bus driver in preparation to the upcoming versions of the toolchains(GCC and Clang) with __counted_by attribute. ---------------------------------------------------------------- Kees Cook (1): bus: vexpress-config: Annotate struct vexpress_syscfg_func with __counted_by drivers/bus/vexpress-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)