rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alice Ryhl <aliceryhl@google.com>
To: akpm@linux-foundation.org
Cc: a.hindborg@kernel.org, alex.gaynor@gmail.com, arnd@arndb.de,
	 bjorn3_gh@protonmail.com, boqun.feng@gmail.com, dakr@kernel.org,
	 gary@garyguo.net, jhubbard@nvidia.com,
	linux-kernel@vger.kernel.org,  lossin@kernel.org,
	ojeda@kernel.org, rust-for-linux@vger.kernel.org,
	 tmgross@umich.edu, yury.norov@gmail.com
Subject: Re: [PATCH] uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USER
Date: Tue, 18 Nov 2025 17:40:09 +0000	[thread overview]
Message-ID: <aRyveY9Kdea9rhwe@google.com> (raw)
In-Reply-To: <20251118173250.2821388-1-aliceryhl@google.com>

On Tue, Nov 18, 2025 at 05:32:50PM +0000, Alice Ryhl wrote:
> +#ifndef INLINE_COPY_FROM_USER
>  extern __must_check unsigned long
>  _copy_to_user(void __user *, const void *, unsigned long);
> +#endif

Err ... this one should be INLINE_COPY_TO_USER.

Alice

  reply	other threads:[~2025-11-18 17:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-24 15:47 [PATCH v2] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST Yury Norov (NVIDIA)
2025-10-24 16:16 ` Arnd Bergmann
2025-10-24 17:39 ` Miguel Ojeda
2025-11-18 10:39 ` Alice Ryhl
2025-11-18 17:18   ` Andrew Morton
2025-11-18 17:32     ` [PATCH] uaccess: gate _copy_[to|from]_user on !INLINE_COPY_FROM_USER Alice Ryhl
2025-11-18 17:40       ` Alice Ryhl [this message]
2025-11-18 19:51     ` [PATCH v2] uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST Yury Norov
2025-11-18 20:39       ` Alice Ryhl
2025-11-19  0:08         ` Philip Li
2025-11-19  0:07       ` Philip Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aRyveY9Kdea9rhwe@google.com \
    --to=aliceryhl@google.com \
    --cc=a.hindborg@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=alex.gaynor@gmail.com \
    --cc=arnd@arndb.de \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=dakr@kernel.org \
    --cc=gary@garyguo.net \
    --cc=jhubbard@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lossin@kernel.org \
    --cc=ojeda@kernel.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=tmgross@umich.edu \
    --cc=yury.norov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).