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 10AF83191C4 for ; Thu, 26 Feb 2026 23:48:23 +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=1772149704; cv=none; b=XFsrTz5xnIWzSw1d/GcXQ8y4xmJsHcZpu8M5Z06TfCSrCf5eBkOjw8TxUjq7Gl3zqI3c0FyrgJAQedW1mXsUNSBz8PrhNNy3jLAd+DX8pARMX0FHNX5znYVx88b2wyFKcva/nwV785M1XNLQFi9eGYVbNGGUc2o6a2UTFtCTPSk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772149704; c=relaxed/simple; bh=TeHPwQSlCfxvzo8DthFxtqlsm2qtc8wnJe1WINieqlM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WbLFJxIc11cKivm5H3oi9eVs22cDUg4qTbsLPiiat441McO4tB9OxjsrzqId5B/DVIzUh9vaB2PJq3l7hdCY5e2HBEIKXKA3flqWH1WU/3eSLWL/1IMbF2iKjMeOYT5GsNJUJdYQi77EhQ4FaXD/5x9uh9OjiNYos1/a1NMnrUQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=vlnbQVJj; 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="vlnbQVJj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85596C116C6; Thu, 26 Feb 2026 23:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772149703; bh=TeHPwQSlCfxvzo8DthFxtqlsm2qtc8wnJe1WINieqlM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vlnbQVJjFdXLSmfIVQ/y5A1C0rKOnADd3/f4Q6p0RjmepINb0y/pAueU0KM3ZSxvU /HfeWrJYbafMGpLv7ZG9OIlAY8giikIfrK/4dTGIwEcIgNZksXQ8n2vFUPNsqS8KH8 2x+fv56F9XToUcH6KHIx5a4DkUuUTeul+Ghla54s= Date: Thu, 26 Feb 2026 15:48:15 -0800 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-rsu: fix for v7.0 Message-ID: <2026022603-hefty-unmanned-b225@gregkh> References: <20260225035605.48243-1-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: <20260225035605.48243-1-dinguyen@kernel.org> On Tue, Feb 24, 2026 at 09:56:05PM -0600, Dinh Nguyen wrote: > The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: > > Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_rsu_fix_for_v7.0 Pulled and pushed out, thanks. greg k-h