From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Tokunori Ikegami <ikegami.t@gmail.com>
To: Vignesh Raghavendra <vigneshr@ti.com>
Cc: , Tokunori Ikegami <ikegami.t@gmail.com>,
stable@vger.kernel.org,
Joakim Tjernlund <Joakim.Tjernlund@infinera.com>,
Chris Packham <chris.packham@alliedtelesis.co.nz>,
linux-mtd@lists.infradead.org
Subject: Re: [PATCH v8 1/9] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
Date: Tue, 06 Aug 2019 00:43:03 +0000 [thread overview]
Message-ID: <20190806004303.EBEF82147A@mail.kernel.org> (raw)
In-Reply-To: <20190805190326.28772-2-ikegami.t@gmail.com>
Hi,
[This is an automated email]
This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all
The bot has tested the following trees: v5.2.6, v4.19.64, v4.14.136, v4.9.187, v4.4.187.
v5.2.6: Failed to apply! Possible dependencies:
4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling status register")
v4.19.64: Failed to apply! Possible dependencies:
4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling status register")
d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer")
v4.14.136: Failed to apply! Possible dependencies:
4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling status register")
c64d4419a17c ("mtd: cfi_cmdset_0002: Change erase one block to enable XIP once")
d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer")
ea092fb3ce66 ("mtd: cfi_cmdset_0002: Fix coding style issues")
v4.9.187: Failed to apply! Possible dependencies:
4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling status register")
c64d4419a17c ("mtd: cfi_cmdset_0002: Change erase one block to enable XIP once")
d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer")
ea092fb3ce66 ("mtd: cfi_cmdset_0002: Fix coding style issues")
v4.4.187: Failed to apply! Possible dependencies:
4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling status register")
c64d4419a17c ("mtd: cfi_cmdset_0002: Change erase one block to enable XIP once")
d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer")
ea092fb3ce66 ("mtd: cfi_cmdset_0002: Fix coding style issues")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks,
Sasha
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2019-08-06 0:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-05 19:03 [PATCH v8 0/9] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 1/9] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword() Tokunori Ikegami
2019-08-05 19:03 ` Tokunori Ikegami
2019-08-06 0:43 ` Sasha Levin [this message]
2019-08-06 14:30 ` Tokunori Ikegami
2019-08-06 14:30 ` Tokunori Ikegami
2019-09-17 18:04 ` Tokunori Ikegami
2019-09-18 5:29 ` Vignesh Raghavendra
2019-09-18 13:40 ` Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 2/9] mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer() Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 3/9] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 4/9] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 5/9] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword() Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 6/9] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 7/9] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 8/9] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 9/9] mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1 Tokunori Ikegami
2019-09-17 4:20 ` [PATCH v8 0/9] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project Vignesh Raghavendra
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=20190806004303.EBEF82147A@mail.kernel.org \
--to=sashal@kernel.org \
--cc=Joakim.Tjernlund@infinera.com \
--cc=chris.packham@alliedtelesis.co.nz \
--cc=ikegami.t@gmail.com \
--cc=linux-mtd@lists.infradead.org \
--cc=stable@vger.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 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.