All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: "Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Valentin Korenblit" <vkorenblit@sequans.com>,
	"Lucas Stach" <dev@lynxeye.de>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Stefan Agner" <stefan@agner.ch>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Liang Yang" <liang.yang@amlogic.com>,
	"Naga Sureshkumar Relli" <nagasure@xilinx.com>,
	"Christophe Leroy" <christophe.leroy@csgroup.eu>,
	"Han Xu" <han.xu@nxp.com>, "Chuanhong Guo" <gch981213@gmail.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Marek Behún" <kabel@kernel.org>,
	"Samuel Holland" <samuel@sholland.org>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	linux-rockchip@lists.infradead.org,
	"Tudor Ambarus" <tudor.ambarus@linaro.org>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	"Miaoqian Lin" <linmq006@gmail.com>,
	"Yang Yingliang" <yangyingliang@huawei.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Jack Wang" <jinpu.wang@ionos.com>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	linux-sunxi@lists.linux.dev,
	"ye xingchen" <ye.xingchen@zte.com.cn>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	linux-arm-msm@vger.kernel.org,
	"Vladimir Zapolskiy" <vz@mleia.com>,
	"Roger Quadros" <rogerq@kernel.org>,
	"Wang Weiyang" <wangweiyang2@huawei.com>,
	"Harvey Hunt" <harveyhuntnexus@gmail.com>,
	linux-mediatek@lists.infradead.org,
	linux-mtd@lists.infradead.org, linux-tegra@vger.kernel.org,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Christophe Kerello" <christophe.kerello@foss.st.com>,
	"Stephen Boyd" <sboyd@kernel.org>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	linux-mips@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	kernel@pengutronix.de, "Richard Weinberger" <richard@nod.at>,
	"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
	linux-oxnas@groups.io, "Pali Rohár" <pali@kernel.org>,
	"Claudiu Beznea" <claudiu.beznea@microchip.com>
Subject: Re: [PATCH] mtd: nand: Convert to platform remove callback returning void
Date: Tue, 11 Apr 2023 13:11:48 +0200	[thread overview]
Message-ID: <20230411111148.yefmzohsvk3facq3@pengutronix.de> (raw)
In-Reply-To: <20230411102025.6b2fdc9e@xps-13>

[-- Attachment #1: Type: text/plain, Size: 2904 bytes --]

Hello Miquel,

On Tue, Apr 11, 2023 at 10:20:25AM +0200, Miquel Raynal wrote:
> > On Fri, Apr 07, 2023 at 10:10:43AM +0200, Miquel Raynal wrote:
> > > I've looked at the different patches, they look good to me but as they
> > > are all trivial and exactly identical, would you mind sending this
> > > again all squashed in a single patch? A subsystem-wide conversion seems
> > > appropriate. In all cases I plan to take this for the next merge
> > > window.  
> > 
> > I slightly prefer them separately, because I like small patches and
> > because the Acks and Reviews only apply to the individual drivers.
> > But I don't mind seriously, so here comes the series squashed into one.
> 
> For any non trivial change, I would definitely do that as well.

A patch is only trivial as long as it doesn't do anything wrong.
I don't assume any problem, but it wouldn't be the first. The first was
bcm2835_spi_remove() being used in bcm2835_spi_shutdown().

> The thing is, by collecting the tags with b4, you lost all the Acks and
> Reviews targets, while we could prevent this, see below.
> 
> > While going through the changed, probably the s3c24xx driver (which
> > isn't exactly identical to the other changes) could benefit from an
> > additional change throwing out the early exit (which---I guess---cannot
> > be hit).
> 
> Yes, I believe the 'info == NULL' condition is useless, feel free to
> drop it in a second patch if you wish.

Yeah.

> > BTW, I constructed the lists of acks/reviews myself and found the same
> > set. However b4 wailed about each patch claiming:
> > 
> > 	    ✗ BADSIG: DKIM/infradead.org
> 
> No idea what this means, any pointer?

lists.infradead.org signs all outgoing mail and something between these
outgoing mails and b4 consuming them breaks the signature. I didn't
debug, but depending on where the problem is, either
postmaster@lists.infradead.org or the admins of lore.kernel.org or the
maintainer of b4 might want to know and fix.

> > And it didn't like you producing the tags, saying:
> > 
> > 	NOTE: some trailers ignored due to from/email mismatches:
> > 	    ! Trailer: Acked-by: Roger Quadros <rogerq@kernel.org>
> > 	     Msg From: Miquel Raynal <miquel.raynal@bootlin.com>
> > 	    [...]
> 
> Well, yes, I don't expect b4 to read plain english when I say "I
> collected them for you" ^^ But at least my list had a '# <area>' suffix
> for each of the Acked and Reviewed changes, which is now missing. I
> don't know  how useful they actually are, but it seems to me that the
> information was lost between v1 and v2?

That's right. I will resend in a separate thread with the annotations
fixed. Sorry for the noise.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: "Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Valentin Korenblit" <vkorenblit@sequans.com>,
	"Lucas Stach" <dev@lynxeye.de>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Stefan Agner" <stefan@agner.ch>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Liang Yang" <liang.yang@amlogic.com>,
	"Naga Sureshkumar Relli" <nagasure@xilinx.com>,
	"Christophe Leroy" <christophe.leroy@csgroup.eu>,
	"Han Xu" <han.xu@nxp.com>, "Chuanhong Guo" <gch981213@gmail.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Marek Behún" <kabel@kernel.org>,
	"Samuel Holland" <samuel@sholland.org>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	linux-rockchip@lists.infradead.org,
	"Tudor Ambarus" <tudor.ambarus@linaro.org>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	"Miaoqian Lin" <linmq006@gmail.com>,
	"Yang Yingliang" <yangyingliang@huawei.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Jack Wang" <jinpu.wang@ionos.com>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	linux-sunxi@lists.linux.dev,
	"ye xingchen" <ye.xingchen@zte.com.cn>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	linux-arm-msm@vger.kernel.org,
	"Vladimir Zapolskiy" <vz@mleia.com>,
	"Roger Quadros" <rogerq@kernel.org>,
	"Wang Weiyang" <wangweiyang2@huawei.com>,
	"Harvey Hunt" <harveyhuntnexus@gmail.com>,
	linux-mediatek@lists.infradead.org,
	linux-mtd@lists.infradead.org, linux-tegra@vger.kernel.org,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Christophe Kerello" <christophe.kerello@foss.st.com>,
	"Stephen Boyd" <sboyd@kernel.org>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	linux-mips@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	kernel@pengutronix.de, "Richard Weinberger" <richard@nod.at>,
	"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
	linux-oxnas@groups.io, "Pali Rohár" <pali@kernel.org>,
	"Claudiu Beznea" <claudiu.beznea@microchip.com>
Subject: Re: [PATCH] mtd: nand: Convert to platform remove callback returning void
Date: Tue, 11 Apr 2023 13:11:48 +0200	[thread overview]
Message-ID: <20230411111148.yefmzohsvk3facq3@pengutronix.de> (raw)
In-Reply-To: <20230411102025.6b2fdc9e@xps-13>


[-- Attachment #1.1: Type: text/plain, Size: 2904 bytes --]

Hello Miquel,

On Tue, Apr 11, 2023 at 10:20:25AM +0200, Miquel Raynal wrote:
> > On Fri, Apr 07, 2023 at 10:10:43AM +0200, Miquel Raynal wrote:
> > > I've looked at the different patches, they look good to me but as they
> > > are all trivial and exactly identical, would you mind sending this
> > > again all squashed in a single patch? A subsystem-wide conversion seems
> > > appropriate. In all cases I plan to take this for the next merge
> > > window.  
> > 
> > I slightly prefer them separately, because I like small patches and
> > because the Acks and Reviews only apply to the individual drivers.
> > But I don't mind seriously, so here comes the series squashed into one.
> 
> For any non trivial change, I would definitely do that as well.

A patch is only trivial as long as it doesn't do anything wrong.
I don't assume any problem, but it wouldn't be the first. The first was
bcm2835_spi_remove() being used in bcm2835_spi_shutdown().

> The thing is, by collecting the tags with b4, you lost all the Acks and
> Reviews targets, while we could prevent this, see below.
> 
> > While going through the changed, probably the s3c24xx driver (which
> > isn't exactly identical to the other changes) could benefit from an
> > additional change throwing out the early exit (which---I guess---cannot
> > be hit).
> 
> Yes, I believe the 'info == NULL' condition is useless, feel free to
> drop it in a second patch if you wish.

Yeah.

> > BTW, I constructed the lists of acks/reviews myself and found the same
> > set. However b4 wailed about each patch claiming:
> > 
> > 	    ✗ BADSIG: DKIM/infradead.org
> 
> No idea what this means, any pointer?

lists.infradead.org signs all outgoing mail and something between these
outgoing mails and b4 consuming them breaks the signature. I didn't
debug, but depending on where the problem is, either
postmaster@lists.infradead.org or the admins of lore.kernel.org or the
maintainer of b4 might want to know and fix.

> > And it didn't like you producing the tags, saying:
> > 
> > 	NOTE: some trailers ignored due to from/email mismatches:
> > 	    ! Trailer: Acked-by: Roger Quadros <rogerq@kernel.org>
> > 	     Msg From: Miquel Raynal <miquel.raynal@bootlin.com>
> > 	    [...]
> 
> Well, yes, I don't expect b4 to read plain english when I say "I
> collected them for you" ^^ But at least my list had a '# <area>' suffix
> for each of the Acked and Reviewed changes, which is now missing. I
> don't know  how useful they actually are, but it seems to me that the
> information was lost between v1 and v2?

That's right. I will resend in a separate thread with the annotations
fixed. Sorry for the noise.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 144 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: "Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Valentin Korenblit" <vkorenblit@sequans.com>,
	"Lucas Stach" <dev@lynxeye.de>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Stefan Agner" <stefan@agner.ch>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Liang Yang" <liang.yang@amlogic.com>,
	"Naga Sureshkumar Relli" <nagasure@xilinx.com>,
	"Christophe Leroy" <christophe.leroy@csgroup.eu>,
	"Han Xu" <han.xu@nxp.com>, "Chuanhong Guo" <gch981213@gmail.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Marek Behún" <kabel@kernel.org>,
	"Samuel Holland" <samuel@sholland.org>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	linux-rockchip@lists.infradead.org,
	"Tudor Ambarus" <tudor.ambarus@linaro.org>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	"Miaoqian Lin" <linmq006@gmail.com>,
	"Yang Yingliang" <yangyingliang@huawei.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Jack Wang" <jinpu.wang@ionos.com>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	linux-sunxi@lists.linux.dev,
	"ye xingchen" <ye.xingchen@zte.com.cn>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	linux-arm-msm@vger.kernel.org,
	"Vladimir Zapolskiy" <vz@mleia.com>,
	"Roger Quadros" <rogerq@kernel.org>,
	"Wang Weiyang" <wangweiyang2@huawei.com>,
	"Harvey Hunt" <harveyhuntnexus@gmail.com>,
	linux-mediatek@lists.infradead.org,
	linux-mtd@lists.infradead.org, linux-tegra@vger.kernel.org,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Christophe Kerello" <christophe.kerello@foss.st.com>,
	"Stephen Boyd" <sboyd@kernel.org>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	linux-mips@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	kernel@pengutronix.de, "Richard Weinberger" <richard@nod.at>,
	"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
	linux-oxnas@groups.io, "Pali Rohár" <pali@kernel.org>,
	"Claudiu Beznea" <claudiu.beznea@microchip.com>
Subject: Re: [PATCH] mtd: nand: Convert to platform remove callback returning void
Date: Tue, 11 Apr 2023 13:11:48 +0200	[thread overview]
Message-ID: <20230411111148.yefmzohsvk3facq3@pengutronix.de> (raw)
In-Reply-To: <20230411102025.6b2fdc9e@xps-13>


[-- Attachment #1.1: Type: text/plain, Size: 2904 bytes --]

Hello Miquel,

On Tue, Apr 11, 2023 at 10:20:25AM +0200, Miquel Raynal wrote:
> > On Fri, Apr 07, 2023 at 10:10:43AM +0200, Miquel Raynal wrote:
> > > I've looked at the different patches, they look good to me but as they
> > > are all trivial and exactly identical, would you mind sending this
> > > again all squashed in a single patch? A subsystem-wide conversion seems
> > > appropriate. In all cases I plan to take this for the next merge
> > > window.  
> > 
> > I slightly prefer them separately, because I like small patches and
> > because the Acks and Reviews only apply to the individual drivers.
> > But I don't mind seriously, so here comes the series squashed into one.
> 
> For any non trivial change, I would definitely do that as well.

A patch is only trivial as long as it doesn't do anything wrong.
I don't assume any problem, but it wouldn't be the first. The first was
bcm2835_spi_remove() being used in bcm2835_spi_shutdown().

> The thing is, by collecting the tags with b4, you lost all the Acks and
> Reviews targets, while we could prevent this, see below.
> 
> > While going through the changed, probably the s3c24xx driver (which
> > isn't exactly identical to the other changes) could benefit from an
> > additional change throwing out the early exit (which---I guess---cannot
> > be hit).
> 
> Yes, I believe the 'info == NULL' condition is useless, feel free to
> drop it in a second patch if you wish.

Yeah.

> > BTW, I constructed the lists of acks/reviews myself and found the same
> > set. However b4 wailed about each patch claiming:
> > 
> > 	    ✗ BADSIG: DKIM/infradead.org
> 
> No idea what this means, any pointer?

lists.infradead.org signs all outgoing mail and something between these
outgoing mails and b4 consuming them breaks the signature. I didn't
debug, but depending on where the problem is, either
postmaster@lists.infradead.org or the admins of lore.kernel.org or the
maintainer of b4 might want to know and fix.

> > And it didn't like you producing the tags, saying:
> > 
> > 	NOTE: some trailers ignored due to from/email mismatches:
> > 	    ! Trailer: Acked-by: Roger Quadros <rogerq@kernel.org>
> > 	     Msg From: Miquel Raynal <miquel.raynal@bootlin.com>
> > 	    [...]
> 
> Well, yes, I don't expect b4 to read plain english when I say "I
> collected them for you" ^^ But at least my list had a '# <area>' suffix
> for each of the Acked and Reviewed changes, which is now missing. I
> don't know  how useful they actually are, but it seems to me that the
> information was lost between v1 and v2?

That's right. I will resend in a separate thread with the annotations
fixed. Sorry for the noise.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: "Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Valentin Korenblit" <vkorenblit@sequans.com>,
	"Lucas Stach" <dev@lynxeye.de>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Stefan Agner" <stefan@agner.ch>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Liang Yang" <liang.yang@amlogic.com>,
	"Naga Sureshkumar Relli" <nagasure@xilinx.com>,
	"Christophe Leroy" <christophe.leroy@csgroup.eu>,
	"Han Xu" <han.xu@nxp.com>, "Chuanhong Guo" <gch981213@gmail.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Marek Behún" <kabel@kernel.org>,
	"Samuel Holland" <samuel@sholland.org>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	linux-rockchip@lists.infradead.org,
	"Tudor Ambarus" <tudor.ambarus@linaro.org>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>,
	"Miaoqian Lin" <linmq006@gmail.com>,
	"Yang Yingliang" <yangyingliang@huawei.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Jack Wang" <jinpu.wang@ionos.com>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	linux-sunxi@lists.linux.dev,
	"ye xingchen" <ye.xingchen@zte.com.cn>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	linux-arm-msm@vger.kernel.org,
	"Vladimir Zapolskiy" <vz@mleia.com>,
	"Roger Quadros" <rogerq@kernel.org>,
	"Wang Weiyang" <wangweiyang2@huawei.com>,
	"Harvey Hunt" <harveyhuntnexus@gmail.com>,
	linux-mediatek@lists.infradead.org,
	linux-mtd@lists.infradead.org, linux-tegra@vger.kernel.org,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Christophe Kerello" <christophe.kerello@foss.st.com>,
	"Stephen Boyd" <sboyd@kernel.org>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	linux-mips@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	kernel@pengutronix.de, "Richard Weinberger" <richard@nod.at>,
	"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
	linux-oxnas@groups.io, "Pali Rohár" <pali@kernel.org>,
	"Claudiu Beznea" <claudiu.beznea@microchip.com>
Subject: Re: [PATCH] mtd: nand: Convert to platform remove callback returning void
Date: Tue, 11 Apr 2023 13:11:48 +0200	[thread overview]
Message-ID: <20230411111148.yefmzohsvk3facq3@pengutronix.de> (raw)
In-Reply-To: <20230411102025.6b2fdc9e@xps-13>


[-- Attachment #1.1: Type: text/plain, Size: 2904 bytes --]

Hello Miquel,

On Tue, Apr 11, 2023 at 10:20:25AM +0200, Miquel Raynal wrote:
> > On Fri, Apr 07, 2023 at 10:10:43AM +0200, Miquel Raynal wrote:
> > > I've looked at the different patches, they look good to me but as they
> > > are all trivial and exactly identical, would you mind sending this
> > > again all squashed in a single patch? A subsystem-wide conversion seems
> > > appropriate. In all cases I plan to take this for the next merge
> > > window.  
> > 
> > I slightly prefer them separately, because I like small patches and
> > because the Acks and Reviews only apply to the individual drivers.
> > But I don't mind seriously, so here comes the series squashed into one.
> 
> For any non trivial change, I would definitely do that as well.

A patch is only trivial as long as it doesn't do anything wrong.
I don't assume any problem, but it wouldn't be the first. The first was
bcm2835_spi_remove() being used in bcm2835_spi_shutdown().

> The thing is, by collecting the tags with b4, you lost all the Acks and
> Reviews targets, while we could prevent this, see below.
> 
> > While going through the changed, probably the s3c24xx driver (which
> > isn't exactly identical to the other changes) could benefit from an
> > additional change throwing out the early exit (which---I guess---cannot
> > be hit).
> 
> Yes, I believe the 'info == NULL' condition is useless, feel free to
> drop it in a second patch if you wish.

Yeah.

> > BTW, I constructed the lists of acks/reviews myself and found the same
> > set. However b4 wailed about each patch claiming:
> > 
> > 	    ✗ BADSIG: DKIM/infradead.org
> 
> No idea what this means, any pointer?

lists.infradead.org signs all outgoing mail and something between these
outgoing mails and b4 consuming them breaks the signature. I didn't
debug, but depending on where the problem is, either
postmaster@lists.infradead.org or the admins of lore.kernel.org or the
maintainer of b4 might want to know and fix.

> > And it didn't like you producing the tags, saying:
> > 
> > 	NOTE: some trailers ignored due to from/email mismatches:
> > 	    ! Trailer: Acked-by: Roger Quadros <rogerq@kernel.org>
> > 	     Msg From: Miquel Raynal <miquel.raynal@bootlin.com>
> > 	    [...]
> 
> Well, yes, I don't expect b4 to read plain english when I say "I
> collected them for you" ^^ But at least my list had a '# <area>' suffix
> for each of the Acked and Reviewed changes, which is now missing. I
> don't know  how useful they actually are, but it seems to me that the
> information was lost between v1 and v2?

That's right. I will resend in a separate thread with the annotations
fixed. Sorry for the noise.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

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

  reply	other threads:[~2023-04-11 11:12 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-01 16:18 [PATCH 00/49] mtd: nand: Convert to platform remove callback returning void Uwe Kleine-König
2023-04-01 16:18 ` Uwe Kleine-König
2023-04-01 16:18 ` Uwe Kleine-König
2023-04-01 16:18 ` Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 01/49] mtd: nand: mxic-ecc: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 02/49] mtd: onenand: generic: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 03/49] mtd: onenand: omap2: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 04/49] mtd: onenand: samsung: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 05/49] mtd: rawnand: ams-delta: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 06/49] mtd: rawnand: arasan: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 07/49] mtd: rawnand: atmel: " Uwe Kleine-König
2023-04-01 16:18   ` Uwe Kleine-König
2023-04-03  8:37   ` Nicolas Ferre
2023-04-03  8:37     ` Nicolas Ferre
2023-04-01 16:18 ` [PATCH 08/49] mtd: rawnand: au1550nd: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 09/49] mtd: rawnand: bcm47xxnflash: " Uwe Kleine-König
2023-04-01 16:18 ` [PATCH 10/49] mtd: rawnand: cadence: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 11/49] mtd: rawnand: davinci: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 12/49] mtd: rawnand: denali_dt: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 13/49] mtd: rawnand: fsl_elbc: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 14/49] mtd: rawnand: fsl_ifc: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 15/49] mtd: rawnand: fsl_upm: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 16/49] mtd: rawnand: fsmc: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 17/49] mtd: rawnand: gpio: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 18/49] mtd: rawnand: gpmi: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 19/49] mtd: rawnand: hisi504: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 20/49] mtd: rawnand: ingenic: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:42   ` Paul Cercueil
2023-04-01 16:42     ` Paul Cercueil
2023-04-06 12:14   ` Philippe Mathieu-Daudé
2023-04-06 12:14     ` Philippe Mathieu-Daudé
2023-04-01 16:19 ` [PATCH 21/49] mtd: rawnand: intel: " Uwe Kleine-König
2023-04-01 21:24   ` Martin Blumenstingl
2023-04-01 16:19 ` [PATCH 22/49] mtd: rawnand: lpc32xx_mlc: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 23/49] mtd: rawnand: lpc32xx_slc: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 24/49] mtd: rawnand: marvell: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 25/49] mtd: rawnand: meson: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 21:31   ` Martin Blumenstingl
2023-04-01 21:31     ` Martin Blumenstingl
2023-04-01 21:31     ` Martin Blumenstingl
2023-04-01 16:19 ` [PATCH 26/49] mtd: rawnand: mpc5121_nfc: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 27/49] mtd: rawnand: mtk: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 28/49] mtd: rawnand: mxc: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 29/49] mtd: rawnand: mxic: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 30/49] mtd: rawnand: ndfc: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 31/49] mtd: rawnand: omap2: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 32/49] mtd: rawnand: omap_elm: " Uwe Kleine-König
2023-04-03 10:55   ` Roger Quadros
2023-04-01 16:19 ` [PATCH 33/49] mtd: rawnand: orion: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 34/49] mtd: rawnand: oxnas: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 35/49] mtd: rawnand: pasemi: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 36/49] mtd: rawnand: pl35x: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 37/49] mtd: rawnand: plat: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 38/49] mtd: rawnand: qcom: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 39/49] mtd: rawnand: renesas: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-03  7:18   ` Geert Uytterhoeven
2023-04-03  7:18     ` Geert Uytterhoeven
2023-04-01 16:19 ` [PATCH 40/49] mtd: rawnand: rockchip: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 19:04   ` Heiko Stübner
2023-04-01 19:04     ` Heiko Stübner
2023-04-01 19:04     ` Heiko Stübner
2023-04-01 16:19 ` [PATCH 41/49] mtd: rawnand: s3c2410: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 42/49] mtd: rawnand: sh_flctl: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 43/49] mtd: rawnand: sharpsl: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 44/49] mtd: rawnand: socrates: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 45/49] mtd: rawnand: stm32_fmc2: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 46/49] mtd: rawnand: sunxi: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-01 16:31   ` Jernej Škrabec
2023-04-01 16:31     ` Jernej Škrabec
2023-04-01 16:31     ` Jernej Škrabec
2023-04-01 16:19 ` [PATCH 47/49] mtd: rawnand: tegra: " Uwe Kleine-König
2023-04-01 16:19   ` Uwe Kleine-König
2023-04-05 11:13   ` Thierry Reding
2023-04-05 11:13     ` Thierry Reding
2023-04-01 16:19 ` [PATCH 48/49] mtd: rawnand: vf610_nfc: " Uwe Kleine-König
2023-04-01 16:19 ` [PATCH 49/49] mtd: rawnand: xway: " Uwe Kleine-König
2023-04-03 16:29 ` [PATCH 00/49] mtd: nand: " Tudor Ambarus
2023-04-03 16:29   ` Tudor Ambarus
2023-04-03 16:29   ` Tudor Ambarus
2023-04-03 16:29   ` Tudor Ambarus
2023-04-07  8:10 ` Miquel Raynal
2023-04-07  8:10   ` Miquel Raynal
2023-04-07  8:10   ` Miquel Raynal
2023-04-07  8:10   ` Miquel Raynal
2023-04-08 18:53   ` [PATCH] " Uwe Kleine-König
2023-04-08 18:53     ` Uwe Kleine-König
2023-04-08 18:53     ` Uwe Kleine-König
2023-04-08 18:53     ` Uwe Kleine-König
2023-04-10  5:08     ` Vanessa Page
2023-04-10  5:37     ` Tudor Ambarus
2023-04-10  5:37       ` Tudor Ambarus
2023-04-10  5:37       ` Tudor Ambarus
2023-04-10  5:37       ` Tudor Ambarus
2023-04-11  8:20     ` Miquel Raynal
2023-04-11  8:20       ` Miquel Raynal
2023-04-11  8:20       ` Miquel Raynal
2023-04-11  8:20       ` Miquel Raynal
2023-04-11 11:11       ` Uwe Kleine-König [this message]
2023-04-11 11:11         ` Uwe Kleine-König
2023-04-11 11:11         ` Uwe Kleine-König
2023-04-11 11:11         ` Uwe Kleine-König
2023-04-11 11:26         ` Uwe Kleine-König
2023-04-11 12:50           ` 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=20230411111148.yefmzohsvk3facq3@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arnd@arndb.de \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=christophe.kerello@foss.st.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=claudiu.beznea@microchip.com \
    --cc=dev@lynxeye.de \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gch981213@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=han.xu@nxp.com \
    --cc=harveyhuntnexus@gmail.com \
    --cc=heiko@sntech.de \
    --cc=jbrunet@baylibre.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jinpu.wang@ionos.com \
    --cc=jonathanh@nvidia.com \
    --cc=kabel@kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=khilman@baylibre.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=kyungmin.park@samsung.com \
    --cc=liang.yang@amlogic.com \
    --cc=linmq006@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-oxnas@groups.io \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=linux-tegra@vger.kernel.org \
    --cc=mani@kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=nagasure@xilinx.com \
    --cc=neil.armstrong@linaro.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=pali@kernel.org \
    --cc=paul@crapouillou.net \
    --cc=richard@nod.at \
    --cc=rogerq@kernel.org \
    --cc=samuel@sholland.org \
    --cc=sboyd@kernel.org \
    --cc=stefan@agner.ch \
    --cc=thierry.reding@gmail.com \
    --cc=tudor.ambarus@linaro.org \
    --cc=vigneshr@ti.com \
    --cc=vkorenblit@sequans.com \
    --cc=vz@mleia.com \
    --cc=wangweiyang2@huawei.com \
    --cc=wens@csie.org \
    --cc=yangyingliang@huawei.com \
    --cc=ye.xingchen@zte.com.cn \
    /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.