]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: zerocopy: add `README.md`
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 8 Jun 2026 14:14:30 +0000 (16:14 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 9 Jun 2026 02:13:22 +0000 (04:13 +0200)
commitb0d90bdcaa969d2ccd8d5e3104653a7f92583e60
tree3380a786b7913627e8978a5080193b375f7ae7a3
parentf81ccaecda51babc43b13c98d4d353a7c559cfc8
rust: zerocopy: add `README.md`

Originally, when the Rust upstream `alloc` standard library crate was
vendored in commit 057b8d257107 ("rust: adapt `alloc` crate to the
kernel"), a `README.md` file was added to explain the provenance and
licensing of the source files.

Thus do the same for the `zerocopy` crate.

Cc: Joshua Liebow-Feeser <joshlf@google.com>
Cc: Jack Wrenn <jswrenn@google.com>
Link: https://patch.msgid.link/20260608141439.182634-12-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/zerocopy/README.md [new file with mode: 0644]