lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 29 Aug 2021 15:48:12 +0100
From:   Jonathan Cameron <jic23@...nel.org>
To:     Alexandru Ardelean <aardelean@...iqon.com>
Cc:     linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
        denis.ciocca@...com, linus.walleij@...aro.org,
        lee.jones@...aro.org, andy.shevchenko@...il.com
Subject: Re: [PATCH v3 0/5] iio: st_sensors: convert probe functions to full
 devm

On Mon, 23 Aug 2021 14:21:59 +0300
Alexandru Ardelean <aardelean@...iqon.com> wrote:

> Changelog v2 - v3:
> * https://lore.kernel.org/linux-iio/20210816082836.67511-1-aardelean@deviqon.com/
> * Fixed a build warning
>   - When debugging is disabled dev_dbg() ops become a noop and this causes 
>     a warning
>   - Reported-by: kernel test robot <lkp@...el.com>
>   - https://lore.kernel.org/linux-iio/202108180707.05EmDSHt-lkp@intel.com/
> * added tag 'Reviewed-by: Andy Shevchenko <andy.shevchenko@...il.com>' to
>   series
> * added tag 'Reviewed-by: Linus Walleij <linus.walleij@...aro.org>' to
>   patch 'iio: st_sensors: disable regulators after device unregistration'
> 
> Changelog v1 - v2:
> * https://lore.kernel.org/linux-iio/20210726071404.14529-1-aardelean@deviqon.com/
> * added patch 'iio: st_sensors: disable regulators after device unregistration'
>   - splits the regulator disable fix in a separate patch
> 
As the fix, whilst clearly correct is for an issue that would take a bit of
determination to hit, I'm not going to rush it in.  Hence whole series applied
to the togreg branch of iio.git and pushed out as testing for 0-day to poke at.

Thanks,

Jonathan

> 
> Alexandru Ardelean (5):
>   iio: st_sensors: disable regulators after device unregistration
>   iio: st_sensors: remove st_sensors_deallocate_trigger() function
>   iio: st_sensors: remove st_sensors_power_disable() function
>   iio: st_sensors: remove all driver remove functions
>   iio: st_sensors: remove reference to parent device object on
>     st_sensor_data
> 
>  drivers/iio/accel/st_accel_core.c             | 31 ++---------
>  drivers/iio/accel/st_accel_i2c.c              | 23 +-------
>  drivers/iio/accel/st_accel_spi.c              | 23 +-------
>  .../iio/common/st_sensors/st_sensors_core.c   | 34 ++++++------
>  .../iio/common/st_sensors/st_sensors_i2c.c    |  1 -
>  .../iio/common/st_sensors/st_sensors_spi.c    |  1 -
>  .../common/st_sensors/st_sensors_trigger.c    | 53 +++++++------------
>  drivers/iio/gyro/st_gyro_core.c               | 27 ++--------
>  drivers/iio/gyro/st_gyro_i2c.c                | 23 +-------
>  drivers/iio/gyro/st_gyro_spi.c                | 23 +-------
>  drivers/iio/imu/st_lsm9ds0/st_lsm9ds0.h       |  1 -
>  drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c  | 17 +-----
>  drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c   |  6 ---
>  drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_spi.c   |  6 ---
>  drivers/iio/magnetometer/st_magn_core.c       | 29 ++--------
>  drivers/iio/magnetometer/st_magn_i2c.c        | 23 +-------
>  drivers/iio/magnetometer/st_magn_spi.c        | 23 +-------
>  drivers/iio/pressure/st_pressure_core.c       | 27 ++--------
>  drivers/iio/pressure/st_pressure_i2c.c        | 23 +-------
>  drivers/iio/pressure/st_pressure_spi.c        | 23 +-------
>  include/linux/iio/common/st_sensors.h         | 13 -----
>  21 files changed, 59 insertions(+), 371 deletions(-)
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ