kernel-7.1.0-0.rc0.260424gdd6c438c3e64.6
* Fri Apr 24 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.1.0-0.rc0.dd6c438c3e64.6] - automotive: enable HUGETLBFS to workaround build error (Scott Weaver) - add man-page for rv-mon-stall (Thorsten Leemhuis) - disable selftests by default for now (Thorsten Leemhuis) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
2a035b3a85
commit
dbfb3fb1ff
44 changed files with 84 additions and 28 deletions
|
|
@ -1041,7 +1041,7 @@ index d1595156c86a..9485212f1a6d 100644
|
|||
return ctx.rc;
|
||||
}
|
||||
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
|
||||
index e8cdbdb46fdb..71366d15a7db 100644
|
||||
index 530547cda8b2..dc046780c74d 100644
|
||||
--- a/drivers/acpi/scan.c
|
||||
+++ b/drivers/acpi/scan.c
|
||||
@@ -1792,6 +1792,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device)
|
||||
|
|
@ -2097,10 +2097,10 @@ index d10ece0889f0..e35c9d168794 100644
|
|||
return rc;
|
||||
if (rc < 0) {
|
||||
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
|
||||
index 757a296eae41..096e8bedc7ef 100644
|
||||
index caaed1a01dc0..ec7b94de5515 100644
|
||||
--- a/drivers/pci/quirks.c
|
||||
+++ b/drivers/pci/quirks.c
|
||||
@@ -4508,6 +4508,30 @@ static void quirk_aspeed_pci_bridge_no_alias(struct pci_dev *pdev)
|
||||
@@ -4506,6 +4506,30 @@ static void quirk_aspeed_pci_bridge_no_alias(struct pci_dev *pdev)
|
||||
}
|
||||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ASPEED, 0x1150, quirk_aspeed_pci_bridge_no_alias);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue