Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org, khairul.anuar.romli@altera.com
Cc: Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.6.y] spi: spi-cadence-quadspi: Fix pm runtime unbalance
Date: Mon, 30 Jun 2025 21:15:29 -0400	[thread overview]
Message-ID: <20250630151954-052b0ebe36ccd824@stable.kernel.org> (raw)
In-Reply-To: <20250630102555.16552-1-khairul.anuar.romli@altera.com>

[ Sasha's backport helper bot ]

Hi,

Summary of potential issues:
⚠️ Found matching upstream commit but patch is missing proper reference to it

Found matching upstream commit: b07f349d1864abe29436f45e3047da2bdd476462

WARNING: Author mismatch between patch and found commit:
Backport author: khairul.anuar.romli@altera.com
Commit author: Khairul Anuar Romli<khairul.anuar.romli@altera.com>

Status in newer kernel trees:
6.15.y | Not found
6.12.y | Not found

Note: The patch differs from the upstream commit:
---
1:  b07f349d1864a ! 1:  42de7106f3616 spi: spi-cadence-quadspi: Fix pm runtime unbalance
    @@ Commit message
         Reviewed-by: Matthew Gerlach <matthew.gerlach@altera.com>
         Link: https://patch.msgid.link/4e7a4b8aba300e629b45a04f90bddf665fbdb335.1749601877.git.khairul.anuar.romli@altera.com
         Signed-off-by: Mark Brown <broonie@kernel.org>
    +    (cherry picked from commit b07f349d1864abe29436f45e3047da2bdd476462)
     
      ## drivers/spi/spi-cadence-quadspi.c ##
     @@ drivers/spi/spi-cadence-quadspi.c: static int cqspi_probe(struct platform_device *pdev)
      			goto probe_setup_failed;
      	}
      
    --	ret = devm_pm_runtime_enable(dev);
    --	if (ret) {
    --		if (cqspi->rx_chan)
    --			dma_release_channel(cqspi->rx_chan);
     +	pm_runtime_enable(dev);
     +
     +	if (cqspi->rx_chan) {
     +		dma_release_channel(cqspi->rx_chan);
    - 		goto probe_setup_failed;
    - 	}
    - 
    ++		goto probe_setup_failed;
    ++	}
    ++
    + 	ret = spi_register_controller(host);
    + 	if (ret) {
    + 		dev_err(&pdev->dev, "failed to register SPI ctlr %d\n", ret);
     @@ drivers/spi/spi-cadence-quadspi.c: static int cqspi_probe(struct platform_device *pdev)
      	return 0;
      probe_setup_failed:
---

Results of testing on various branches:

| Branch                    | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.6.y        |  Success    |  Success   |

      reply	other threads:[~2025-07-01  1:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-30  9:21 FAILED: patch "[PATCH] spi: spi-cadence-quadspi: Fix pm runtime unbalance" failed to apply to 6.6-stable tree gregkh
2025-06-30 10:25 ` [PATCH 6.6.y] spi: spi-cadence-quadspi: Fix pm runtime unbalance khairul.anuar.romli
2025-07-01  1:15   ` Sasha Levin [this message]

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=20250630151954-052b0ebe36ccd824@stable.kernel.org \
    --to=sashal@kernel.org \
    --cc=khairul.anuar.romli@altera.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox