All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org, kbuild-all@lists.01.org,
	kbuild test robot <lkp@intel.com>,
	Richard Weinberger <richard@nod.at>,
	linux-kernel@vger.kernel.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	linux-mtd@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Vignesh Raghavendra <vigneshr@ti.com>
Subject: Re: [PATCH 3/3] mtd: onenand: Enable compile testing of OMAP and Samsung drivers
Date: Mon, 13 Jan 2020 09:15:15 +0100	[thread overview]
Message-ID: <20200113091515.4404dbb6@xps13> (raw)
In-Reply-To: <20200113074632.GA1187@pi3>

Hi Krzysztof,

Krzysztof Kozlowski <krzk@kernel.org> wrote on Mon, 13 Jan 2020
08:46:32 +0100:

> On Thu, Jan 09, 2020 at 04:18:26PM +0100, Miquel Raynal wrote:
> > Hi Krzysztof,
> > 
> > Krzysztof Kozlowski <krzk@kernel.org> wrote on Tue, 31 Dec 2019
> > 08:33:39 +0100:
> >   
> > > On Tue, Dec 31, 2019 at 10:00:48AM +0800, kbuild test robot wrote:  
> > > > Hi Krzysztof,
> > > > 
> > > > I love your patch! Perhaps something to improve:
> > > > 
> > > > [auto build test WARNING on linus/master]
> > > > [also build test WARNING on v5.5-rc4 next-20191220]
> > > > [if your patch is applied to the wrong git tree, please drop us a note to help
> > > > improve the system. BTW, we also suggest to use '--base' option to specify the
> > > > base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
> > > > 
> > > > url:    https://github.com/0day-ci/linux/commits/Krzysztof-Kozlowski/mtd-onenand-samsung-Fix-pointer-cast-Wpointer-to-int-cast-warnings-on-64-bit/20191230-030838
> > > > base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git bf8d1cd4386535004c4afe7f03d37f9864c9940e
> > > > reproduce:
> > > >         # apt-get install sparse
> > > >         # sparse version: v0.6.1-129-g341daf20-dirty
> > > >         make ARCH=x86_64 allmodconfig
> > > >         make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
> > > > 
> > > > If you fix the issue, kindly add following tag
> > > > Reported-by: kbuild test robot <lkp@intel.com>
> > > >     
> > > 
> > > It is not related to my patch. I'll fix it up soon.  
> > 
> > I would like this to be fixed before enabling compile testing, is your
> > fix read?  
> 
> Yes, you picked up the fix here:
> https://lore.kernel.org/lkml/20200103164158.4265-1-krzk@kernel.org/

Perfect, I did not even linked these issues together.

Thanks,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: kbuild test robot <lkp@intel.com>,
	kbuild-all@lists.01.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH 3/3] mtd: onenand: Enable compile testing of OMAP and Samsung drivers
Date: Mon, 13 Jan 2020 09:15:15 +0100	[thread overview]
Message-ID: <20200113091515.4404dbb6@xps13> (raw)
In-Reply-To: <20200113074632.GA1187@pi3>

Hi Krzysztof,

Krzysztof Kozlowski <krzk@kernel.org> wrote on Mon, 13 Jan 2020
08:46:32 +0100:

> On Thu, Jan 09, 2020 at 04:18:26PM +0100, Miquel Raynal wrote:
> > Hi Krzysztof,
> > 
> > Krzysztof Kozlowski <krzk@kernel.org> wrote on Tue, 31 Dec 2019
> > 08:33:39 +0100:
> >   
> > > On Tue, Dec 31, 2019 at 10:00:48AM +0800, kbuild test robot wrote:  
> > > > Hi Krzysztof,
> > > > 
> > > > I love your patch! Perhaps something to improve:
> > > > 
> > > > [auto build test WARNING on linus/master]
> > > > [also build test WARNING on v5.5-rc4 next-20191220]
> > > > [if your patch is applied to the wrong git tree, please drop us a note to help
> > > > improve the system. BTW, we also suggest to use '--base' option to specify the
> > > > base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
> > > > 
> > > > url:    https://github.com/0day-ci/linux/commits/Krzysztof-Kozlowski/mtd-onenand-samsung-Fix-pointer-cast-Wpointer-to-int-cast-warnings-on-64-bit/20191230-030838
> > > > base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git bf8d1cd4386535004c4afe7f03d37f9864c9940e
> > > > reproduce:
> > > >         # apt-get install sparse
> > > >         # sparse version: v0.6.1-129-g341daf20-dirty
> > > >         make ARCH=x86_64 allmodconfig
> > > >         make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
> > > > 
> > > > If you fix the issue, kindly add following tag
> > > > Reported-by: kbuild test robot <lkp@intel.com>
> > > >     
> > > 
> > > It is not related to my patch. I'll fix it up soon.  
> > 
> > I would like this to be fixed before enabling compile testing, is your
> > fix read?  
> 
> Yes, you picked up the fix here:
> https://lore.kernel.org/lkml/20200103164158.4265-1-krzk@kernel.org/

Perfect, I did not even linked these issues together.

Thanks,
Miquèl

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org, kbuild-all@lists.01.org,
	kbuild test robot <lkp@intel.com>,
	Richard Weinberger <richard@nod.at>,
	linux-kernel@vger.kernel.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	linux-mtd@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Vignesh Raghavendra <vigneshr@ti.com>
Subject: Re: [PATCH 3/3] mtd: onenand: Enable compile testing of OMAP and Samsung drivers
Date: Mon, 13 Jan 2020 09:15:15 +0100	[thread overview]
Message-ID: <20200113091515.4404dbb6@xps13> (raw)
In-Reply-To: <20200113074632.GA1187@pi3>

Hi Krzysztof,

Krzysztof Kozlowski <krzk@kernel.org> wrote on Mon, 13 Jan 2020
08:46:32 +0100:

> On Thu, Jan 09, 2020 at 04:18:26PM +0100, Miquel Raynal wrote:
> > Hi Krzysztof,
> > 
> > Krzysztof Kozlowski <krzk@kernel.org> wrote on Tue, 31 Dec 2019
> > 08:33:39 +0100:
> >   
> > > On Tue, Dec 31, 2019 at 10:00:48AM +0800, kbuild test robot wrote:  
> > > > Hi Krzysztof,
> > > > 
> > > > I love your patch! Perhaps something to improve:
> > > > 
> > > > [auto build test WARNING on linus/master]
> > > > [also build test WARNING on v5.5-rc4 next-20191220]
> > > > [if your patch is applied to the wrong git tree, please drop us a note to help
> > > > improve the system. BTW, we also suggest to use '--base' option to specify the
> > > > base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
> > > > 
> > > > url:    https://github.com/0day-ci/linux/commits/Krzysztof-Kozlowski/mtd-onenand-samsung-Fix-pointer-cast-Wpointer-to-int-cast-warnings-on-64-bit/20191230-030838
> > > > base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git bf8d1cd4386535004c4afe7f03d37f9864c9940e
> > > > reproduce:
> > > >         # apt-get install sparse
> > > >         # sparse version: v0.6.1-129-g341daf20-dirty
> > > >         make ARCH=x86_64 allmodconfig
> > > >         make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
> > > > 
> > > > If you fix the issue, kindly add following tag
> > > > Reported-by: kbuild test robot <lkp@intel.com>
> > > >     
> > > 
> > > It is not related to my patch. I'll fix it up soon.  
> > 
> > I would like this to be fixed before enabling compile testing, is your
> > fix read?  
> 
> Yes, you picked up the fix here:
> https://lore.kernel.org/lkml/20200103164158.4265-1-krzk@kernel.org/

Perfect, I did not even linked these issues together.

Thanks,
Miquèl

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-01-13  8:15 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-29 18:36 [PATCH 1/3] mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit Krzysztof Kozlowski
2019-12-29 18:36 ` Krzysztof Kozlowski
2019-12-29 18:36 ` Krzysztof Kozlowski
2019-12-29 18:36 ` [PATCH 2/3] mtd: onenand: samsung: Fix printing format for size_t on 64-bit Krzysztof Kozlowski
2019-12-29 18:36   ` Krzysztof Kozlowski
2019-12-29 18:36   ` Krzysztof Kozlowski
2020-01-14 17:05   ` Miquel Raynal
2020-01-14 17:05     ` Miquel Raynal
2020-01-14 17:05     ` Miquel Raynal
2019-12-29 18:36 ` [PATCH 3/3] mtd: onenand: Enable compile testing of OMAP and Samsung drivers Krzysztof Kozlowski
2019-12-29 18:36   ` Krzysztof Kozlowski
2019-12-29 18:36   ` Krzysztof Kozlowski
2019-12-31  2:00   ` kbuild test robot
2019-12-31  2:00     ` kbuild test robot
2019-12-31  2:00     ` kbuild test robot
2019-12-31  2:00     ` kbuild test robot
2019-12-31  7:33     ` Krzysztof Kozlowski
2019-12-31  7:33       ` Krzysztof Kozlowski
2019-12-31  7:33       ` Krzysztof Kozlowski
2019-12-31  7:33       ` Krzysztof Kozlowski
2020-01-09 15:18       ` Miquel Raynal
2020-01-09 15:18         ` Miquel Raynal
2020-01-09 15:18         ` Miquel Raynal
2020-01-13  7:46         ` Krzysztof Kozlowski
2020-01-13  7:46           ` Krzysztof Kozlowski
2020-01-13  7:46           ` Krzysztof Kozlowski
2020-01-13  7:46           ` Krzysztof Kozlowski
2020-01-13  8:15           ` Miquel Raynal [this message]
2020-01-13  8:15             ` Miquel Raynal
2020-01-13  8:15             ` Miquel Raynal
2020-01-14 17:05 ` [PATCH 1/3] mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit Miquel Raynal
2020-01-14 17:05   ` Miquel Raynal
2020-01-14 17:05   ` Miquel Raynal

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=20200113091515.4404dbb6@xps13 \
    --to=miquel.raynal@bootlin.com \
    --cc=kbuild-all@lists.01.org \
    --cc=krzk@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=richard@nod.at \
    --cc=vigneshr@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.