From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: schedule under irqs_disabled in SLUB problem Date: Fri, 24 Nov 2017 10:37:24 +0100 Message-ID: <20171124093724.GB2564@linutronix.de> References: <20171102165009.u7a7ahmmywo2qugd@linutronix.de> <59FC4393.8030005@mcst.ru> <5A01812F.7040406@mcst.ru> <20171116160837.hfpnq4vb4j2osbuz@linutronix.de> <20171117173820.GM872@jcartwri.amer.corp.natinst.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: linux-rt-users@vger.kernel.org To: Sam Kappen Return-path: Received: from Galois.linutronix.de ([146.0.238.70]:46431 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752387AbdKXJh0 (ORCPT ); Fri, 24 Nov 2017 04:37:26 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: On 2017-11-24 12:09:16 [+0530], Sam Kappen wrote: > Hi, Hi, > I am also faces a similar kind of issue on X86 target, while testing > 3.10.105-rt119. > The issue is seen during boot-up when USB/SCSI enumeration starts. > > Below is the log from my console Can you try if the patch I posted solves that? From the callchain it looks like the same thing. Sebastian