linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Georgi Djakov <djakov@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	djakov@kernel.org
Subject: [GIT PULL] interconnect fixes for 6.9-rc
Date: Thu, 28 Mar 2024 15:15:01 +0200	[thread overview]
Message-ID: <20240328131501.641457-1-djakov@kernel.org> (raw)

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

             reply	other threads:[~2024-03-28 13:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28 13:15 Georgi Djakov [this message]
2024-04-11 12:45 ` [GIT PULL] interconnect fixes for 6.9-rc Greg KH

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=20240328131501.641457-1-djakov@kernel.org \
    --to=djakov@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@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;
as well as URLs for NNTP newsgroup(s).