Re: [PATCH v8 28/31] samples: add Rust examples

From: Miguel Ojeda
Date: Sat Aug 06 2022 - 08:03:34 EST


On Fri, Aug 5, 2022 at 1:40 PM Konstantin Shelekhin
<k.shelekhin@xxxxxxxxx> wrote:
>
> Cool, thanks. I suggest it for the next patchset iteration, since it's
> already has a GH issue.

Gary implemented a subset of string literals to cover this without
having to vendor extra external code in
https://github.com/Rust-for-Linux/linux/pull/858:

module! {
type: RustNetfilter,
name: "rust_netfilter",
author: "Rust for Linux Contributors",
description: "Rust netfilter sample",
license: "GPL",
}

It will be there in v10.

Cheers,
Miguel