mbox series

[PULL,REQUEST] i2c-for-6.9-rc6

Message ID ZizdzEvh4juwfQCb@ninjato
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.9-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.9-rc6

Message

Wolfram Sang April 27, 2024, 11:13 a.m. UTC
The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.9-rc6

for you to fetch changes up to 91811a31b68d3765b3065f4bb6d7d6d84a7cfc9f:

  i2c: smbus: fix NULL function pointer dereference (2024-04-27 12:57:57 +0200)

----------------------------------------------------------------
Fix a race condition in the at24 eeprom handler, a NULL pointer
exception in the I2C core for controllers only using target modes,
drop a MAINTAINERS entry, and fix an incorrect DT binding for at24.

----------------------------------------------------------------
Daniel Okazaki (1):
      eeprom: at24: fix memory corruption race condition

Guenter Roeck (1):
      MAINTAINERS: Drop entry for PCA9541 bus master selector

Rob Herring (1):
      dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema

Wolfram Sang (2):
      Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current
      i2c: smbus: fix NULL function pointer dereference


with much appreciated quality assurance from
----------------------------------------------------------------
Baruch Siach (1):
      (Test) i2c: smbus: fix NULL function pointer dereference

Marek Vasut (1):
      (Rev.) dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema

 Documentation/devicetree/bindings/eeprom/at24.yaml |  5 +----
 MAINTAINERS                                        |  6 ------
 drivers/i2c/i2c-core-base.c                        | 12 ++++++------
 drivers/misc/eeprom/at24.c                         | 18 +++++++++---------
 4 files changed, 16 insertions(+), 25 deletions(-)