[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANiq72mOgDjp5eSJW6pkkNdF-YX0BSLofEwAm88oUzQFybQZGg@mail.gmail.com>
Date: Wed, 17 Aug 2022 23:00:24 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Kees Cook <keescook@...omium.org>
Cc: Miguel Ojeda <ojeda@...nel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org, patches@...ts.linux.dev,
Jarkko Sakkinen <jarkko@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Wedson Almeida Filho <wedsonaf@...gle.com>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>
Subject: Re: [PATCH v9 07/27] rust: import upstream `alloc` crate
On Wed, Aug 17, 2022 at 10:07 PM Kees Cook <keescook@...omium.org> wrote:
>
> Can you include an easy script (in the commit log) for this kind of
> verification?
Of course, good idea!
> For this, I have done:
>
> $ git am 0001-rust-import-upstream-alloc-crate.patch
> $ for i in $(diffstat -lp3 0001-rust-import-upstream-alloc-crate.patch); do
> wget --quiet -O check.rs \
> https://github.com/rust-lang/rust/raw/1.62.0/library/alloc/src/$i
> diff -up rust/alloc/$i check.rs && echo $i: ok
> rm -f check.rs
> done
Thanks for providing the steps like in the other version. This one is
even fancier :)
Cheers,
Miguel
Powered by blists - more mailing lists