2024-03-28 13:15:37

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect fixes for 6.9-rc

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 <[email protected]>

----------------------------------------------------------------
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(-)


2024-04-11 12:45:50

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fixes for 6.9-rc

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