All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>
Cc: Boris Brezillon <boris.brezillon@collabora.com>
Cc: stable@vger.kernel.org
Cc: stable@vger.kernel.org
Subject: Re: [PATCH 50/62] mtd: ranwnand: socrates: Fix the probe error path
Date: Wed, 13 May 2020 00:49:25 +0000	[thread overview]
Message-ID: <20200513004926.38D2420675@mail.kernel.org> (raw)
In-Reply-To: <20200510121220.18042-51-miquel.raynal@bootlin.com>

Hi

[This is an automated email]

This commit has been processed because it contains a "Fixes:" tag
fixing commit: d44154f969a4 ("mtd: nand: Provide nand_cleanup() function to free NAND related resources").

The bot has tested the following trees: v5.6.11, v5.4.39, v4.19.121, v4.14.179, v4.9.222.

v5.6.11: Build OK!
v5.4.39: Build OK!
v4.19.121: Failed to apply! Possible dependencies:
    59ac276f2227 ("mtd: rawnand: Pass a nand_chip object to nand_release()")

v4.14.179: Failed to apply! Possible dependencies:
    02f26ecf8c77 ("mtd: nand: add reworked Marvell NAND controller driver")
    256c4fc76a80 ("mtd: rawnand: add a way to pass an ID table with nand_scan()")
    39b77c586e17 ("mtd: rawnand: fsl_elbc: fix probe function error path")
    59ac276f2227 ("mtd: rawnand: Pass a nand_chip object to nand_release()")
    63fa37f0c512 ("mtd: rawnand: Replace printk() with appropriate pr_*() macro")
    97d90da8a886 ("mtd: nand: provide several helpers to do common NAND operations")
    98732da1a08e ("mtd: rawnand: do not export nand_scan_[ident|tail]() anymore")
    acfc33091f7a ("mtd: rawnand: fsl_ifc: fix probe function error path")

v4.9.222: Failed to apply! Possible dependencies:
    24755a55b01f ("Documentation/00-index: update for new core-api folder")
    4ad4b21b1b81 ("docs-rst: convert usb docbooks to ReST")
    59ac276f2227 ("mtd: rawnand: Pass a nand_chip object to nand_release()")
    609f212f6a12 ("docs-rst: convert mtdnand book to ReST")
    66115335fbb4 ("docs: Fix build failure")
    7ddedebb03b7 ("ALSA: doc: ReSTize writing-an-alsa-driver document")
    8551914a5e19 ("ALSA: doc: ReSTize alsa-driver-api document")
    90f9f118b75c ("docs-rst: convert filesystems book to ReST")
    93dc3a112bf8 ("doc: Convert the debugobjects DocBook template to sphinx")
    c441a4781ff1 ("crypto: doc - remove crypto API DocBook")
    d6ba7a9c8b5a ("doc: Sphinxify the tracepoint docbook")
    e7f08ffb1855 ("Documentation/workqueue.txt: convert to ReST markup")
    f3fc83e55533 ("docs: Fix htmldocs build failure")


NOTE: The patch will not be queued to stable trees until it is upstream.

How should we proceed with this patch?

-- 
Thanks
Sasha

  reply	other threads:[~2020-05-13  0:49 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-10 12:11 [PATCH 00/62] mtd: rawnand: Get rid of nand_release() Miquel Raynal
2020-05-10 12:11 ` [PATCH 01/62] mtd: rawnand: ams-delta: Stop using nand_release() Miquel Raynal
2020-05-10 12:11 ` [PATCH 02/62] mtd: rawnand: au1550nd: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 03/62] mtd: rawnand: bcm47xx: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 04/62] mtd: rawnand: brcmnand: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 05/62] mtd: rawnand: cadence: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 06/62] mtd: rawnand: cafe: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 07/62] mtd: rawnand: cmx270: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 08/62] mtd: rawnand: cs553x: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 09/62] mtd: rawnand: davinci: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 10/62] mtd: rawnand: denali: Delete items from the list in the _remove() path Miquel Raynal
2020-05-11  2:47   ` Masahiro Yamada
2020-05-10 12:11 ` [PATCH 11/62] mtd: rawnand: denali: Stop using nand_release() Miquel Raynal
2020-05-11  2:49   ` Masahiro Yamada
2020-05-10 12:11 ` [PATCH 12/62] mtd: rawnand: diskonchip: Fix the probe error path Miquel Raynal
2020-05-10 12:11   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-13  7:59     ` Miquel Raynal
2020-05-10 12:11 ` [PATCH 13/62] mtd: rawnand: diskonchip: Stop using nand_release() Miquel Raynal
2020-05-10 12:11 ` [PATCH 14/62] mtd: rawnand: fsl_elbc: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 15/62] mtd: rawnand: fsl_ifc: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 16/62] mtd: rawnand: fsl_upm: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 17/62] mtd: rawnand: fsmc: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 18/62] mtd: rawnand: gpio: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 19/62] mtd: rawnand: gpmi: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 20/62] mtd: rawnand: hisi504: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 21/62] mtd: rawnand: ingenic: Fix the probe error path Miquel Raynal
2020-05-10 12:11   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:11 ` [PATCH 22/62] mtd: rawnand: ingenic: Stop using nand_release() Miquel Raynal
2020-05-10 12:11 ` [PATCH 23/62] mtd: rawnand: lpc32xx_mlc: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 24/62] mtd: rawnand: lpc32xx_slc: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 25/62] mtd: rawnand: marvell: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 26/62] mtd: rawnand: mpc5121: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 27/62] mtd: rawnand: mtk: Fix the probe error path Miquel Raynal
2020-05-10 12:11   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:11 ` [PATCH 28/62] mtd: rawnand: mtk: Stop using nand_release() Miquel Raynal
2020-05-10 12:11 ` [PATCH 29/62] mtd: rawnand: mxc: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 30/62] mtd: rawnand: mxic: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 31/62] mtd: rawnand: ndfc: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 32/62] mtd: rawnand: omap2: " Miquel Raynal
2020-05-10 12:11 ` [PATCH 33/62] mtd: rawnand: orion: Fix the probe error path Miquel Raynal
2020-05-10 12:11   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:11 ` [PATCH 34/62] mtd: rawnand: orion: Stop using nand_release() Miquel Raynal
2020-05-10 12:11 ` [PATCH 35/62] mtd: rawnand: oxnas: Keep track of registered devices Miquel Raynal
2020-05-10 12:11 ` [PATCH 36/62] mtd: rawnand: oxnas: Fix the probe error path Miquel Raynal
2020-05-10 12:11   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:11 ` [PATCH 37/62] mtd: rawnand: oxnas: Unregister all devices on error Miquel Raynal
2020-05-10 12:11 ` [PATCH 38/62] mtd: rawnand: oxnas: Release all devices in the _remove() path Miquel Raynal
2020-05-10 12:11 ` [PATCH 39/62] mtd: rawnand: oxnas: Stop using nand_release() Miquel Raynal
2020-05-10 12:11 ` [PATCH 40/62] mtd: rawnand: pasemi: Fix the probe error path Miquel Raynal
2020-05-10 12:11   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:11 ` [PATCH 41/62] mtd: rawnand: pasemi: Stop using nand_release() Miquel Raynal
2020-05-10 12:12 ` [PATCH 42/62] mtd: rawnand: plat_nand: Fix the probe error path Miquel Raynal
2020-05-10 12:12   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:12 ` [PATCH 43/62] mtd: rawnand: plat_nand: Stop using nand_release() Miquel Raynal
2020-05-10 12:12 ` [PATCH 44/62] mtd: rawnand: qcom: " Miquel Raynal
2020-05-10 12:12 ` [PATCH 45/62] mtd: rawnand: r852: " Miquel Raynal
2020-05-11 10:33   ` Sergei Shtylyov
2020-05-11 13:10     ` Miquel Raynal
2020-05-12 20:09       ` Sergei Shtylyov
2020-05-10 12:12 ` [PATCH 46/62] mtd: rawnand: s3c2410: " Miquel Raynal
2020-05-10 12:12 ` [PATCH 47/62] mtd: rawnand: sh_flctl: " Miquel Raynal
2020-05-10 12:12 ` [PATCH 48/62] mtd: rawnand: sharpsl: Fix the probe error path Miquel Raynal
2020-05-10 12:12   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:12 ` [PATCH 49/62] mtd: rawnand: sharpsl: Stop using nand_release() Miquel Raynal
2020-05-10 12:12 ` [PATCH 50/62] mtd: ranwnand: socrates: Fix the probe error path Miquel Raynal
2020-05-10 12:12   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin [this message]
2020-05-10 12:12 ` [PATCH 51/62] mtd: rawnand: socrates: Stop using nand_release() Miquel Raynal
2020-05-10 12:12 ` [PATCH 52/62] mtd: rawnand: stm32_fmc2: " Miquel Raynal
2020-05-13  7:48   ` Christophe Kerello
2020-05-10 12:12 ` [PATCH 53/62] mtd: rawnand: sunxi: Fix the probe error path Miquel Raynal
2020-05-10 12:12   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:12 ` [PATCH 54/62] mtd: rawnand: sunxi: Stop using nand_release() Miquel Raynal
2020-05-10 12:12 ` [PATCH 55/62] mtd: rawnand: tango: " Miquel Raynal
2020-05-10 12:12 ` [PATCH 56/62] mtd: rawnand: tmio: Fix the probe error path Miquel Raynal
2020-05-10 12:12   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:12 ` [PATCH 57/62] mtd: rawnand: tmio: Stop using nand_release() Miquel Raynal
2020-05-10 12:12 ` [PATCH 58/62] mtd: rawnand: txx9ndfmc: " Miquel Raynal
2020-05-10 12:12 ` [PATCH 59/62] mtd: rawnand: vf610: " Miquel Raynal
2020-05-10 12:12 ` [PATCH 60/62] mtd: rawnand: xway: Fix the probe error path Miquel Raynal
2020-05-10 12:12   ` Miquel Raynal
2020-05-13  0:49   ` Sasha Levin
2020-05-10 12:12 ` [PATCH 61/62] mtd: rawnand: xway: Stop using nand_release() Miquel Raynal
2020-05-10 12:12 ` [PATCH 62/62] mtd: rawnand: " Miquel Raynal
2020-05-11  2:46 ` [PATCH 00/62] mtd: rawnand: Get rid of nand_release() Masahiro Yamada

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=20200513004926.38D2420675@mail.kernel.org \
    --to=sashal@kernel.org \
    --cc=boris.brezillon@collabora.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.