Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp3662803pxu; Sun, 11 Oct 2020 19:17:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/ctWU8XJVH98W2TulB9nLoWXAqJ/2xobSZNEfq6/fBDhxUa9e8uIAnSOlZVtr9f5iaCAh X-Received: by 2002:a05:6402:2055:: with SMTP id bc21mr11334537edb.67.1602469077051; Sun, 11 Oct 2020 19:17:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602469077; cv=none; d=google.com; s=arc-20160816; b=0s1VyfnK6Dr4Fl9falNO/eKFJjVuZMMA5kvTE6DY4V4yXZIEtjXBPQURu8bnTvGL1i QAWdgYym5QLAwtP+7OsVwjHb94X4vJVkcNi0IC9GC8Redjepmwz1tX37JDT+cbGg/pmG jAFMeCb0cpN+TNbdD5TwoBU2kf1Cm3nCX9RyZhuIfHuYYECFinCoTOvC21D6nJAfvCL4 0KoDwtb4Wid0f7C872cVwoL7g3phxD1cPtgt6e8bgCX4mtX8GucCsdFeEWkiHnGCfiJG Rgn+uXRPWpwDe4kiNd/HFiumMOIxHYH2qUJZ3cOU6RLZ7kGEGj4K3DJ/AsSD/LEPqW30 oJYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=095HTkaD8wrG2z2YF5B+w0kSRbz0juJujkZ6A+Wk+T4=; b=iatF2BUngTZV/4nvnFk3TwL0V7BSlJkgu6bPEX9Ko2CxGYIFZusTm7J/Fp+KJiXwNM qdVJAxqdYRlotn4GAonJS+j27TVjeokf/voPcVug3xdHeJV+tk5W0I49cEvmZALn9spT AgGIvnZVzIp1aDRMXSaw5q8UiCeJblG7xxnakF1iSwcbHjsczZrQfYvMUrCKwMU4AgzE qm5CAIELS11Y83wAd9A5iOVqXoHVwBGA6nhMYdxDVhoEyBSoxk15EApHjUrH9FcQuXuJ ecr2p50FIkc0+3Xcn6jPLbyOJ+GQisE2okxcbLFVX/TxsyF9SKCXlpB8XN/cVIGODZyP yJmA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j2si1752958edj.194.2020.10.11.19.17.34; Sun, 11 Oct 2020 19:17:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387537AbgJKWDl (ORCPT + 99 others); Sun, 11 Oct 2020 18:03:41 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:54376 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387413AbgJKWDk (ORCPT ); Sun, 11 Oct 2020 18:03:40 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 5813A1C0B77; Mon, 12 Oct 2020 00:03:38 +0200 (CEST) Date: Mon, 12 Oct 2020 00:03:37 +0200 From: Pavel Machek To: Chris Packham Cc: Pavel Machek , Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Mark Brown , Sasha Levin Subject: Re: [PATCH 4.19 21/38] spi: fsl-espi: Only process interrupts for expected events Message-ID: <20201011220337.GA21317@amd> References: <20201005142108.650363140@linuxfoundation.org> <20201005142109.694666032@linuxfoundation.org> <20201006193634.GB8771@duo.ucw.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > >> [ Upstream commit b867eef4cf548cd9541225aadcdcee644669b9e1 ] > >> > >> The SPIE register contains counts for the TX FIFO so any time the irq > >> handler was invoked we would attempt to process the RX/TX fifos. Use t= he > >> SPIM value to mask the events so that we only process interrupts that > >> were expected. > >> > >> This was a latent issue exposed by commit 3282a3da25bd ("powerpc/64: > >> Implement soft interrupt replay in C"). > > We don't seem to have commit 3282... in 4.19, so we don't need this > > one in 4.19-stable according to the changelog. > Technically 3282... exposed the issue by making it more likely to happen= =20 > so 4.19 might just have a really low probability of seeing the issue (I= =20 > think I did try reproducing it on kernels of that vintage). Personally=20 > I'm not too fussed the kernel versions I care about have the fix. Maybe= =20 > someone from NXP cares enough to pursue it. Okay, I guess low-probability bugs are still fair game for -stable. The commit was not dropped from 4.19, so nothing needs to be done here. Sorry for the noise, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl+DgTkACgkQMOfwapXb+vJkNgCgjq6ULenHyb9JLZZNXtmSMQBD jW0An0L/u8/KrR5KDde+rGieiXyNeQf/ =W3dM -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--