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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAF89C10F1D for ; Tue, 13 Dec 2022 13:56:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235759AbiLMN4P (ORCPT ); Tue, 13 Dec 2022 08:56:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234027AbiLMN4N (ORCPT ); Tue, 13 Dec 2022 08:56:13 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7A2101A238; Tue, 13 Dec 2022 05:56:12 -0800 (PST) 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 CE1F62F4; Tue, 13 Dec 2022 05:56:52 -0800 (PST) Received: from [10.34.100.128] (pierre123.nice.arm.com [10.34.100.128]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CA96C3F71E; Tue, 13 Dec 2022 05:56:10 -0800 (PST) Message-ID: Date: Tue, 13 Dec 2022 14:56:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [ANNOUNCE] v6.0.5-rt14 To: Clark Williams , Sebastian Andrzej Siewior Cc: Thomas Gleixner , LKML , linux-rt-users@vger.kernel.org, Steven Rostedt , Valentin Schneider , Dietmar Eggemann , Mark Rutland , stable-rt@vger.kernel.org References: <649af0f6-e5e2-c450-879c-e9153e0c0abc@arm.com> Content-Language: en-US From: Pierre Gondois In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Sebastian, Clark, On 10/31/22 15:06, Clark Williams wrote: > I can pick them up for v5.19-rt > > On Mon, Oct 31, 2022 at 1:28 PM Sebastian Andrzej Siewior > wrote: >> >> On 2022-10-28 11:47:28 [+0200], Pierre Gondois wrote: >>> Hello Sebastian, >> >> Hi Pierre, >> >>> About the issues Valentin reported: >>> >>> - [SPLAT 1/3] arm_pmu: Sleeping spinlocks down armpmu_alloc_atomic() >>> will be fixed by: >>> https://lore.kernel.org/all/20220930111844.1522365-1-mark.rutland@arm.com/ >> >> This is still pending and I don't see it in next. Could someone give me >> a ping once this is merged, please? This is now merged at: commit fe40ffdb7656 ("arm_pmu: rework ACPI probing") commit 6349a2470d07 ("arm_pmu: factor out PMU matching") commit ad51b5043bb3 ("arm_pmu: acpi: factor out PMU<->CPU association") If you also judge it is necessary to take: commit f55a9b59e8f0 ("irqchip/gic-v3-its: Remove cpumask_var_t allocation") Regards, Pierre >> >>> - [SPLAT 2/3] irqchip/gic-v3-its: Sleeping spinlocks down gic_reserve_range() >>> was fixed by: >>> https://lore.kernel.org/lkml/20211027151506.2085066-3-valentin.schneider@arm.com/ >> >> That is >> d23bc2bc1d634 ("irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve") >> v5.17-rc1 >> >>> - [SPLAT 3/3] gpio: dwapb: Sleeping spinlocks down IRQ mapping >>> was fixed by: >>> https://lore.kernel.org/all/20220419012810.88417-1-schspa@gmail.com/ >> 3c938cc5cebcb ("gpio: use raw spinlock for gpio chip shadowed data") >> v5.19-rc1 >> >> Is someone picking the two up or RT-stable? >> >>> Regards, >>> Pierre >> >> Sebastian >> >