mbox series

[PULL,REQUEST] i2c for v4.15

Message ID 20180119142933.jp2iwm36h4wbis3n@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v4.15 | expand

Pull-request

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

Message

Wolfram Sang Jan. 19, 2018, 2:29 p.m. UTC
Linus,

here are two bugfixes for the I2C core: Lixing Wang fixed a refcounting
problem with DT nodes. Jeremy Compostella fixed a buffer overflow
possibility when using a 'don't use' ioctl interface directly.

Please pull.

Thanks,

   Wolfram


The following changes since commit a8750ddca918032d6349adbf9a4b6555e7db20da:

  Linux 4.15-rc8 (2018-01-14 15:32:30 -0800)

are available in the git repository at:

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

for you to fetch changes up to 89c6efa61f5709327ecfa24bff18e57a4e80c7fa:

  i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA (2018-01-17 15:35:21 +0100)

----------------------------------------------------------------
Jeremy Compostella (1):
      i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA

Lixin Wang (1):
      i2c: core: decrease reference count of device node in i2c_unregister_device


with much appreciated quality assurance from
----------------------------------------------------------------
Wolfram Sang (1):
      (Test) i2c: core: decrease reference count of device node in i2c_unregister_device

 drivers/i2c/i2c-core-base.c  |  6 +++++-
 drivers/i2c/i2c-core-smbus.c | 13 +++++++------
 2 files changed, 12 insertions(+), 7 deletions(-)