Date | Tue, 27 Sep 2022 17:26:59 +0200 | From | Greg Kroah-Hartman <> | Subject | Re: [PATCH v10 21/27] scripts: add `is_rust_module.sh` |
| |
On Tue, Sep 27, 2022 at 03:14:52PM +0200, Miguel Ojeda wrote: > From: Daniel Xu <dxu@dxuuu.xyz> > > This script is used to detect whether a kernel module is written > in Rust. > > It will later be used to disable BTF generation on Rust modules as > BTF does not yet support Rust. > > Reviewed-by: Kees Cook <keescook@chromium.org> > Co-developed-by: Alex Gaynor <alex.gaynor@gmail.com> > Signed-off-by: Alex Gaynor <alex.gaynor@gmail.com> > Co-developed-by: Wedson Almeida Filho <wedsonaf@google.com> > Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com> > Signed-off-by: Daniel Xu <dxu@dxuuu.xyz> > Co-developed-by: Miguel Ojeda <ojeda@kernel.org> > Signed-off-by: Miguel Ojeda <ojeda@kernel.org> > --- > scripts/is_rust_module.sh | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100755 scripts/is_rust_module.sh
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|