summaryrefslogtreecommitdiffstats
path: root/patch-5.15-redhat.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-01-07 14:32:55 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2022-01-07 14:32:55 +0100
commit861bf2f0c1b4053e6164e078ca2a2dbc99ce6fba (patch)
treeb962f97960448bb8936aec219b08985afa37e918 /patch-5.15-redhat.patch
parent035f1247fa342b666e2388ef1462c7aa5aface00 (diff)
parentad8f0e10cf6cc09a3fc84feeda250a54550d3a1b (diff)
downloadkernel-861bf2f0c1b4053e6164e078ca2a2dbc99ce6fba.tar.gz
kernel-861bf2f0c1b4053e6164e078ca2a2dbc99ce6fba.tar.xz
kernel-861bf2f0c1b4053e6164e078ca2a2dbc99ce6fba.zip
Merge remote-tracking branch 'origin/f34' into f34-user-thl-vanilla-fedora
Diffstat (limited to 'patch-5.15-redhat.patch')
-rw-r--r--patch-5.15-redhat.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patch-5.15-redhat.patch b/patch-5.15-redhat.patch
index 187881358..f50f3054b 100644
--- a/patch-5.15-redhat.patch
+++ b/patch-5.15-redhat.patch
@@ -51,10 +51,10 @@
50 files changed, 753 insertions(+), 202 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
-index a454f438bd62..d00009504c94 100644
+index 8ff6dafafdf8..e3f786336cf9 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
-@@ -3953,6 +3953,15 @@
+@@ -3955,6 +3955,15 @@
please report a bug.
nocrs [X86] Ignore PCI host bridge windows from ACPI.
If you need to use this, please report a bug.
@@ -71,7 +71,7 @@ index a454f438bd62..d00009504c94 100644
This is normally done in pci_enable_device(),
so this option is a temporary workaround
diff --git a/Makefile b/Makefile
-index 474b2a2292ca..22cae212633b 100644
+index 0964b940b889..717685ccae64 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -1684,7 +1684,7 @@ index 00070a8a6507..e9e0ffa990cd 100644
* disconnected while waiting for the lock to succeed. */
usb_lock_device(hdev);
diff --git a/include/linux/efi.h b/include/linux/efi.h
-index 6b5d36babfcc..fd4a5d66a9d0 100644
+index 3d8ddc5eca8c..779f41901f35 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -43,6 +43,8 @@