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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18089C77B73 for ; Wed, 19 Apr 2023 13:07:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231524AbjDSNHe (ORCPT ); Wed, 19 Apr 2023 09:07:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231400AbjDSNHe (ORCPT ); Wed, 19 Apr 2023 09:07:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C3CB10B; Wed, 19 Apr 2023 06:07:33 -0700 (PDT) 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 ABFF663EE5; Wed, 19 Apr 2023 13:07:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BCED1C433EF; Wed, 19 Apr 2023 13:07:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681909652; bh=qtVeETg9alA9FDDBSHsHPThCWjj9KIIgeUdNNUKoQ14=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gtYMFlWcwgDhX80FZJZlJGyO7kppo8HS+MAApyKp5e4CtEM04s0Wz2L/oNhhWsT9g 8Is9CMdMbLBuw892jqe5QC6tJBbv0KltlUPGvqFbQKuzMJTUMHQEMr15NMfoFFhube dvatf9PlHPCye47a++is4h5cUH42BblXi5noScNM= Date: Wed, 19 Apr 2023 15:07:29 +0200 From: Greg KH To: Georgi Djakov Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] interconnect changes for 6.4 Message-ID: <2023041922-garnish-unclog-5034@gregkh> References: <20230417093910.1642934-1-djakov@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230417093910.1642934-1-djakov@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Mon, Apr 17, 2023 at 12:39:10PM +0300, Georgi Djakov wrote: > Hello Greg, > > This is the pull request with interconnect changes for the 6.4-rc1 merge > window. In contains cleanups and tiny updates. The details are in the > signed tag. > > All patches have been in linux-next during the last two weeks. Please pull > into char-misc-next when possible. > > Thanks, > Georgi > > The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65: > > Linux 6.3-rc3 (2023-03-19 13:27:55 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.4-rc1 Pulled and pushed out, thanks. greg k-h