You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 inasm/kup.h
as a reference and see no definition for that function.Same for
allow_user_access(),
definitions are seen as referencesThe text was updated successfully, but these errors were encountered: