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 C0037214A64 for ; Thu, 9 Jan 2025 09:56:56 +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=1736416616; cv=none; b=hb35LkK2K2NzqrB5djmEPnCbNd6eNqLLcBo7Pjia+cdBMrk41wgY6cvLbFcKjH0qQhkysiorxJxs8OhGTMnX+JmtKbJ/wm5NcF5V+UJyTIMSKpcu39Cc3snQ6vlpX8NA7ZQ2cZcn2blTDBjGfg7afi2Itxc5TiTCLDQD6TbWmSs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736416616; c=relaxed/simple; bh=2Z2GkuYTRsmQMMvHcwT62+XGzi9Fq0SI+XGeQ4ro17A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oIgSM3RdkygH9+apIHE2DmdtdZUP5EQW1vZtbRuvf5dp8D2nPlqKBbp8hOf18VQUn2gJ5m+/m40f1IgNqC4L/h5E+NZgjrk16dvN1ygKSBR7OwRLGEpdxuc94oGaMhH6qVxqLrCPx046YDrMnOWZ8OM3dORoZC+pL7PxXUQ1hZ0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=RKULxfxr; 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="RKULxfxr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDC0EC4CEE1; Thu, 9 Jan 2025 09:56:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736416616; bh=2Z2GkuYTRsmQMMvHcwT62+XGzi9Fq0SI+XGeQ4ro17A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RKULxfxr/xQxO3tF6oXSkKte+gUiqJHH0jdrl5Ik9lPaZAZUZaE6HubLYG51j/fj8 svIi8sx9/WGfJGJWS+7T90nt+82U4qhU60+1a4F33/3Hr7Hleop4QF2A2O1Q08ohvY u0vcMpKJdmtQj1rG50xGXlBtVDmFBVN80creQpig= Date: Thu, 9 Jan 2025 10:56:43 +0100 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-svc: update for v6.14 Message-ID: <2025010936-launch-depraved-3c68@gregkh> References: <20250103022003.1268055-1-dinguyen@kernel.org> <20250103022003.1268055-2-dinguyen@kernel.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: <20250103022003.1268055-2-dinguyen@kernel.org> On Thu, Jan 02, 2025 at 08:20:03PM -0600, Dinh Nguyen 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: > > git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_firmware_update_for_v6.14 Pulled and pushed out, thanks. greg k-h