From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E254C433FE for ; Mon, 14 Feb 2022 12:28:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353046AbiBNM2J (ORCPT ); Mon, 14 Feb 2022 07:28:09 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:55890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233868AbiBNM2H (ORCPT ); Mon, 14 Feb 2022 07:28:07 -0500 Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 214FF13E25; Mon, 14 Feb 2022 04:28:00 -0800 (PST) Received: by mail-io1-xd2e.google.com with SMTP id p63so19518112iod.11; Mon, 14 Feb 2022 04:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HvWQQ93GGa/cxhrbK4uZHPlLGYXs90RAcFEchHXtn+s=; b=WelbK5oWneqgW3bTeoMBlpxWwUO1QgFcC8F9BXY10Fpd/GXLzy8bypglGZ61WkYivm V4jzCCE/xtJy3cMwyowQqQ1B9iEQnwI/3f5Aa6gvV8oK+09vOMrWb7lsErW4DlQc07U5 LrijO3RyDDSV80qiRuKfinwQrEj8MrQaqTC6SuAMp0JjZMj4oEmVSzIW56Rf8T4/yJ6c FgpxcH0SU3caPqLherBcyzZAyyTsusueoMz3OSYI2cWFCB2lvsLDxMwP/gUMNbHwAzCi 7FcQYKiMH4zCCDKylMWO/K+CKRNB0Gl12+/UsBylytuaxihkQS7UkTXxP5Z/hmsC6YHv aZaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HvWQQ93GGa/cxhrbK4uZHPlLGYXs90RAcFEchHXtn+s=; b=3Jb3Ia33BGuGFUy1GKkB/lVPc1YAZHS67Rlvi4JQAweN/r+1EbHkgg8M12qePZUT4W LEUyPrw39YXPnf3oYPa/CSsBwPmPtHNkaF2cLu9E+Lv0Ggns0FnYTMdRUFW1k0A3h0K/ /sygVbHxg746KrvPHt5VQFUZmYVC8aPclrWLe2kS/I2JUWPmhfQaUZ4O3DWwA7yoV9m/ BwIX5zOgL7mxPSjOIVw/Ogwh7IooFZvBRu2Q0Qxw7cWB+bbjn9RxvEfNFB5wco+XOHSw dK4ZK6Ilb4xXgmRBJojl9XUilfb/BxGweTQYI1RKAssXoHQtzT1ZFlJpXSbm31CSTmVo PRYw== X-Gm-Message-State: AOAM532MAeyBWE8FBZJBVTGumPnbKVreTxupmPEjag5MvlscolzrRYEF zceioYi6+eYwjfVRu6W5y/5Z8oDwAHVGg/8InOgW8mpXTE0= X-Google-Smtp-Source: ABdhPJz+8EOyoQjWdVYWF+DJmxzChqKM9QGjxymG++sF8/eFcWcj9lLTDgfo2dBDoPwIw793n3ekmd/i5hII0SE70AY= X-Received: by 2002:a05:6638:382a:: with SMTP id i42mr8339322jav.256.1644841679469; Mon, 14 Feb 2022 04:27:59 -0800 (PST) MIME-Version: 1.0 References: <20220212130410.6901-1-ojeda@kernel.org> <20220212130410.6901-13-ojeda@kernel.org> In-Reply-To: From: Miguel Ojeda Date: Mon, 14 Feb 2022 13:27:48 +0100 Message-ID: Subject: Re: [PATCH v4 12/20] vsprintf: add new `%pA` format specifier To: Andy Shevchenko Cc: Miguel Ojeda , Linus Torvalds , Greg Kroah-Hartman , rust-for-linux , linux-kernel , Gary Guo , Alex Gaynor , Wedson Almeida Filho , Petr Mladek , Steven Rostedt , Sergey Senozhatsky , Rasmus Villemoes Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, On Mon, Feb 14, 2022 at 11:19 AM Andy Shevchenko wrote: > > Not sure I understand this... > > ...together with this in the current SoB chain. >From my reading of `Documentation/process/submitting-patches.rst`, this is the case I have to use: ``` Example of a patch submitted by a Co-developed-by: author:: From: From Author Co-developed-by: Random Co-Author Signed-off-by: Random Co-Author Signed-off-by: From Author Co-developed-by: Submitting Co-Author Signed-off-by: Submitting Co-Author ``` Do you think another case applies? > I'm wondering if you considered to use %pV. Please see Rasmus' reply, i.e. we are using Rust's own formatting machinery (the compiler validates the format string and creates an object that represents the formatting to be done). Thanks for taking a look! Cheers, Miguel