Re: [PATCH v4] vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devices

2025-09-26 Thread Alex Williamson
On Tue, 23 Sep 2025 12:04:33 -0500 (CDT) Timothy Pearson wrote: > PCI devices prior to PCI 2.3 both use level interrupts and do not support > interrupt masking, leading to a failure when passed through to a KVM guest on > at least the ppc64 platform. This failure manifests as receiving and > ackn

Re: [PATCH 2/2] macintosh/via-pmu-backlight: Include linux/of.h and uapi/linux/fb.h

2025-09-26 Thread Christophe Leroy
Le 26/09/2025 à 01:46, Nathan Chancellor a écrit : After the recent removal of the fb.h include from backlight.h, which transitively included of.h, there are several errors from via-pmu-backlight.c (errors from bl_curve not being properly defined omitted): drivers/macintosh/via-pmu-backlig

Re: [PATCH 1/2] powerpc/powermac: Include linux/of.h in backlight.c

2025-09-26 Thread Christophe Leroy
Le 26/09/2025 à 01:46, Nathan Chancellor a écrit : After the recent removal of the fb.h include from backlight.h, which transitively included of.h, there are several errors in the powermac backlight driver: arch/powerpc/platforms/powermac/backlight.c: In function 'pmac_has_backlight_type'