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 176603C6606 for ; Fri, 31 Jul 2026 12:15:49 +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=1785500151; cv=none; b=d1tdwBqRLY0sa0ZKvSDvoIBmPV0M7ZNYyh00M1RlhDaJJWT8Y5QyzJqeZJjD5EwOV0UJeGgNV/Cil/HRo9UThCir2cRf4OGy2sA9WF5YeSWjFDczY3groa0ObqeoMyWYZzmG4cYLsPn9mfLUrG7ZEvC2bKuybQINkBZ/s5t4neA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785500151; c=relaxed/simple; bh=piYyWO8y3cMOnXzFX9XeZM3e/+qoJ18Tg21VE6sLBsY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SQVkz5051Bi52Scv38W21L4uHsHvG7+RV4f9p0aSaIgzUnYxgsi+8JBXsmFwu+zSwr1hNh9+ba6IXGtrQeETaP85BPqPwRpTKLSQWsYcNY4/TBCYtxI+KtDScifJCy9QIrp51PO+Ro+paKxrcaghzkLigklCU2Kv2xzGu342NG8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=F91bNRv/; 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="F91bNRv/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0CA5B1F000E9; Fri, 31 Jul 2026 12:15:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785500149; bh=zmK8Hu11SXesL4Xi0E2TDCv7C/dPv1HPociARXftjv4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=F91bNRv/RUsoUP9beICW2M4ABioHcOQFRV20WuZ5mC+nKwSzTSERCAeZ7mwI7FYSF xVA+9nwIwhDmnfZjnEKEAKhzZ4fRgsqAXsbRgrWyRbquZb8Pz8TyWeUAKJ95BxtEPq IUZCRd9fmcNWiLCWPLY4C4Ib1C5DDTQ0pImssALM= Date: Fri, 31 Jul 2026 14:15:35 +0200 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] SoCFPGA firmware updates for v7.3 Message-ID: <2026073114-tackiness-aorta-551b@gregkh> References: <20260729030234.1357865-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: <20260729030234.1357865-1-dinguyen@kernel.org> On Tue, Jul 28, 2026 at 10:02:34PM -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_updates_for_v7.3 Note, I had a merge conflict in drivers/firmware/stratix10-svc.c, so can you verify I got it right? thanks, greg k-h