From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 32484C77B7C for ; Tue, 25 Apr 2023 13:01:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EgxIiJf41Iu4u7JUoeKsS98zspxXwTKFybJQJMMyLkM=; b=NOh4qq6PwMW5An hhEYDVYAzfh1SJt7mu6YY635pT5ahN2DZT/ucS4fzEGXpeJkAAKL0zOekre9u4RAfto+UsQbCacFV vF8L5+ddq9iCOgqixTkYekl0tQjLHWEhVd9lxvGdygguq2OzzQhSaA2HFChVjiZcp2QHEnkv9Ondm u8fdxHgcuTDv3iImrpqSrlCoXqzSR3mYeGOu8fmgdV/P7H6hW4DjcbDaSgQhtUfD5wdlaUIzlmJK5 fu2yZ/gb/gKi73V7RMV96DmcPSHuTZSbbZFIImQjYmwLMsYhv1o/g7KyFDngAWM8b5BNd6h/Y7xtU U4391gQJse3KoceB4TYg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1prIHW-0018yK-22; Tue, 25 Apr 2023 13:00:30 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1prIHT-0018xe-1y for linux-arm-kernel@lists.infradead.org; Tue, 25 Apr 2023 13:00:28 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4316762E46; Tue, 25 Apr 2023 13:00:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F8F6C43442; Tue, 25 Apr 2023 13:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1682427625; bh=XO4S6eeVuuK3+SDKORRmedfITWuDoW1zGPNl7NOvUEI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KtEhLdOBnurJeUJQrhRpFGl4Tgyhno3iPi3QkHG0mf7kYqcYUz0XDHj8NVORHsFjx cuawNStCPmhSv7qK6pr/mI1oQYw3t77Gy8g73tMUvgf+I7J3Ae+s/tqokcG2PBgBgy RODcFuC1A27hV1/r7wFxS6rcI72EY/QIEr7eXUNQ= Date: Tue, 25 Apr 2023 15:00:22 +0200 From: Greg Kroah-Hartman To: James Clark Cc: Jonathan Corbet , Jean Delvare , Anand Ashok Dumbre , Jonathan Cameron , Lars-Peter Clausen , Michal Simek , Andy Gross , Bjorn Andersson , Konrad Dybcio , Jiri Slaby , linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux@roeck-us.net, michal.simek@amd.com, Jonathan.Cameron@huawei.com, andriy.shevchenko@linux.intel.com Subject: Re: [PATCH v3 0/4] devres: Provide krealloc_array Message-ID: References: <20230320145710.1120469-1-james.clark@arm.com> <108babe4-20cb-e637-e7da-7d04127d2a9e@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <108babe4-20cb-e637-e7da-7d04127d2a9e@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230425_060027_713349_40D2350C X-CRM114-Status: GOOD ( 22.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel