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 0662BEB64DD for ; Wed, 21 Jun 2023 19:18:17 +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=Bt/1EP/4KDXYB/rgrHIJ43X1hVU/8cHSQdEE+odPZEM=; b=g3vRDQZadxvrUt w3QlBiHGCMQWuDlvcf12I0fQcrRBEewRvzGleMZJFJYeRxpf1akMz85tTpq/Dh4FR6fmLkfg1RGHh bCKwAiBT4OQmnhUFAKyLoB0qGmLGsFzbpLa84aghGDXPMOZLzNTbKnMw1B0UHefq49bm43y7dTwre 36Sfb21YTZ/Rn/7GRHAIF4vVYo/HpQRDVp045jWWt6rAjwmJE57q+yO2+Pjo7bTGf5qH77TE/Qili hEQQ1oTJp3Zm5ZpvgDz38Sl8TPo3mgAPk3JfoA0f4VTBnFETvcon5nC6z+XarUvksetYrGC3wAva1 XOfRdHEfzceD1r+N06ZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qC3L2-00FX5d-2X; Wed, 21 Jun 2023 19:17:56 +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 1qC3L0-00FX4z-1w for linux-arm-kernel@lists.infradead.org; Wed, 21 Jun 2023 19:17:55 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C03CB616B4; Wed, 21 Jun 2023 19:17:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CEC2EC433C0; Wed, 21 Jun 2023 19:17:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687375073; bh=rhMq0Ov2yU+4ukHFiSj71YNGaaJUkmnZuTppfMroecs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dKqYeO6DVQt92s2GG6bzGnUETbnsIWOf1Zk3uYYKPtxlgPUvUhi81Y3ZYWgTQC0lT PCiaS7l2DQmZ0sVVBLaMA0RDt8pScSr2OyLzTW5M+PQDxlEv5vKVrLCPFHZGhdhwZ5 xhF2Ju+ywCX7/8FjUWRxEXS2VuroVntvQ/8DwjKA= Date: Wed, 21 Jun 2023 21:17:05 +0200 From: Greg KH To: Suzuki K Poulose Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, james.clark@arm.com, mike.leach@linaro.org, nathan@kernel.org, quic_hazha@quicinc.com, u.kleine-koenig@pengutronix.de, yangyicong@hisilicon.com, coresight@lists.linaro.org Subject: Re: [GIT PULL] coresight: updates for v6.5 Message-ID: <2023062157-cymbal-shrubbery-fb61@gregkh> References: <20230621171608.573041-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230621171608.573041-1-suzuki.poulose@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230621_121754_681044_C89D225E X-CRM114-Status: GOOD ( 10.36 ) 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 Wed, Jun 21, 2023 at 06:16:08PM +0100, Suzuki K Poulose wrote: > Greg, > > Please find the changes for coresight and hwtracing subsystem, targeting v6.5. > Please note that, I have pulled James' devm_krealloc_array() patch - > > ( commit d388f06aced3 "devres: Provide krealloc_array" ) > > - into the coresight tree from your driver-core-next, for CTI module refcount > fixes depend on it. > > Please let me know if this looks alright and kindly pull if it is fine. Pulled and pushed out, thanks. greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel