mbox series

[PULL,REQUEST] i2c for 5.4

Message ID 20191117072838.GA1428@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

Message

Wolfram Sang Nov. 17, 2019, 7:28 a.m. UTC
Linus,

Here is an I2C core fix to prevent a use-after-free in a rare error path
and an I2C ACPI addition to work around broken HW/firmware related to
touchscreens.

Please pull.

Thanks,

   Wolfram


The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

for you to fetch changes up to a4c2fec16f5e6a5fee4865e6e0e91e2bc2d10f37:

  i2c: core: fix use after free in of_i2c_notify (2019-11-15 22:01:13 +0100)

----------------------------------------------------------------
Hans de Goede (1):
      i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present

Wen Yang (1):
      i2c: core: fix use after free in of_i2c_notify


with much appreciated quality assurance from
----------------------------------------------------------------
Jarkko Nikula (1):
      (Rev.) i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present

youling 257 (1):
      (Test) i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present

 drivers/i2c/i2c-core-acpi.c | 28 +++++++++++++++++++++++++++-
 drivers/i2c/i2c-core-of.c   |  4 ++--
 2 files changed, 29 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2019, 4:35 p.m. UTC | #1
The pull request you sent on Sun, 17 Nov 2019 08:28:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6b27354cca8e9d9ab7c5bfb8a34101d52b5e48c4

Thank you!