From: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
To: Hanqing Zhao <ouckarlzhao@gmail.com>
Cc: rust-for-linux <rust-for-linux@vger.kernel.org>
Subject: Re: [Question] import third-party crates in kernel modules
Date: Mon, 26 Apr 2021 20:32:42 +0200 [thread overview]
Message-ID: <CANiq72knPX3GHHPPrZ=ErgX=1DttMXjOShcA1ZF4TENzNRaWzg@mail.gmail.com> (raw)
In-Reply-To: <CAKmvQ+U7LbwLRyY6FC70Y9-1Sdp8KdYRXryUvk9oTHvJSh29nQ@mail.gmail.com>
Hi Hanqing,
On Mon, Apr 26, 2021 at 7:01 PM Hanqing Zhao <ouckarlzhao@gmail.com> wrote:
>
> Is it possible to import third-party crates in the kernel modules?
> (e.g., crates on crates.io)
>
> Any suggestions to import crates while writing kernel modules? TIA.
Which crates do you need? We may end up importing some things into the
kernel (such as `alloc` and `syn`), but we do not plan to depend on
crates.io (offline or otherwise).
Cheers,
Miguel
next prev parent reply other threads:[~2021-04-26 18:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-26 17:01 [Question] import third-party crates in kernel modules Hanqing Zhao
2021-04-26 18:32 ` Miguel Ojeda [this message]
2021-04-26 19:10 ` Hanqing Zhao
2021-04-26 20:20 ` Miguel Ojeda
2021-04-26 20:41 ` Hanqing Zhao
2021-04-26 23:16 ` Miguel Ojeda
2021-04-27 1:28 ` Wedson Almeida Filho
2021-04-26 23:54 ` Kajetan Puchalski
2021-04-27 0:36 ` Miguel Ojeda
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='CANiq72knPX3GHHPPrZ=ErgX=1DttMXjOShcA1ZF4TENzNRaWzg@mail.gmail.com' \
--to=miguel.ojeda.sandonis@gmail.com \
--cc=ouckarlzhao@gmail.com \
--cc=rust-for-linux@vger.kernel.org \
/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).