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 356643C9ECA for ; Wed, 11 Mar 2026 11:28:43 +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=1773228524; cv=none; b=da9/lAl/Kzh+2TeiCFnQeULoH7+/wJ9fU7IfGB/oY/ueWn9uJwJo54VFJhdt3vB8A7wkVCTYfMCi6EXB/TVcOXX54829aIY6PhBkdlu5HP6xhjoL+6gwXcdHZtwfN+YOFvD8DTxLwBEN+nN6hg6H88XwY2fbUqw3vgSFGz41ep0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773228524; c=relaxed/simple; bh=3d6XOTsi4T/BkRLjeKvmeTvLykL3QDcWWvjT7yZW9m8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aAjLX+lqzAib4K0tRfkdMSGk9dyIumQiY2P200CNfu0MnKs4jYDr5nyn4BzOjeiS6YXW8P+EBN6LBc3svVzpHTLEEA2AZA/EAkZV0NlIE5yUEtZ83qR7qwCb5JtLIzslfrswj5jWuVaMjSHtpWFjWZgxElNIw6bH3DNlw95rPg0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=PPQv2g+2; 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="PPQv2g+2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E6F2C4CEF7; Wed, 11 Mar 2026 11:28:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773228523; bh=3d6XOTsi4T/BkRLjeKvmeTvLykL3QDcWWvjT7yZW9m8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PPQv2g+2UGysddIVtcu7jPZ3kOfy73lCQWYEffei2GC41/hC8/cHflT6YcFW+Zl5M PTdKHHq2SqCHNsFxKQvQ9N8LHml2JbxzSCF1ou/uvlQiYPa3NbDEaEuo7bfc5yeczr kxOxcOBONR8tJjBWDxtB/3l1Gnbqyvvd7J0WJNto= Date: Wed, 11 Mar 2026 12:28:40 +0100 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-svc: fix for v7.0 Message-ID: <2026031133-unread-unloader-fa3f@gregkh> References: <20260310163749.652575-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: <20260310163749.652575-1-dinguyen@kernel.org> On Tue, Mar 10, 2026 at 11:37:49AM -0500, 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_svc_fix_for_v7.0 > > for you to fetch changes up to 22fd7f7fed2ae3702f90d1985c326354e86b9c75: > > firmware: stratix10-svc: Add Multi SVC clients support (2026-03-10 11:32:31 -0500) Pulled and pushed out, thanks. greg k-h