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 4EF1FC07E9D for ; Mon, 26 Sep 2022 17:53:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230386AbiIZRxa (ORCPT ); Mon, 26 Sep 2022 13:53:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229589AbiIZRwz (ORCPT ); Mon, 26 Sep 2022 13:52:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F33DD86716; Mon, 26 Sep 2022 10:27:49 -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 0CB39610A3; Mon, 26 Sep 2022 17:27:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC7B4C433C1; Mon, 26 Sep 2022 17:27:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664213268; bh=YKtNGhrYoNhWHWV/wd3+sq7pY34KRG2NysaMRebgqpc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CQ9NYjrrkkm/u4ROy/fhNuLCYqhbTtoP3u7D+5gdNKEUdhJOl2kl8OQNSY9QNCbBb NOzPnQzKrKJ1TsmaLiwKKmTyq70Dr2jL2hmcPCIxXQgHRFbBa3ruq1ulJf6VWZHOK7 bbIW9JU2IMiW3B7btxBV/LHFcQ+rZWt77ghs65Yc= Date: Mon, 26 Sep 2022 19:27:23 +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.1 Message-ID: References: <20220926135301.28372-1-djakov@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220926135301.28372-1-djakov@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Mon, Sep 26, 2022 at 04:53:01PM +0300, Georgi Djakov wrote: > Hello Greg, > > This is the pull request with interconnect changes for the 6.1-rc1 merge > window. It contains some tiny updates. The details are in the signed tag. > > All patches have been in linux-next. Please pull into char-misc-next when > possible. > > Thanks, > Georgi > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: > > Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.1-rc1 Pulled and pushed out, thanks. greg k-h