Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several macros/functions from asm/uaccess.h (powerpc) are not seen by Elixir #258

Open
chleroy opened this issue Sep 15, 2023 · 0 comments
Labels

Comments

@chleroy
Copy link

chleroy commented Sep 15, 2023

For instance, there's two definitions for __get_user_asm_goto() in a #if/#else
The second definition is not seen by Elixir.

Also problem with allow_read_from_user() and similar helpers, Elixir sees its definition in asm/kup.h as a reference and see no definition for that function.

Same for allow_user_access(), definitions are seen as references

@chleroy chleroy changed the title Several macros from asm/uaccess.h (powerpc) are not seen by Elixir Several macros/functions from asm/uaccess.h (powerpc) are not seen by Elixir Sep 15, 2023
@fstachura fstachura added the bug label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants