Fix page-fault in kernel 5.15
iotmaker33 opened this issue · 3 comments
iotmaker33 commented
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
iotmaker33 commented
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.
frank-zago commented
Sorry about that. Not sure how that happened. It's back now.
iotmaker33 commented
It works well now. Thanks for your hard work