From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934680AbbDJOAq (ORCPT ); Fri, 10 Apr 2015 10:00:46 -0400 Received: from www.linutronix.de ([62.245.132.108]:51813 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934596AbbDJOA1 (ORCPT ); Fri, 10 Apr 2015 10:00:27 -0400 Date: Fri, 10 Apr 2015 16:00:24 +0200 From: Sebastian Andrzej Siewior To: Mike Galbraith Cc: LKML , linux-rt-users , Steven Rostedt Subject: Re: [patch] rt, hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread() Message-ID: <20150410140024.GB3057@linutronix.de> References: <1427181289.3316.27.camel@gmail.com> <20150409140512.GB2416@linutronix.de> <1428589425.6927.10.camel@gmail.com> <552692C3.20709@linutronix.de> <1428601201.2328.4.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1428601201.2328.4.camel@gmail.com> X-Key-Id: 2A8CF5D1 X-Key-Fingerprint: 6425 4695 FFF0 AA44 66CC 19E6 7B96 E816 2A8C F5D1 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-04-09 19:40:01 [+0200]: >> in the BUG() statement in set_cpus_allowed_rt() if this is where it >> is >> coming from? > >[exception RIP: set_cpus_allowed_rt+18] is BUG_ON(!rt_task(p)). Oh sorry, I missed the _rt. Now it makes sense. > > -Mike Sebastian