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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 28 Mar 2024 15:15:01 +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.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 <djakov@...nel.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ