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: <hai5dhvjdh6qrw6hu5smc5kykqnh42mbxjyr4y7odgtorbridf@idkhasdrmoak>
Date: Fri, 16 Aug 2024 09:41:25 +0100
From: Andi Shyti <andi.shyti@...nel.org>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>
Cc: linux-i2c <linux-i2c@...r.kernel.org>, 
	lkml <linux-kernel@...r.kernel.org>, Andi Shyti <andi.shyti@...nel.org>, 
	Breno Leitao <leitao@...ian.org>
Subject: [GIT PULL] i2c-host-fixes for v6.11-rc4

Hi Wolfram,

This pull request includes two fixes related to the runtime PM
functions, which are described in the tag description.

Breno's fix will require additional support when backported to
stable kernels.

My fix addresses an issue that was missed by Gaosheng in last
week's patches and overlooked in my review. With this change, the
exit path of the runtime_resume() function for the Qualcomm
controller should fine (there's still a minor cleanup needed,
which will be handled in a different branch).

As always, I wish you a great weekend!
Andi

The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:

  Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.11-rc4

for you to fetch changes up to 14d069d92951a3e150c0a81f2ca3b93e54da913b:

  i2c: tegra: Do not mark ACPI devices as irq safe (2024-08-15 00:22:28 +0200)

----------------------------------------------------------------
Two fixes in this update:

Tegra I2C Controller: Addresses a potential double-locking issue
during probe. ACPI devices are not IRQ-safe when invoking runtime
suspend and resume functions, so the irq_safe flag should not be
set.

Qualcomm GENI I2C Controller: Fixes an oversight in the exit path
of the runtime_resume() function, which was missed in the
previous release.

----------------------------------------------------------------
Andi Shyti (1):
      i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume

Breno Leitao (1):
      i2c: tegra: Do not mark ACPI devices as irq safe

 drivers/i2c/busses/i2c-qcom-geni.c | 4 +++-
 drivers/i2c/busses/i2c-tegra.c     | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ