Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753544AbdIDMLG (ORCPT ); Mon, 4 Sep 2017 08:11:06 -0400 Received: from merlin.infradead.org ([205.233.59.134]:44118 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753486AbdIDMLF (ORCPT ); Mon, 4 Sep 2017 08:11:05 -0400 Date: Mon, 4 Sep 2017 14:10:50 +0200 From: Peter Zijlstra To: Ulrich Obergfell Cc: Thomas Gleixner , LKML , Ingo Molnar , Andrew Morton , Borislav Petkov , Sebastian Siewior , Nicholas Piggin , Don Zickus , Chris Metcalf Subject: Re: [patch 11/29] lockup_detector: Remove park_in_progress hackery Message-ID: <20170904121050.dsqbh3efmkteu3qj@hirez.programming.kicks-ass.net> References: <20170831071558.995235362@linutronix.de> <20170831073053.863251887@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 348 Lines: 8 On Mon, Sep 04, 2017 at 01:09:06PM +0200, Ulrich Obergfell wrote: > - A thread hogs CPU N (soft lockup) so that watchdog/N is unable to run. > - A user re-configures 'watchdog_thresh' on the fly. The reconfiguration > requires parking/unparking of all watchdog threads. This is where you fail, its silly to require parking for reconfiguration.