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 2E9BC215071 for ; Thu, 9 Jan 2025 09:56:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736416609; cv=none; b=o5LMaq8visamTeoVzNLj3YSTgSLesorrivaR939xWTXf7DwASy3HAWuEmsGmTrLczPYQpkEnlu6yVU/7PAagtzyljTum674Vug67Rn2PAEERVBOZTKAp0so2IiR8GBuRWNlYPyQj/bbmn2QZfno/WMTjj5IT6eCHvzF3z8cu/QI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736416609; c=relaxed/simple; bh=z49zfpWcMRfXEAprjeyFX4Ph582Ex3FEllCsvqsXM6c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tkmphZM0Ml30Om/KGY9m1/JUJw7jm3prHo2yIru08r1t/0Dnd+Pfcd+sKmnkNToDJE1QM0E/SKlY/kPDjurJMZMsSQ0B/QHFxJRz7cgXF9+7+qESRSiDsUQet7v9QNmgSzrpAliP9cSOav3q+nNn7WKtaP3URdCPuuntZu6u14E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=HdfDuSLr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="HdfDuSLr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50674C4CEE1; Thu, 9 Jan 2025 09:56:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736416608; bh=z49zfpWcMRfXEAprjeyFX4Ph582Ex3FEllCsvqsXM6c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HdfDuSLryn9Rfjl6f9/rWkVS36CCwkgYVnjJrEbVSOGZ4p+mOAsut7aggNioSXr1f ebm9WdEFgHAboImBIN8XNhEgYSdTP0st1VN8BWDnPQQ5Nv4tg8YfAJ0jDjgKqyBkzJ 1Ux4TclOwB4yycgSmZpm9VXMZ1oqYu2LxzFBBWY4= Date: Thu, 9 Jan 2025 10:55:56 +0100 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [GIT PULL] w1: drivers for v6.14 Message-ID: <2025010942-evaluator-footprint-cddc@gregkh> References: <20241231133833.137294-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: <20241231133833.137294-1-krzysztof.kozlowski@linaro.org> On Tue, Dec 31, 2024 at 02:38:32PM +0100, Krzysztof Kozlowski wrote: > The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: > > Linux 6.13-rc1 (2024-12-01 14:28:56 -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.14 Pulled and pushed out, thanks. greg k-h