From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752855AbdF0MGG (ORCPT ); Tue, 27 Jun 2017 08:06:06 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:45638 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751574AbdF0MF7 (ORCPT ); Tue, 27 Jun 2017 08:05:59 -0400 Date: Tue, 27 Jun 2017 14:05:55 +0200 From: Sebastian Andrzej Siewior To: Catalin Marinas Cc: Mark Rutland , linux-arm-kernel@lists.infradead.org, suzuki.poulose@arm.com, marc.zyngier@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, peterz@infradead.org, tglx@linutronix.de, Christoffer Dall Subject: Re: [PATCHv5] arm64/cpufeature: don't use mutex in bringup path Message-ID: <20170627120555.dwcrd52dfstookmh@linutronix.de> References: <1494944285-12152-1-git-send-email-mark.rutland@arm.com> <20170517160530.GB18716@e104818-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170517160530.GB18716@e104818-lin.cambridge.arm.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-05-17 17:05:31 [+0100], Catalin Marinas wrote: > > Catalin, can you take this as a fix for v4.12? > > I queued it for 4.12-rc2. Thanks. I backported a few patches into v4.11-RT and the backtrace popped up (which is fixed by this patch). The problem existed before it has been made visible. Do you intend to push this patch stable? Sebastian