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 D3BAEC4332F for ; Tue, 12 Dec 2023 08:44:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229660AbjLLIn6 (ORCPT ); Tue, 12 Dec 2023 03:43:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235079AbjLLIny (ORCPT ); Tue, 12 Dec 2023 03:43:54 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9FB6106 for ; Tue, 12 Dec 2023 00:43:59 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5AB6C433C8; Tue, 12 Dec 2023 08:43:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702370639; bh=+udAdbv74ZH3Ec7v7gNkzkQW186AgEuuT/4lHWXQJa0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CAfNCedXuKTLRzZikctAa8tYeRcWK6eynmGaRAikE32izQQ+ukuhOZQZnA3Cy6fC/ krlmBjTF1Map9k4RMbGSTfch58p7I5M9bWZU1BmFkKeIjKRHBY9lm9PqNrkp4ovVW0 bl9ZwJtMYghgCMPInSfpZ+nj7bDbc3sKOnzR6a5U= Date: Tue, 12 Dec 2023 09:43:43 +0100 From: Greg KH To: Georgi Djakov Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] interconnect fixes for 6.7-rc Message-ID: <2023121235-amplifier-percolate-f23c@gregkh> References: <20231209101548.1240700-1-djakov@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231209101548.1240700-1-djakov@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 09, 2023 at 12:15:48PM +0200, Georgi Djakov wrote: > Hello Greg, > > This pull request contains a few tiny fixes for the current cycle. The > details are in the signed tag. All patches have been in linux-next > during the last few days. Please pull into char-misc-linus when possible. > > Thanks, > Georgi > > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.7-rc5 Pulled and pushed out, thanks. greg k-h