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 CD3B642EED3 for ; Thu, 5 Feb 2026 16:03:19 +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=1770307399; cv=none; b=JFYYyySNNnJ8z92qxP5it8prnYKVZokoUqpaKuoQGYhcL9/7FbJwN8mGrBaehnEYMPai4f7dp++HKMj4/knfo8jHR9+qa3TYq87KYM4cWA0H5hPLo2c2dIcLqwLFm3mbwPKnLXEY31XzB3qhKwgIsxslOsG4/Jg+QemQaEMJziY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770307399; c=relaxed/simple; bh=IH5AxG3grhgNWt2BZscsj9dtExStQgFos1XT/vTp1qs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d3EzgoOVYt192HfLuXbb10UMQFitRvZ9KVyce8D0N+iFFUo4G0b06XuA6vvpY5ILJlX2L1Zmon1Ul4IhdpXrfrH/GpRRaMZ/niwj5QugUSSqo4GGGx34j41xXhLFsWI8GvS76GxWeVfthyEgEWjxXKalsXuWjZCZkMEKxfXXJ6s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=J57Q8uis; 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="J57Q8uis" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CBF6AC4CEF7; Thu, 5 Feb 2026 16:03:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770307399; bh=IH5AxG3grhgNWt2BZscsj9dtExStQgFos1XT/vTp1qs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J57Q8uisvnyE8q0gsG1SqnXT249eiOuMHbaNFtKLp2IDtkuxZZkIK6Ee8ImjOEkT9 QlgUY+koS8u1YTByhKQZu9QP3KUo6RGq3Cq8lJjAmyks+sxM3H7uTRuJEIKLg1zQxg +wsk1hSx1M2WpDKt7UouTiUpmEtxjX48WHKhML3I= Date: Thu, 5 Feb 2026 17:03:16 +0100 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-svc: updates for v6.20 Message-ID: <2026020509-reexamine-small-b073@gregkh> References: <20260205120840.360201-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: <20260205120840.360201-1-dinguyen@kernel.org> On Thu, Feb 05, 2026 at 06:08:40AM -0600, Dinh Nguyen wrote: > Hi Greg, > > I apologize for that lateness of this PR, but if there's still time, please > pull this for v6.20 > > Thanks, > Dinh > > The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: > > Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) > > 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.20 > > for you to fetch changes up to 9e51d1da5b245c9bf97fc49b06cca7e901c0fe94: > > firmware: stratix10-svc: Delete some stray tabs (2025-12-15 13:50:39 -0600) > > ---------------------------------------------------------------- > SoCFPGA firmware update for v6.20 > - Delete stray tabs in stratix10-svc > > ---------------------------------------------------------------- > Dan Carpenter (1): > firmware: stratix10-svc: Delete some stray tabs > > drivers/firmware/stratix10-svc.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Pulled and pushed out, thanks. greg k-h