public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@mellanox.com>
To: kernel test robot <lkp@intel.com>
Cc: Leon Romanovsky <leonro@mellanox.com>,
	kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Mark Zhang <markz@mellanox.com>
Subject: Re: drivers/infiniband/hw/mlx5/qp.c:2904:3: note: in expansion of macro 'mlx5_ib_dbg'
Date: Wed, 17 Jun 2020 09:07:03 -0300	[thread overview]
Message-ID: <20200617120703.GK65026@mellanox.com> (raw)
In-Reply-To: <202006171658.Tch2yIfU%lkp@intel.com>

On Wed, Jun 17, 2020 at 04:52:02PM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   69119673bd50b176ded34032fadd41530fb5af21
> commit: e383085c24255821e79d3c2aa6302d804b6a1c48 RDMA/mlx5: Set ECE options during QP create
> date:   3 weeks ago
> config: i386-allyesconfig (attached as .config)
> compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
> reproduce (this is a W=1 build):
>         git checkout e383085c24255821e79d3c2aa6302d804b6a1c48
>         # save the attached .config to linux build tree
>         make W=1 ARCH=i386 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>

I think this should be fixed by:

commit 4f5747cf8e5947479a27a3597829e45d6d8d73e0
Author: Tom Seewald <tseewald@gmail.com>
Date:   Thu Jun 4 21:30:12 2020 -0500

    RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()
    
    Variables of type size_t should use %zu rather than %lu [1]. The variables
    "inlen", "ucmd", "last", and "size" are all size_t, so use the correct
    format specifiers.
    
    [1] https://www.kernel.org/doc/html/latest/core-api/printk-formats.html
    
    Fixes: e383085c2425 ("RDMA/mlx5: Set ECE options during QP create")
    Link: https://lore.kernel.org/r/20200605023012.9527-1-tseewald@gmail.com
    Signed-off-by: Tom Seewald <tseewald@gmail.com>
    Acked-by: Leon Romanovsky <leonro@mellanox.com>
    Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>


Jason

      reply	other threads:[~2020-06-17 12:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-17  8:52 drivers/infiniband/hw/mlx5/qp.c:2904:3: note: in expansion of macro 'mlx5_ib_dbg' kernel test robot
2020-06-17 12:07 ` Jason Gunthorpe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200617120703.GK65026@mellanox.com \
    --to=jgg@mellanox.com \
    --cc=kbuild-all@lists.01.org \
    --cc=leonro@mellanox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=markz@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox