Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.77 Removed upstream: generic/backport-6.12/204-v6.13-resource-Add-resource-set-range-and-size-helpers.patch[1] microchipsw/patches-6.12/0098-v7.0-net-sparx5-lan969x-fix-DWRR-cost-max-to-match-hardwa.patch Manually rebased: bcm27xx/patches-6.12/950-0955-hwmon-aht10-Fix-AHT20-initialization.patch All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.12.77&id=889b5cb678c1ae5a4e1ff3b2c46f06ef4292aa86 2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.12.77&id=6c28aa8dfdf24f554d4c5d4ff7d723a95360d94a Build system: x86/64 Build-tested: flogic/glinet_gl-mt6000 Run-tested: flogic/glinet_gl-mt6000 Co-authored-by: Shiji Yang <yangshiji66@outlook.com> Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/22276 Signed-off-by: Robert Marko <robimarko@gmail.com>
25 lines
836 B
Diff
25 lines
836 B
Diff
From e9619b20eb7987f5e949b4b5b5a5452aa42aa1f0 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Wed, 1 Jan 2025 12:47:30 +0000
|
|
Subject: [PATCH] Revert "PCI: Warn if no host bridge NUMA node info"
|
|
|
|
This reverts commit ad5086108b9f0361929aa9a79cf959ab5681d249.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
drivers/pci/probe.c | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
--- a/drivers/pci/probe.c
|
|
+++ b/drivers/pci/probe.c
|
|
@@ -994,9 +994,6 @@ static int pci_register_host_bridge(stru
|
|
else
|
|
pr_info("PCI host bridge to bus %s\n", name);
|
|
|
|
- if (nr_node_ids > 1 && pcibus_to_node(bus) == NUMA_NO_NODE)
|
|
- dev_warn(&bus->dev, "Unknown NUMA node; performance will be reduced\n");
|
|
-
|
|
/* Check if the boot configuration by FW needs to be preserved */
|
|
bridge->preserve_config = pci_preserve_config(bridge);
|
|
|