You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pussuw (via GitHub)" <gi...@apache.org> on 2024/04/15 10:14:32 UTC

[PR] imx9_gpioirq: Fix bug in reading port number [nuttx]

pussuw opened a new pull request, #12148:
URL: https://github.com/apache/nuttx/pull/12148

   ## Summary
   The port is passed as (void *)port, so reading from *port will return garbage and most likely result in page fault.
   
   ## Impact
   Fix bug in the gpioirq driver
   ## Testing
   imx93
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] imx9_gpioirq: Fix bug in reading port number [nuttx]

Posted by "pussuw (via GitHub)" <gi...@apache.org>.
pussuw commented on PR #12148:
URL: https://github.com/apache/nuttx/pull/12148#issuecomment-2056896877

   More issues with the driver, needs more testing still. I'll bundle the fixes into 1 PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] imx93_gpioirq: Fix the GPIO interrupt source names [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #12148:
URL: https://github.com/apache/nuttx/pull/12148


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org