linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Keguang Zhang <keguang.zhang@gmail.com>
To: Vinod Koul <vkoul@kernel.org>
Cc: Keguang Zhang via B4 Relay
	<devnull+keguang.zhang.gmail.com@kernel.org>,
	 kernel test robot <lkp@intel.com>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	oe-kbuild-all@lists.linux.dev,  linux-mips@vger.kernel.org,
	dmaengine@vger.kernel.org,  devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	 Jiaxun Yang <jiaxun.yang@flygoat.com>
Subject: Re: [PATCH RESEND v9 2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver
Date: Thu, 25 Jul 2024 18:07:13 +0800	[thread overview]
Message-ID: <CAJhJPsWi4Fs3o-XmDStMtAjxcdbobWXBy2ZopgdHftf_JMA19w@mail.gmail.com> (raw)
In-Reply-To: <ZqHpWKLhRUi0N5Ps@matsya>

On Thu, Jul 25, 2024 at 1:57 PM Vinod Koul <vkoul@kernel.org> wrote:
>
> On 14-07-24, 05:11, kernel test robot wrote:
> > Hi Keguang,
> >
> > kernel test robot noticed the following build warnings:
> >
> > [auto build test WARNING on d35b2284e966c0bef3e2182a5c5ea02177dd32e4]
> >
> > url:    https://github.com/intel-lab-lkp/linux/commits/Keguang-Zhang-via-B4-Relay/dt-bindings-dma-Add-Loongson-1-APB-DMA/20240711-191657
> > base:   d35b2284e966c0bef3e2182a5c5ea02177dd32e4
> > patch link:    https://lore.kernel.org/r/20240711-loongson1-dma-v9-2-5ce8b5e85a56%40gmail.com
> > patch subject: [PATCH RESEND v9 2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver
> > config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20240714/202407140536.iIizeGVy-lkp@intel.com/config)
> > compiler: gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0
> > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240714/202407140536.iIizeGVy-lkp@intel.com/reproduce)
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > | Reported-by: kernel test robot <lkp@intel.com>
> > | Closes: https://lore.kernel.org/oe-kbuild-all/202407140536.iIizeGVy-lkp@intel.com/
> >
> > All warnings (new ones prefixed by >>):
> >
> >    In file included from include/linux/printk.h:598,
> >                     from include/asm-generic/bug.h:22,
> >                     from arch/x86/include/asm/bug.h:87,
> >                     from include/linux/bug.h:5,
> >                     from include/linux/fortify-string.h:6,
> >                     from include/linux/string.h:374,
> >                     from include/linux/scatterlist.h:5,
> >                     from include/linux/dmapool.h:14,
> >                     from drivers/dma/loongson1-apb-dma.c:8:
> >    drivers/dma/loongson1-apb-dma.c: In function 'ls1x_dma_start':
> > >> drivers/dma/loongson1-apb-dma.c:137:34: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' {aka 'long long unsigned int'} [-Wformat=]
> >      137 |         dev_dbg(chan2dev(dchan), "cookie=%d, starting hwdesc=%x\n",
>
> You should not use %x for dma_addr_t, please see documentation
>
Will fix this in next version.
Thanks!

> --
> ~Vinod



-- 
Best regards,

Keguang Zhang

  reply	other threads:[~2024-07-25 10:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11 10:55 [PATCH RESEND v9 0/2] Add support for Loongson1 APB DMA Keguang Zhang via B4 Relay
2024-07-11 10:55 ` [PATCH RESEND v9 1/2] dt-bindings: dma: Add Loongson-1 " Keguang Zhang via B4 Relay
2024-07-11 10:55 ` [PATCH RESEND v9 2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver Keguang Zhang via B4 Relay
2024-07-13 21:11   ` kernel test robot
2024-07-25  5:57     ` Vinod Koul
2024-07-25 10:07       ` Keguang Zhang [this message]
2024-07-13 23:24   ` kernel test robot
2024-07-12  4:22 ` [PATCH RESEND v9 0/2] Add support for Loongson1 APB DMA Huacai Chen
2024-07-12  6:23   ` Keguang Zhang
2024-07-15  6:39     ` Huacai Chen
2024-07-15  6:55       ` Keguang Zhang
2024-07-15  7:00       ` Jiaxun Yang
2024-07-16  9:40         ` Huacai Chen
2024-07-16 13:10           ` Jiaxun Yang
2024-07-17 13:06             ` Huacai Chen
2024-07-17 14:20               ` Jiaxun Yang

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=CAJhJPsWi4Fs3o-XmDStMtAjxcdbobWXBy2ZopgdHftf_JMA19w@mail.gmail.com \
    --to=keguang.zhang@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=devnull+keguang.zhang.gmail.com@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=robh@kernel.org \
    --cc=vkoul@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).