frank-zago/ch341-i2c-spi-gpio

Fix page-fault in kernel 5.15

iotmaker33 opened this issue · 3 comments

Hi,

I make a patch to fix the page-fault bug in kernel 5.15 (Ubuntu 22.04 LTS)
Could you help to review this and help to integrate this patch ?

Thanks.
gpio.patch.gz

Hi,

I found you remove IRQCHIP_IMMUTABLE macro too. There is no IRQCHIP_IMMUTABLE before 5.19. Could you help to add the following line ?

#define IRQCHIP_IMMUTABLE 0

thanks.

Sorry about that. Not sure how that happened. It's back now.

It works well now. Thanks for your hard work