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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221123203510.28333ef0@jic23-huawei>
Date:   Wed, 23 Nov 2022 20:35:10 +0000
From:   Jonathan Cameron <jic23@...nel.org>
To:     Ramona Bolboaca <ramona.bolboaca@...log.com>
Cc:     <nuno.sa@...log.com>, <linux-iio@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v6 0/9] Add '__adis_enable_irq()'

On Tue, 22 Nov 2022 10:27:48 +0200
Ramona Bolboaca <ramona.bolboaca@...log.com> wrote:

> Added implementation for '__adis_enable_irq()' and called it instead of
> 'adis_enable_irq()' inside '__adis_initial_startup()'.
> Replaced 'adis_initial_startup()' calls in probe, with its unlocked
> variant.

Given how near we are to the merge window I've queued this up on the
togreg branch and marked the first patch for stable.

Thanks,

Jonathan

> 
> changes in v3:
>  new patches: 1,2
>  changed commit message for patches 2-9
> 
> changes in v4:
>  squashed patches 1 & 2 from v3
> 
> changes in v5:
>  fix compilation error
> 
>  changes in v6:
>   changed commit message of patch 1: added more information related to the fix
> 
> Ramona Bolboaca (9):
>   iio: adis: add '__adis_enable_irq()' implementation
>   iio: accel: adis16201: Call '__adis_initial_startup()' in probe
>   iio: accel: adis16209: Call '__adis_initial_startup()' in probe
>   iio: gyro: adis16136: Call '__adis_initial_startup()' in probe
>   iio: gyro: adis16260: Call '__adis_initial_startup()' in probe
>   iio: imu: adis16400: Call '__adis_initial_startup()' in probe
>   staging: iio: accel: adis16203: Call '__adis_initial_startup()'
>   staging: iio: accel: adis16240: Call '__adis_initial_startup()'
>   iio: imu: adis: Remove adis_initial_startup function
> 
>  drivers/iio/accel/adis16201.c         |  2 +-
>  drivers/iio/accel/adis16209.c         |  2 +-
>  drivers/iio/gyro/adis16136.c          |  2 +-
>  drivers/iio/gyro/adis16260.c          |  2 +-
>  drivers/iio/imu/adis.c                | 28 ++++++++++-----------------
>  drivers/iio/imu/adis16400.c           |  2 +-
>  drivers/staging/iio/accel/adis16203.c |  2 +-
>  drivers/staging/iio/accel/adis16240.c |  2 +-
>  include/linux/iio/imu/adis.h          | 17 ++++++++--------
>  9 files changed, 25 insertions(+), 34 deletions(-)
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ