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 4068CC04FFE for ; Fri, 17 May 2024 16:18:17 +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=3ajtY+XiE5oYh4W6mx8+qYxAWEM3+Nf1xOKm8h9PxZA=; b=bvhjlp47kLqZf+ wLBEVeDHpN1O0b0P7lDsp4y1n9iaVu9gRGJOW193g4d8UdSgkPAXqf+bJtKnpVSwOwiREwz8R3qcY rCpa5wzuRqvFP/8M65HbOsn8wd48uYjP9LI7E0Ktb+GB6Di+Vzi1ZUJbV/hdZd6fY53pv+RMiOD35 FAuLCor0bpige17bg0VlAFu49xhTR/duRgx1OF9YDknlwluElevARm1SrdcAi4cDIDEAhVgXMIS+s ge6iFXTwE81iyKAMv4Fjd1KcR4mEHihFq+GfOcxypEdAM6W2zN5EiUA/PST61dWf3ocOInUFpL5N8 tH49nkklvw6euQ73M2IA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s80HW-00000008MVW-0Fw2; Fri, 17 May 2024 16:18:06 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s80HS-00000008MUE-2GmH for linux-arm-kernel@lists.infradead.org; Fri, 17 May 2024 16:18:05 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D1B4A61DDD; Fri, 17 May 2024 16:18:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C046C32781; Fri, 17 May 2024 16:17:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715962681; bh=ZpOimh8bxjQZRSssxiuFJNp4h8dRYPJftPmNZvlgwo4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JJzeUxZ16Jc/S2bfY3smOoHrABTr0xo9dKVnElX+4n66gffMl6dkIlSkEFNjLA2go /RS3bk/lj73nIDi5pLEStDpH0k6XdXZ0Hl9BZLus8PeSqHz/VyRLBq1sLRaFeTveeq PhDpE15+QOs2bxYVkFXYhcTSOsrkTYZFpmRQAl4GJYWJHHpvoaDYb32cthzNYGIYex jXOy3DibjAMdgpmRePBo58X5hphHlGGden11JlXU2QHWzBKi6WNDqrn6zXLDfm7+8Q M3OIyX9fZ0vjaZg7UBmn23p6XzaAtyMz4S7AUD2yxCQYdqI3G82cpHRohseoz200fd PyqS2MKlhj6yw== From: Will Deacon To: Mark Rutland , Namhyung Kim Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , Ingo Molnar , Peter Zijlstra , LKML , linux-arm-kernel@lists.infradead.org, Greg Thelen , Robin Murphy , Tuan Phan Subject: Re: [PATCH] perf/arm-dmc620: Fix lockdep assert in ->event_init() Date: Fri, 17 May 2024 17:17:55 +0100 Message-Id: <171594724543.1439580.13624166301923414961.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20240514180050.182454-1-namhyung@kernel.org> References: <20240514180050.182454-1-namhyung@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240517_091802_673097_D52E3641 X-CRM114-Status: UNSURE ( 9.06 ) 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 Tue, 14 May 2024 11:00:50 -0700, Namhyung Kim wrote: > for_each_sibling_event() checks leader's ctx but it doesn't have the ctx > yet if it's the leader. Like in perf_event_validate_size(), we should > skip checking siblings in that case. > > Applied to arm64 (for-next/core), thanks! [1/1] perf/arm-dmc620: Fix lockdep assert in ->event_init() https://git.kernel.org/arm64/c/a4c5a457c610 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