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:   Tue, 25 Apr 2023 15:00:22 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     James Clark <james.clark@....com>
Cc:     Jonathan Corbet <corbet@....net>, Jean Delvare <jdelvare@...e.com>,
        Anand Ashok Dumbre <anand.ashok.dumbre@...inx.com>,
        Jonathan Cameron <jic23@...nel.org>,
        Lars-Peter Clausen <lars@...afoo.de>,
        Michal Simek <michal.simek@...inx.com>,
        Andy Gross <agross@...nel.org>,
        Bjorn Andersson <andersson@...nel.org>,
        Konrad Dybcio <konrad.dybcio@...aro.org>,
        Jiri Slaby <jirislaby@...nel.org>, linux-doc@...r.kernel.org,
        linux-hwmon@...r.kernel.org, linux-iio@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org,
        linux-arm-msm@...r.kernel.org, linux-serial@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux@...ck-us.net,
        michal.simek@....com, Jonathan.Cameron@...wei.com,
        andriy.shevchenko@...ux.intel.com
Subject: Re: [PATCH v3 0/4] devres: Provide krealloc_array

On Tue, Apr 25, 2023 at 01:51:31PM +0100, James Clark wrote:
> 
> 
> On 20/03/2023 14:57, James Clark wrote:
> > Changes since v2:
> >  
> >  * Remove change in qcom_geni_serial.c in the last commmit and replace
> >    it with a comment instead
> >  * Whitespace fix
> > 
> > Changes since v1:
> > 
> >  * Style fix
> > 
> > -----------------------
> > 
> > Hi,
> > 
> > I had a use for a devm realloc_array in a separate change, so I've
> > added one and updated all the obvious existing uses of it that I could
> > find. This is basically a copy paste of the one in slab.h
> > 
> > Applies to v6.3-rc3
> > 
> > Thanks
> > James
> > 
> > James Clark (4):
> >   devres: Provide krealloc_array
> >   hwmon: pmbus: Use devm_krealloc_array
> >   iio: adc: Use devm_krealloc_array
> >   serial: qcom_geni: Comment use of devm_krealloc rather than
> >     devm_krealloc_array
> > 
> >  .../driver-api/driver-model/devres.rst          |  1 +
> >  drivers/hwmon/pmbus/pmbus_core.c                |  6 +++---
> >  drivers/iio/adc/xilinx-ams.c                    |  9 +++------
> >  drivers/iio/adc/xilinx-xadc-core.c              | 17 +++++++----------
> >  drivers/tty/serial/qcom_geni_serial.c           |  5 +++++
> >  include/linux/device.h                          | 11 +++++++++++
> >  6 files changed, 30 insertions(+), 19 deletions(-)
> > 
> 
> Hi Greg,
> 
> Is it possible to take this one? Or at least the first commit?

It's the middle of the merge window, no one can take anything new,
sorry.  Please wait for -rc1 to come out and then resend.

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ