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

Clean unsafe in unsafe fns warnings #348

Merged
merged 3 commits into from
Jun 4, 2021
Merged

Commits on Jun 4, 2021

  1. rust: kernel: clean unsafe_op_in_unsafe_fn warnings

    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c606d85 View commit details
    Browse the repository at this point in the history
  2. drivers: binder: clean unsafe_op_in_unsafe_fn warning

    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f81ade8 View commit details
    Browse the repository at this point in the history
  3. rust: globally deny unsafe_op_in_unsafe_fn

    This prevents new ones from getting in.
    
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a0ea20f View commit details
    Browse the repository at this point in the history