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 ADC473BFAE8 for ; Fri, 17 Jul 2026 12:27:01 +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=1784291223; cv=none; b=T7vUup40BwWFjfELqV151VgyYYwGUyQw3TQ4b22sA+x50lQ8zf1SWRsWPLtGcgI97EKZcY29PJgEO6WMDvGjR6wQQqO48SGGvq0sULYMLW9hXEmIignEx9vu6qAXycZT5l56HqUZw/o1LojN/ipAsItDfr8tpuMkFOCjAGb+Rk4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784291223; c=relaxed/simple; bh=Gvdk117JRiChnrgamlrN+q3mFUcJwbs8U7UDg7Aq/No=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ULeHbDNFUXTdDM7oAHXReiVMIMtrk/IuEHeaNauETR2G/M0z2zBaomN3BmlYUi9jTQJp4C+4cd9RHSKtDulFaaIaqPL6zTZXJHQNT/97Y5qlSiV4JFuCuDkMkg7Hde3XfGlWTzP+lcCv2AUI9qUb69SOcvp9Q3s7GVR5Pa1XeNY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=AxK/nmGR; 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="AxK/nmGR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4925C1F000E9; Fri, 17 Jul 2026 12:27:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784291220; bh=DVuG3+0WBV+3Q0FVBR539PlByk0sw178E3IifbofKQ8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=AxK/nmGRh631PV1hF3rYj5bpMV9GBjNt567t3W4J7/g53fks6A1GXGdNXfsLeJdCp KaLjGYE5x+H627N6mrwH4wzBt/9X4oeQYOzHpbCL93iPvmqaufdCFzwyVE70/iIWdU ehqyCxpCl7nCmhQ/j36dx7APr9D3J4FrEV+37U0o= Date: Fri, 17 Jul 2026 14:26:53 +0200 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-svc: fixes for v7.2 Message-ID: <2026071747-setback-garter-a43b@gregkh> References: <20260714222441.1153415-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: <20260714222441.1153415-1-dinguyen@kernel.org> On Tue, Jul 14, 2026 at 05:24:41PM -0500, Dinh Nguyen wrote: > The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: > > Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/svc_fixes_for_v7.2 Pulled and pushed out, thanks. greg k-h