From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 57CDB36D512 for ; Mon, 8 Jun 2026 20:19:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780949945; cv=none; b=YsZMmXBAI7R/G2dZnZOXJylLdpjVP8EdwgHjgXbYr4czjFP//U3DhV42fQ1/jsL+pigJkMliEOw/Yc9QfgIL8E+h6pzFVERGKEZRX7AC3eyBjZCDLYvlLPhTXcFp6Ejrq36AKDgVOUdbeTRzb+3WclRGMOeQ5+H2GNeI/Tz/3TU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780949945; c=relaxed/simple; bh=UW55c1GV6F83vefa+nenFK+6EzU38wp2vz/wnB5B5pM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AHjFFXbOYqF7yCfynLecmw8mNzBt2h1nQkcGXzIcOib+Io9CLHqy2nzgGvUUPlyTuq1oQ7P7bK/n9FYSzkG3Q56U+UCnkJM8n1tFw6npcxS3+HO/Q0kkDqo2gJO+RTz6dJFF7cLEEf+WNoWMK5PQ1w/i81jIRyARzg2OUT5YB3U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=EKb98BF7; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="EKb98BF7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E9C91F00893; Mon, 8 Jun 2026 20:19:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1780949944; bh=Gmt2qnKI6PosV11HSCdWnUzvOhIBy8fGhVCRHNvO3ys=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=EKb98BF7LT3Iw+gh8w3IPDhfysXMCH4x9JEFTPksK1MJLLZxAqQOb4suwJZVW7vbc o/kboQff9vWclpseuuHuwI+73S3B7k62RIdAct6Nkfa5dPRKyBw5Je2uAezSErSBIg VM9seq2NsxjVJTy77Gf4Gm+iqjY7qd1+XSFbeUs0= Date: Mon, 8 Jun 2026 21:37:36 +0200 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-svc: updates for v7.2 Message-ID: <2026060830-leotard-recast-9b93@gregkh> References: <20260608134933.218988-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: <20260608134933.218988-1-dinguyen@kernel.org> On Mon, Jun 08, 2026 at 10:49:33PM +0900, Dinh Nguyen wrote: > The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: > > Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/svc_updates_for_v7.2 Pulled and pushed out, thanks. greg k-h