Skip to content

Bugfix for kernel page fault on apci_wait_irq (correct branch). - #11

Open
sunipkm wants to merge 1 commit into
accesio:mPCIe-DIO-24A_alphafrom
sunipkm:mPCIe-DIO-24A_alpha
Open

Bugfix for kernel page fault on apci_wait_irq (correct branch).#11
sunipkm wants to merge 1 commit into
accesio:mPCIe-DIO-24A_alphafrom
sunipkm:mPCIe-DIO-24A_alpha

Conversation

@sunipkm

@sunipkm sunipkm commented Apr 25, 2023

Copy link
Copy Markdown

Fixes a bug where a page fault occurs when a device incapable of generating IRQs gets an wait_irq ioctl.

@jdolanIV

Copy link
Copy Markdown
Contributor

The target branch is now the feature branch. I don't know how long it's going to be before the feature branch gets merged back into master. There are a couple of ways to do this, but what I would do is commit this fix to master and then rebase the feature branch off of master. That way the bugfix is already in and not waiting for the feature branch to be finished.
Let me know if you want to edit this PR, create a new one, or have me try to cherry-pick the fix to master.
Once it's in master either I or @JHentges will rebase the feature branch. Which means a forced update, but it's a feature branch.

@sunipkm

sunipkm commented Apr 26, 2023

Copy link
Copy Markdown
Author

You can cherry-pick the fix to master, whatever is easier for you guys really!

@jdolanIV

jdolanIV commented May 3, 2023

Copy link
Copy Markdown
Contributor

This adventure continues. The patch refers to an irq_disabled field of ddata which doesn't exist in master which breaks compilation. I'm guessing it's something added in the alpha branch. I'm just going to leave it for @JHentges to deal with :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants