summaryrefslogtreecommitdiff
path: root/SOURCES/patch-5.19-redhat.patch
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-09-03 10:47:24 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-09-03 10:47:36 +0200
commitf8f69532dab32443fc37f1c3ccd5ca0933c903e8 (patch)
treee33f64a5da16326f02a3ea590e60d312eb0f7a59 /SOURCES/patch-5.19-redhat.patch
parentc8e8f799ce4ee882ceb9abf69f770d0ebc8e2d08 (diff)
downloadkernel-fsync-f8f69532dab32443fc37f1c3ccd5ca0933c903e8.tar.gz
kernel-fsync-f8f69532dab32443fc37f1c3ccd5ca0933c903e8.zip
kernel 5.19.6
Diffstat (limited to 'SOURCES/patch-5.19-redhat.patch')
-rw-r--r--SOURCES/patch-5.19-redhat.patch26
1 files changed, 24 insertions, 2 deletions
diff --git a/SOURCES/patch-5.19-redhat.patch b/SOURCES/patch-5.19-redhat.patch
index cc73ad2..f5d5aee 100644
--- a/SOURCES/patch-5.19-redhat.patch
+++ b/SOURCES/patch-5.19-redhat.patch
@@ -16,6 +16,7 @@
arch/s390/kernel/ipl.c | 5 +
arch/s390/kernel/setup.c | 4 +
arch/x86/kernel/setup.c | 22 +-
+ block/genhd.c | 3 +-
drivers/acpi/apei/hest.c | 8 +
drivers/acpi/irq.c | 17 +-
drivers/acpi/scan.c | 9 +
@@ -58,7 +59,7 @@
security/lockdown/Kconfig | 13 +
security/lockdown/lockdown.c | 1 +
security/security.c | 6 +
- 60 files changed, 1727 insertions(+), 313 deletions(-)
+ 61 files changed, 1729 insertions(+), 314 deletions(-)
diff --git a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
index e6485f7b046f..217c42874f41 100644
@@ -250,7 +251,7 @@ index 000000000000..733a26bd887a
+
+endmenu
diff --git a/Makefile b/Makefile
-index 65dc4f93ffdb..f305e434bc0c 100644
+index cb68101ea070..da893ccb2025 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -495,6 +496,27 @@ index bd6c6fd373ae..3333b08a778d 100644
reserve_initrd();
+diff --git a/block/genhd.c b/block/genhd.c
+index 278227ba1d53..e0675772178b 100644
+--- a/block/genhd.c
++++ b/block/genhd.c
+@@ -623,7 +623,6 @@ void del_gendisk(struct gendisk *disk)
+ * Prevent new I/O from crossing bio_queue_enter().
+ */
+ blk_queue_start_drain(q);
+- blk_mq_freeze_queue_wait(q);
+
+ if (!(disk->flags & GENHD_FL_HIDDEN)) {
+ sysfs_remove_link(&disk_to_dev(disk)->kobj, "bdi");
+@@ -647,6 +646,8 @@ void del_gendisk(struct gendisk *disk)
+ pm_runtime_set_memalloc_noio(disk_to_dev(disk), false);
+ device_del(disk_to_dev(disk));
+
++ blk_mq_freeze_queue_wait(q);
++
+ blk_throtl_cancel_bios(disk->queue);
+
+ blk_sync_queue(q);
diff --git a/drivers/acpi/apei/hest.c b/drivers/acpi/apei/hest.c
index 6aef1ee5e1bd..8f146b1b4972 100644
--- a/drivers/acpi/apei/hest.c