Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ index e8081af..152bfcf 100644
--- a/drivers/gpu/drm/xe/xe_bo.h
+++ b/drivers/gpu/drm/xe/xe_bo.h
@@ -9,6 +9,8 @@

#include <drm/drm_prime.h>
#include <drm/ttm/ttm_tt.h>

+#include <xen/xen.h>
Expand Down
4 changes: 2 additions & 2 deletions 0006-block-add-no_part_scan-module-parameter.patch
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ index 8171a6bc3210f..755652ad806a9 100644
const struct attribute_group **groups,
struct fwnode_handle *fwnode)
@@ -447,6 +455,9 @@ static int __add_disk(struct device *parent, struct gendisk *disk,
bdev_set_flag(disk->part0, BD_HAS_SUBMIT_BIO);
}
if (blk_queue_is_zoned(disk->queue))
disk->flags |= GENHD_FL_NO_PART;

+ if (disk_no_part_scan)
+ disk->flags |= GENHD_FL_NO_PART;
Expand Down
Loading