From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org,
D Scott Phillips <scott@os.amperecomputing.com>,
Rio Liu <rio@r26.me>, Tudor Ambarus <tudor.ambarus@linaro.org>,
Markus Elfring <Markus.Elfring@web.de>
Cc: linux-kernel@vger.kernel.org,
"Christian König" <christian.koenig@amd.com>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
Subject: [PATCH v3 0/3] PCI: Resource fitting algorith fixes
Date: Fri, 22 Aug 2025 15:33:56 +0300 [thread overview]
Message-ID: <20250822123359.16305-1-ilpo.jarvinen@linux.intel.com> (raw)
v3 corrects the max() parameters as noticed by Markus.
It would actually be nice if Rio could retest the first patch just
in case. While I expect his problem originated from the size0 block,
there's a small possibility size1 block could have played role in
which case the changed max() could impact the end result.
Once Rio has tested the first patch, these should replace the v2
patches in the pci/resource branch.
v3:
- Correct max() parameter.
- Added Rio's full name into tags.
- Included Closes: tags from the applied v2 changes.
v2:
- Add fix to resize problem (new patch).
Ilpo Järvinen (3):
PCI: Relaxed tail alignment should never increase min_align
PCI: Fix pdev_resources_assignable() disparity
PCI: Fix failure detection during resource resize
drivers/pci/setup-bus.c | 38 ++++++++++++++++++++++++++------------
1 file changed, 26 insertions(+), 12 deletions(-)
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
--
2.39.5
next reply other threads:[~2025-08-22 12:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-22 12:33 Ilpo Järvinen [this message]
2025-08-22 12:33 ` [PATCH v3 1/3] PCI: Relaxed tail alignment should never increase min_align Ilpo Järvinen
2025-08-22 12:33 ` [PATCH v3 2/3] PCI: Fix pdev_resources_assignable() disparity Ilpo Järvinen
2025-08-22 12:33 ` [PATCH v3 3/3] PCI: Fix failure detection during resource resize Ilpo Järvinen
2025-08-25 22:21 ` Bjorn Helgaas
2025-08-26 12:51 ` Ilpo Järvinen
2025-08-27 19:51 ` Bjorn Helgaas
2025-08-26 15:23 ` [PATCH v3 0/3] PCI: Resource fitting algorith fixes Rio Liu
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=20250822123359.16305-1-ilpo.jarvinen@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=Markus.Elfring@web.de \
--cc=bhelgaas@google.com \
--cc=christian.koenig@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=rio@r26.me \
--cc=scott@os.amperecomputing.com \
--cc=tudor.ambarus@linaro.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.