lkml.org 
[lkml]   [2022]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v10 14/27] vsprintf: add new `%pA` format specifier
    On (22/09/27 15:14), Miguel Ojeda wrote:
    > This patch adds a format specifier `%pA` to `vsprintf` which formats
    > a pointer as `core::fmt::Arguments`. Doing so allows us to directly
    > format to the internal buffer of `printf`, so we do not have to use
    > a temporary buffer on the stack to pre-assemble the message on
    > the Rust side.
    >
    > This specifier is intended only to be used from Rust and not for C, so
    > `checkpatch.pl` is intentionally unchanged to catch any misuse.
    >
    > Reviewed-by: Kees Cook <keescook@chromium.org>
    > Acked-by: Petr Mladek <pmladek@suse.com>
    > 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: Gary Guo <gary@garyguo.net>
    > Co-developed-by: Miguel Ojeda <ojeda@kernel.org>
    > Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

    Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>

    \
     
     \ /
      Last update: 2022-09-28 12:10    [W:4.255 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site