linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Maciej W. Rozycki" <macro@orcam.me.uk>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org,  LKML <linux-kernel@vger.kernel.org>,
	 Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: Re: [PATCH 1/1] PCI: Cleanup link activation wait logic
Date: Sat, 10 Feb 2024 01:50:19 +0000 (GMT)	[thread overview]
Message-ID: <alpine.DEB.2.21.2402100118350.2376@angie.orcam.me.uk> (raw)
In-Reply-To: <a0e8ae37-cc11-2219-201e-d6740028b735@linux.intel.com>

On Fri, 2 Feb 2024, Ilpo Järvinen wrote:

> >  You change the logic here in that the second conditional isn't run if the 
> > first has not.  This is wrong, unclamping is not supposed to rely on LBMS. 
> > It is supposed to be always run and any failure has to be reported too, as 
> > a retraining error.  I'll send an update according to what I have outlined 
> > before then, with some testing done first.
> 
> Oh I see now, I'm sorry, I didn't read all the way to the last paragraph 
> of the commit message because the earlier one in the commit message hinted 
> the restriction is removed afterwards so I thought it was only linked to 
> the first part of the quirk.

 No worries.  I have submitted the changes now: 
<https://lore.kernel.org/r/alpine.DEB.2.21.2402092125070.2376@angie.orcam.me.uk/>.

 Unfortunately due to a sudden hardware failure I wasn't able to do any
non-trivial verification, as explained in the cover letter.  I'll try to 
get back to it as soon as reasonably possible, hopefully next month.

> >  I think it has to be a separate change, as a fix to what I can see is an 
> > issue with a three-way-merge done with commit 1abb47390350 ("Merge branch 
> > 'pci/enumeration'"); surely a bool result wasn't supposed to be assigned 
> > to an int variable carrying an error code.
> > 
> >  Either or both changes may have to be backported independently.
> 
> But can it be? Won't the intermediate state cause more breakage? (although 
> that obviously can only hit some very unfortunate bisecter so perhaps not 
> a big deal because one would need many holes to align, the biggest being 
> the link has to fail training which is rare to begin with).

 I decided to do it differently after all, still with two changes.  There 
doesn't have to be any intermediate state, and returning failure where no 
retraining has been done is no different from the case where a failure was 
caused by the lack of hardware features required, such as link active 
reporting, so if callers work without this update, then so they will with 
it in place (i.e. no regression).

  Maciej

  reply	other threads:[~2024-02-10  1:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02 13:41 [PATCH 1/1] PCI: Cleanup link activation wait logic Ilpo Järvinen
2024-02-02 14:22 ` Maciej W. Rozycki
2024-02-02 14:31   ` Ilpo Järvinen
2024-02-10  1:50     ` Maciej W. Rozycki [this message]
2024-02-26 12:53       ` Maciej W. Rozycki
2024-02-16 13:28   ` Ilpo Järvinen
2024-02-16 13:58     ` Maciej W. Rozycki
2024-02-16 14:23       ` Ilpo Järvinen
2024-02-26 12:43         ` Maciej W. Rozycki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.21.2402100118350.2376@angie.orcam.me.uk \
    --to=macro@orcam.me.uk \
    --cc=bhelgaas@google.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).