From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8DB474E1B5 for ; Thu, 21 Dec 2023 10:24:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="FrBQJNS3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4F5DC433C8; Thu, 21 Dec 2023 10:24:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1703154278; bh=QCbtTmWIw0DjINy2fQ6yKWwqkb2U97QfoGHbOnp13eQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FrBQJNS323bxLb3XW8mhMIjwUoOApjsq1wmxLE6TnQjk5bzTydxttgkMrYrrXreBH 0IPDAkbTGGLHYpYP8UHt2Jd2ydfFh2PiPnxsUvUGhB5VVcbdrWo0oZsvg/vHfZi7pa FccCdD4hM5ue5WEJmEz2ZB586GejYNWNpVIJ1EOE= Date: Thu, 21 Dec 2023 11:24:35 +0100 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [GIT PULL] w1: drivers for v6.8 Message-ID: <2023122128-spider-emblem-388c@gregkh> References: <20231221101602.15826-1-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231221101602.15826-1-krzysztof.kozlowski@linaro.org> On Thu, Dec 21, 2023 at 11:16:02AM +0100, Krzysztof Kozlowski wrote: > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1.git tags/w1-drv-6.8 Pulled and pushed out, thanks. greg k-h