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 38AE4C77B73 for ; Mon, 5 Jun 2023 15:21:29 +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=tlJ0syWEfBPAyxDeXq8wpwdsnKpY3ACBKIoxjE7QQj4=; b=VFVtEyUQTfqQwQ mfmydbQeu6A7jcWIqoybQ3mj2H8taFOJJncc45tqEGk5qkdpeBZgTXzCrxzEpQDed8ujB9c6fO4vX jjT77xV5MWxgywbEVQqfQLhNX+gYdLZoWiI7vWnJu6YMEGngpAtczHvxf3nmMK2VH8jrvOzoT+cWP 6X0B12iMqCL1s5FcR7B9GnahM12mHmbzpEm7ZCiscVlcugqkMQdhbgrPLC2ouJ13ozTFOebSod2VQ zDFxaHwjdF3LHox81HDkCEOxn9yrC0xMg/jfpzQVrV0LTSjeB0bAFKV+UqRQiqAQfxSDj0h7ee6qi 5Sg+/mvDay3QJ90TJBtA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6C0u-00FwBx-2v; Mon, 05 Jun 2023 15:20:58 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q6C0e-00FwA6-1n for linux-arm-kernel@lists.infradead.org; Mon, 05 Jun 2023 15:20:42 +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 8FA82626B6; Mon, 5 Jun 2023 15:20:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FE02C433D2; Mon, 5 Jun 2023 15:20:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685978439; bh=SeVFm3lQkxUzBSnv04TYGgIO5c4M8Ej5DLASHxK5mbE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LqKdIPdK3RQtBgGKSt4LkvxD+JgF92WhPAoymsmUgURG7VECkOkrNvhtkC4Wdi9WV buFNXlRWMm+OtWuoLnT+DnOYw2zIz1bkZJSINqs0WMm/fR+Z5UdmBF4t764bEe5iiq NFzJkNajDnIA+lycme04gOi+KOjOre46gTWbM7Nc= Date: Mon, 5 Jun 2023 17:20:36 +0200 From: Greg KH To: Suzuki K Poulose Cc: James Clark , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Coresight ML Subject: Re: [PATCH v4 1/4] devres: Provide krealloc_array Message-ID: <2023060546-deputy-geriatric-2706@gregkh> 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <6cbdce5c-d470-9717-774d-2d25c9fc24c1@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230605_082040_684568_8BA21D5B X-CRM114-Status: GOOD ( 25.30 ) 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jun 05, 2023 at 02:39:44PM +0100, Suzuki K Poulose wrote: > Hi Greg > = > On 01/06/2023 10:52, Suzuki K Poulose wrote: > > On 01/06/2023 10:33, Greg KH wrote: > > > On Wed, May 31, 2023 at 11:44:55PM +0100, Suzuki K Poulose wrote: > > > > (Removed irrelevant recipients), +Cc: coresight ml > = > ... > = > > > > Apologies for hijacking the thread. We have a series for CoreSight[= 1] > > > > that depends on this series, which I see that, is queued in your > > > > driver-core-next. > > > > = > > > > I would like to queue [1] for the next version (as there are other > > > > work that depend on this, e.g., [2]). Do you have any > > > > recommendations/comments on the proposal ? Are you able to share a > > > > stable branch which can be merged to coresight/next and queue the > > > > series ontop ? (PS: I haven't queued anything for coresight/next ye= t). > > > = > > > You can pull from my driver-core-next branch just fine and assume it > > > will be stable.=A0 So just pull in that one commit and all should be = good > > > in the future. > > = > > Thanks Greg, I will give it a go > = > Does this look fine with you ? > = > https://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git/log/?= h=3Dtmp/devm_krealloc_array Looks good to me! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel