sys-kernel/coreos-overlay: adjust Hyper-V patch for 5.15.119

Since 5.15.119 or newer changed Hyper-V code via 34e21b8ff3e6
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=34e21b8ff3e6445baedb813b2ba8d306d6f312c8,
it is necessary to adjust the z0006 patch of Flatcar to apply the patch.
This commit is contained in:
Dongsu Park 2023-07-03 12:51:07 +02:00
parent 7e3d4f5287
commit 87fbd0f726

View File

@ -173,7 +173,7 @@ index 42c625bc5944..165dfb98d3d8 100644
#endif /* CONFIG_ARM64 */
/**
@@ -1462,122 +1586,9 @@ static void hv_irq_mask(struct irq_data *data)
@@ -1462,127 +1586,9 @@ static void hv_irq_mask(struct irq_data *data)
irq_chip_mask_parent(data);
}
@ -207,6 +207,11 @@ index 42c625bc5944..165dfb98d3d8 100644
- pbus = pdev->bus;
- hbus = container_of(pbus->sysdata, struct hv_pcibus_device, sysdata);
- int_desc = data->chip_data;
- if (!int_desc) {
- dev_warn(&hbus->hdev->device, "%s() can not unmask irq %u\n",
- __func__, data->irq);
- return;
- }
-
- spin_lock_irqsave(&hbus->retarget_msi_interrupt_lock, flags);
-