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.13-rc
Date: Thu, 2 Jan 2025 11:34:04 +0200 [thread overview]
Message-ID: <20250102093404.947684-1-djakov@kernel.org> (raw)
Hello Greg,
This pull request contains two fixes for the current cycle. The details
are in the signed tag as usual. The patches have been in linux-next for
a few days right before the holidays. Please pull into char-misc-linus
when possible.
Thanks,
Georgi
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.13-rc6
for you to fetch changes up to 44c5aa73ccd1e8a738fd011354ee8fb9fcda201a:
interconnect: icc-clk: check return values of devm_kasprintf() (2024-12-17 14:03:34 +0200)
----------------------------------------------------------------
interconnect fixes for v6.13-rc
This contains two fixes. One fixing a boot error on db410c board when UBSAN
is enabled with clang-19 builds. The other one adds a missing return value
check after devm_kasprintf.
- interconnect: qcom: icc-rpm: Set the count member before accessing the flex array
- interconnect: icc-clk: check return values of devm_kasprintf()
Signed-off-by: Georgi Djakov <djakov@kernel.org>
----------------------------------------------------------------
Bartosz Golaszewski (1):
interconnect: icc-clk: check return values of devm_kasprintf()
Georgi Djakov (1):
interconnect: qcom: icc-rpm: Set the count member before accessing the flex array
drivers/interconnect/icc-clk.c | 10 ++++++++
drivers/interconnect/qcom/icc-rpm.c | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
next reply other threads:[~2025-01-02 9:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-02 9:34 Georgi Djakov [this message]
2025-01-02 15:53 ` [GIT PULL] interconnect fixes for 6.13-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=20250102093404.947684-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.