Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Wolfram Sang
On Fri, Sep 12, 2014 at 09:09:47PM +0200, Peter Huewe wrote: > If adapter->dev.parent == NULL there is a NULL pointer dereference in > acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. > > This is present since introduction of this code: > 366047515c6e "i2c: rework kernel config

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Wolfram Sang
> I'm dropping it from my TODO list, then. Yup. Thanks for the heads up! signature.asc Description: Digital signature

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Rafael J. Wysocki
On Wednesday, September 24, 2014 11:02:16 PM Wolfram Sang wrote: > On Wed, Sep 24, 2014 at 11:06:24PM +0200, Rafael J. Wysocki wrote: > > Hi Wolfram, > > > > Do you want me to take care of this or are you going to handle it? > > > > It has been ACKed by Mika already: > >

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Wolfram Sang
On Wed, Sep 24, 2014 at 11:06:24PM +0200, Rafael J. Wysocki wrote: > Hi Wolfram, > > Do you want me to take care of this or are you going to handle it? > > It has been ACKed by Mika already: https://patchwork.kernel.org/patch/4897751/ I am going to handle it. i2c-acpi is being reworked,

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Rafael J. Wysocki
Hi Wolfram, Do you want me to take care of this or are you going to handle it? It has been ACKed by Mika already: https://patchwork.kernel.org/patch/4897751/ Rafael On Friday, September 12, 2014 09:09:47 PM Peter Huewe wrote: > If adapter->dev.parent == NULL there is a NULL pointer

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Rafael J. Wysocki
Hi Wolfram, Do you want me to take care of this or are you going to handle it? It has been ACKed by Mika already: https://patchwork.kernel.org/patch/4897751/ Rafael On Friday, September 12, 2014 09:09:47 PM Peter Huewe wrote: If adapter-dev.parent == NULL there is a NULL pointer dereference

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Wolfram Sang
On Wed, Sep 24, 2014 at 11:06:24PM +0200, Rafael J. Wysocki wrote: Hi Wolfram, Do you want me to take care of this or are you going to handle it? It has been ACKed by Mika already: https://patchwork.kernel.org/patch/4897751/ I am going to handle it. i2c-acpi is being reworked, currently.

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Rafael J. Wysocki
On Wednesday, September 24, 2014 11:02:16 PM Wolfram Sang wrote: On Wed, Sep 24, 2014 at 11:06:24PM +0200, Rafael J. Wysocki wrote: Hi Wolfram, Do you want me to take care of this or are you going to handle it? It has been ACKed by Mika already:

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Wolfram Sang
I'm dropping it from my TODO list, then. Yup. Thanks for the heads up! signature.asc Description: Digital signature

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-24 Thread Wolfram Sang
On Fri, Sep 12, 2014 at 09:09:47PM +0200, Peter Huewe wrote: If adapter-dev.parent == NULL there is a NULL pointer dereference in acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. This is present since introduction of this code: 366047515c6e i2c: rework kernel config I2C_ACPI

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-13 Thread Mika Westerberg
On Fri, Sep 12, 2014 at 09:09:47PM +0200, Peter Huewe wrote: > If adapter->dev.parent == NULL there is a NULL pointer dereference in > acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. > > This is present since introduction of this code: > 366047515c6e "i2c: rework kernel config

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-13 Thread Mika Westerberg
On Fri, Sep 12, 2014 at 09:09:47PM +0200, Peter Huewe wrote: If adapter-dev.parent == NULL there is a NULL pointer dereference in acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. This is present since introduction of this code: 366047515c6e i2c: rework kernel config I2C_ACPI

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-12 Thread Peter Hüwe
Am Freitag, 12. September 2014, 21:09:47 schrieb Peter Huewe: > If adapter->dev.parent == NULL there is a NULL pointer dereference in > acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. > > This is present since introduction of this code: > 366047515c6e "i2c: rework kernel config

[PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-12 Thread Peter Huewe
If adapter->dev.parent == NULL there is a NULL pointer dereference in acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. This is present since introduction of this code: 366047515c6e "i2c: rework kernel config I2C_ACPI" or even da3c6647ee08 "I2C/ACPI: Clean up I2C ACPI code and Add

[PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-12 Thread Peter Huewe
If adapter-dev.parent == NULL there is a NULL pointer dereference in acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. This is present since introduction of this code: 366047515c6e i2c: rework kernel config I2C_ACPI or even da3c6647ee08 I2C/ACPI: Clean up I2C ACPI code and Add

Re: [PATCH] [REGRESSION] i2c-acpi: Fix NULL Pointer dereference

2014-09-12 Thread Peter Hüwe
Am Freitag, 12. September 2014, 21:09:47 schrieb Peter Huewe: If adapter-dev.parent == NULL there is a NULL pointer dereference in acpi_i2c_install_space_handler and acpi_i2c_remove_space_handler. This is present since introduction of this code: 366047515c6e i2c: rework kernel config