All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] IIO fixes for 4.6d (inv mpu6050 acpi regression)
@ 2016-05-05 19:40 Jonathan Cameron
  2016-05-05 22:39 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2016-05-05 19:40 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio

The following changes since commit 431adc0aeca68d257bd705db50f73e4c19e5690d:

  Merge tag 'iio-fixes-for-4.6c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-04-26 14:58:46 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.6d

for you to fetch changes up to 393dbe4e18dd5b17b3952c7d36ac88f61ec40924:

  iio: imu: mpu6050: Fix name/chip_id when using ACPI (2016-05-04 08:44:27 +0100)

----------------------------------------------------------------
Fourth set of IIO fixes for the 4.6 cycle.

This last minute set is concerned with a regression in the mpu6050 driver.
The regression causes a null pointer dereference on any ACPI device
that has one of these present such as the ASUS T100TA Baytrail/T.

The issue was known but thought (i.e. missunderstood by me)
to only be a possible with no reports, so was routed via the normal merge
window.  Turns out this was wrong (thanks to Alan for reporting the crash).

The pull is just for the null dereference fix and a followup fix
that also stops the reported name of the device being NULL.

* mpu6050
  - Fix a 'possible' NULL dereference introduced as part of splitting the
  driver to allow both i2c and spi to be supported.  The issue affects ACPI
  systems with this device.
  - Fix a follow up issue where the name and chip id both get set to null if
  the device driver instance is instantiated from ACPI tables.

----------------------------------------------------------------
Daniel Baluta (1):
      iio: imu: mpu6050: Fix name/chip_id when using ACPI

Matt Ranostay (1):
      iio: imu: mpu6050: fix possible NULL dereferences

 drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c | 30 +++++++++++++++++++++++++++---
 drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c |  3 ++-
 2 files changed, 29 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL] IIO fixes for 4.6d (inv mpu6050 acpi regression)
  2016-05-05 19:40 [PULL] IIO fixes for 4.6d (inv mpu6050 acpi regression) Jonathan Cameron
@ 2016-05-05 22:39 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-05-05 22:39 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio

On Thu, May 05, 2016 at 08:40:12PM +0100, Jonathan Cameron wrote:
> The following changes since commit 431adc0aeca68d257bd705db50f73e4c19e5690d:
> 
>   Merge tag 'iio-fixes-for-4.6c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus (2016-04-26 14:58:46 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.6d

Now pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-05 22:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 19:40 [PULL] IIO fixes for 4.6d (inv mpu6050 acpi regression) Jonathan Cameron
2016-05-05 22:39 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.