lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250102093404.947684-1-djakov@kernel.org>
Date: Thu,  2 Jan 2025 11:34:04 +0200
From: Georgi Djakov <djakov@...nel.org>
To: gregkh@...uxfoundation.org
Cc: linux-pm@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	djakov@...nel.org
Subject: [GIT PULL] interconnect fixes for 6.13-rc

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@...nel.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ