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 5BF6BC7EE23 for ; Mon, 5 Jun 2023 16:00:14 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AFp0fUK5gwFVg8mEBfloijyCqSW8DbSVV3Y3if7LPvk=; b=d+D1wGGGB4h+Dq lW/+dumMjEMrbp4UibP9IQU05prPBe7y2OMxSb2HFsG2ylHcfIwAJ7nMlrP3RRkKzU/ZbL/ndnWHN AVOGOqHdqrj37CIl3/AEGY1GZY0ZjlGLpJRN1cEQrl+gn+zEVsma/hS7qCLifNfBeDnYYp8d0SumV FzkrStXqFwoc/fvwj6hXxOI3Lc4ZowSwoBKP20hUu+AfbRple3wUeMPdufcpiATKsR/2UWHstJxbk H6nyoxjrXGdSTGMEslMIm7Ck68MSzSw0cGY8PsaoO5bnsjSsLa7ChSf6EKIkq4O6dSUgnMA7rWZ1i n/tbOV5beEoDYSp6c62g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6CcX-00G3tV-2v; Mon, 05 Jun 2023 15:59:49 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6CcV-00G3su-0p for linux-arm-kernel@lists.infradead.org; Mon, 05 Jun 2023 15:59:48 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 68BD2D75; Mon, 5 Jun 2023 09:00:28 -0700 (PDT) Received: from [10.57.25.141] (unknown [10.57.25.141]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0DE343F663; Mon, 5 Jun 2023 08:59:41 -0700 (PDT) Message-ID: Date: Mon, 5 Jun 2023 16:59:40 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.1 Subject: Re: [PATCH v4 1/4] devres: Provide krealloc_array To: Greg KH Cc: James Clark , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Coresight ML References: <20230509094942.396150-1-james.clark@arm.com> <20230509094942.396150-2-james.clark@arm.com> <2023051340-sinuous-darkroom-2497@gregkh> <89ad5070-db72-7bf1-5d86-a89fea54e789@arm.com> <2023051530-immunize-pony-49ef@gregkh> <46bb773c-31a8-c57a-0cde-39c27d0a6e36@arm.com> <2023060104-removal-map-b194@gregkh> <6cbdce5c-d470-9717-774d-2d25c9fc24c1@arm.com> <2023060546-deputy-geriatric-2706@gregkh> From: Suzuki K Poulose In-Reply-To: <2023060546-deputy-geriatric-2706@gregkh> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230605_085947_343845_180DF8AB X-CRM114-Status: UNSURE ( 8.37 ) X-CRM114-Notice: Please train this message. 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 05/06/2023 16:20, Greg KH wrote: > On Mon, Jun 05, 2023 at 02:39:44PM +0100, Suzuki K Poulose wrote: >> Does this look fine with you ? >> >> https://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git/log/?h=tmp/devm_krealloc_array > > Looks good to me! Thank you so much for checking ! I will push this to coresight/next. Suzuki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel