Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753405AbbBYNzO (ORCPT ); Wed, 25 Feb 2015 08:55:14 -0500 Received: from www.linutronix.de ([62.245.132.108]:43353 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752491AbbBYNzK (ORCPT ); Wed, 25 Feb 2015 08:55:10 -0500 Date: Wed, 25 Feb 2015 14:55:01 +0100 From: Sebastian Andrzej Siewior To: Joakim Hernberg Cc: Daniel Wagner , John Kacur , linux-rt-users , LKML , Thomas Gleixner , rostedt@goodmis.org Subject: Re: [ANNOUNCE] 3.18.7-rt1 Message-ID: <20150225135501.GA6823@linutronix.de> References: <20150216111822.GA21649@linutronix.de> <54E2FDD8.8090008@monom.org> <20150219103601.7e40d0af@tor.valhalla.alchemy.lu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150219103601.7e40d0af@tor.valhalla.alchemy.lu> 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 Content-Length: 914 Lines: 23 * Joakim Hernberg | 2015-02-19 10:36:01 [+0100]: >On Tue, 17 Feb 2015 09:37:44 +0100 >Daniel Wagner wrote: > >> I needed the patch below to get it running stable under load on my >> shiny box. > >FWIW, this patch makes 3.18-rt survive thermal events on my laptop. Okay. I applied a slightly modified version of it. That init() is invoked before the callback function is assigned. On module exit there is one piece missing: After the callback is removed we should flush the swork queue to ensure that one callback is neither pending nor executing. But this won't work now becuase the swait API lacks that feature so it has to be postponed. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/