From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752929AbbBYOIn (ORCPT ); Wed, 25 Feb 2015 09:08:43 -0500 Received: from www.linutronix.de ([62.245.132.108]:43423 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbbBYOIm (ORCPT ); Wed, 25 Feb 2015 09:08:42 -0500 Date: Wed, 25 Feb 2015 15:08:39 +0100 From: Sebastian Andrzej Siewior To: Mike Galbraith Cc: linux-rt-users , LKML , Thomas Gleixner , rostedt@goodmis.org, John Kacur Subject: Re: [patch-3.18.7-rt1] snd/pcm: fix snd_pcm_stream_lock*() irqs_disabled() splats Message-ID: <20150225140839.GB6823@linutronix.de> References: <20150216111822.GA21649@linutronix.de> <1424268563.7035.5.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1424268563.7035.5.camel@gmail.com> X-Key-Id: 97C4700B X-Key-Fingerprint: 09E2 D1F3 9A3A FF13 C3D3 961C 0688 1C1E 97C4 700B User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mike Galbraith | 2015-02-18 15:09:23 [+0100]: >Locking functions previously using read_lock_irq()/read_lock_irqsave() were >changed to local_irq_disable/save(), leading to gripes. Use nort variants. applied Sebastian