Message ID | 20210416142047.6349-1-quanyang.wang@windriver.com (mailing list archive) |
---|---|
Headers | show |
Series | spi: spi-zynqmp-gqspi: fix spi issues | expand |
On Fri, 16 Apr 2021 22:20:42 +0800, quanyang.wang@windriver.com wrote: > V2: > Remove all "Fixes:" tags since they base on some patches are not > with "Fixes:". > > V1: > This series fix some issues that occurs in spi-zynqmp-gqspi.c. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/5] spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue commit: c6bdae08012b2ca3e94f3a41ef4ca8cfe7c9ab6f [2/5] spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume commit: 799f923f0a66a9c99f0a3eaa078b306db7a8b33a [3/5] spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug commit: 2530b3df4326023a171977ab46fdfeac0340f5b2 [4/5] spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op commit: a2c5bedb2d55dd27c642c7b9fb6886d7ad7bdb58 [5/5] spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails commit: 126bdb606fd2802454e6048caef1be3e25dd121e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
Hi Mark, Sorry for any confusion caused. Thanks, Quanyang On 4/17/21 12:01 AM, Mark Brown wrote: > On Fri, 16 Apr 2021 22:20:42 +0800, quanyang.wang@windriver.com wrote: >> V2: >> Remove all "Fixes:" tags since they base on some patches are not >> with "Fixes:". >> >> V1: >> This series fix some issues that occurs in spi-zynqmp-gqspi.c. >> >> [...] > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next > > Thanks! > > [1/5] spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue > commit: c6bdae08012b2ca3e94f3a41ef4ca8cfe7c9ab6f > [2/5] spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume > commit: 799f923f0a66a9c99f0a3eaa078b306db7a8b33a > [3/5] spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug > commit: 2530b3df4326023a171977ab46fdfeac0340f5b2 > [4/5] spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op > commit: a2c5bedb2d55dd27c642c7b9fb6886d7ad7bdb58 > [5/5] spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails > commit: 126bdb606fd2802454e6048caef1be3e25dd121e > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent to Linus during > the next merge window (or sooner if it is a bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > Thanks, > Mark
On Sat, Apr 17, 2021 at 12:31:44AM +0800, Quanyang Wang wrote:
> Sorry for any confusion caused.
No worries, it's mainly just an issue for anyone doing stable backports
- hopefully they'll figure things out.
From: Quanyang Wang <quanyang.wang@windriver.com> Hi all, V2: Remove all "Fixes:" tags since they base on some patches are not with "Fixes:". V1: This series fix some issues that occurs in spi-zynqmp-gqspi.c. Thanks, Quanyang Amit Kumar Mahapatra (1): spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug Quanyang Wang (4): spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issue spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails drivers/spi/spi-zynqmp-gqspi.c | 115 +++++++++++++++------------------ 1 file changed, 51 insertions(+), 64 deletions(-)