mbox series

[GIT,PULL] interconnect fixes for 6.9-rc

Message ID 20240328131501.641457-1-djakov@kernel.org (mailing list archive)
State Handled Elsewhere, archived
Headers show
Series [GIT,PULL] interconnect fixes for 6.9-rc | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.9-rc2

Message

Georgi Djakov March 28, 2024, 1:15 p.m. UTC
Hello Greg,

This pull request contains one core and one driver fix for the current
cycle. The details are in the signed tag as usual. It is not based on rc1,
but on a previous tag that you pulled, because i got these fixes during
the merge window. All patches have been in linux-next for more than a week.
Please pull into char-misc-linus when possible and propagate further when
you have more char/misc fixes.

Thanks,
Georgi


The following changes since commit 5464e7acea4a6c56b3c5c2d7aeef2eda92227b33:

  interconnect: qcom: x1e80100: Add missing ACV enable_mask (2024-02-04 23:36:06 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.9-rc2

for you to fetch changes up to de1bf25b6d771abdb52d43546cf57ad775fb68a1:

  interconnect: Don't access req_list while it's being manipulated (2024-03-14 13:51:44 +0200)

----------------------------------------------------------------
interconnect fixes for v6.9-rc

Here are fixes for two reported issues. One of them is a fix for
a driver that tries to access a non-existent resource which prints
a warning message during boot. The other one is fixing a race
condition in the core framework where one struct member has been
left unprotected by mutex.

- interconnect: qcom: x1e80100: Remove inexistent ACV_PERF BCM
- interconnect: Don't access req_list while it's being manipulated

Signed-off-by: Georgi Djakov <djakov@kernel.org>

----------------------------------------------------------------
Konrad Dybcio (1):
      interconnect: qcom: x1e80100: Remove inexistent ACV_PERF BCM

Mike Tipton (1):
      interconnect: Don't access req_list while it's being manipulated

 drivers/interconnect/core.c          |  8 +++
 drivers/interconnect/qcom/x1e80100.c | 26 --------
 2 files changed, 8 insertions(+), 26 deletions(-)

Comments

Greg KH April 11, 2024, 12:45 p.m. UTC | #1
On Thu, Mar 28, 2024 at 03:15:01PM +0200, Georgi Djakov wrote:
> Hello Greg,
> 
> This pull request contains one core and one driver fix for the current
> cycle. The details are in the signed tag as usual. It is not based on rc1,
> but on a previous tag that you pulled, because i got these fixes during
> the merge window. All patches have been in linux-next for more than a week.
> Please pull into char-misc-linus when possible and propagate further when
> you have more char/misc fixes.
> 
> Thanks,
> Georgi
> 
> 
> The following changes since commit 5464e7acea4a6c56b3c5c2d7aeef2eda92227b33:
> 
>   interconnect: qcom: x1e80100: Add missing ACV enable_mask (2024-02-04 23:36:06 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.9-rc2

Sorry for the delay, now pulled and pushed out.

thanks.

greg k-h