From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 54B79374A01 for ; Mon, 7 Sep 2026 21:12:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788815558; cv=none; b=jJSbvAHW0R19aNzxqjSMu8K2beF93iEBWCbKe2rA6PU/2K3ShL884KOlPesMGnzFeV91zhzovwakmH/MYFdJ1SgPVy5YDtD+rXxTWK2sJFOtLo3qUo66KnmsHsoPcFDb80bsAAkFKIhrHhnz9QfnY8TmkLnGMxeWJsXVZ2AMJ8c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788815558; c=relaxed/simple; bh=NYCUMwkBLkQcNyTjCTlYbmcKiGvbB0TC7/ARDkSatTM=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=cDDKWWJQQYfCqE6Gjrk8TDrGKspObnaCG8WFGKK0nYL7YcqR3M1Q014SBhOhbn9QZCYFVvkDXwJn7gkpKdteCNd2JlZQhVrEQ5JD3LZPavmZHVhHJeDUY/7cB21DfK3GMQjumNyN0mWFvwPt5eGWbx8T3/gvSTTdnhVZFZygwJQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WWZiaTDw; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WWZiaTDw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1C421F00A3A; Mon, 7 Sep 2026 21:12:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788815556; bh=1Nq/CDy5eN1RWcjexAvJnY1EZmo2i1apDparjrqIaeU=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=WWZiaTDwiVlQM0e9x7VrTL5KQeW7aBrDMJYJfILd5eYWhb/1qRKc0kz7g8gOF3umv UeJbFvCEFxUzDm5P8fNSmFdoQmtROpavrVzjoP8bmtd9p4RO/ui6Aaj6lGYuHfpJJw x//8HYNaOgU7wTZmBdweTpPmGRWQzqpHKOhR2c1XKkMZQtTkIJ8gwb3Uxf0Gn7zgZp qxCqcjeddfQx6BmxyOt2KQLrQAI9kC2cian7LL+JQp+NiQ7rhPjdS7dOp//5CM2m00 e+R1oIOxeAEgWb3V9P4NhQZwUpT/O/ksD+cAZrhgeJ35J7h8PXl6uKsOd1uATehQl5 lZhOgF4I2g06g== Received: from sofa.misterjones.org ([185.219.108.64] helo=lobster-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1x3gdm-00000005wXM-3R5X; Mon, 07 Sep 2026 21:12:34 +0000 Date: Mon, 07 Sep 2026 22:15:09 +0100 Message-ID: <87ld9c4vc2.wl-maz@kernel.org> From: Marc Zyngier To: Abel Vesa Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Raviteja Laggyshetty , Konrad Dybcio , Abel Vesa , Bjorn Andersson , Mostafa Saleh Subject: Re: [PATCH] interconnect: qcom: icc-rpmh: Add opt-out parameter for QoS settings In-Reply-To: References: <20260907171729.1735641-1-maz@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: abel.vesa@oss.qualcomm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, raviteja.laggyshetty@oss.qualcomm.com, konrad.dybcio@oss.qualcomm.com, abelvesa@kernel.org, andersson@kernel.org, smostafa@google.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false On Mon, 07 Sep 2026 21:21:44 +0100, Abel Vesa wrote: > > On 26-09-07 18:17:29, Marc Zyngier wrote: > > Recent addition of QoS configuration to the X1 variants resulted in > > systems that spontaneously reset at boot time or under load. > > > > Given that this is both very unpleasant and hard to debug, give the > > affected user the option to survive such event with a module parameter. > > > > Passing "icc_rpmh.enable_qos=0" to the kernel command-line will skip the > > offending QoS setup. > > > > Lets not start doing this, please. > > Can we figure out which platform deosn't work and then maybe we can > add a quirk in DT per platform? We have at least 3 machines that are dysfunctional since [1] was merged (mini-x, sp12 and devkit). Probably some more, but I'm not going to be the one doing a survey. What really should happen is [1] to be reversed until QC figures out a set of parameters that actually works, instead of making this platform even more unreliable than it already is. Just like [2] should have been reverted. Until then, we'll have to paper over this stuff. M. [1] https://lore.kernel.org/all/20260527-x1e80100_qos-v2-2-305c6539e6d2@oss.qualcomm.com [2] https://lore.kernel.org/all/20260203063244.1498699-1-xin.liu@oss.qualcomm.com -- Jazz isn't dead. It just smells funny.