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 49A4C50276 for ; Fri, 14 Nov 2025 12:19:59 +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=1763122800; cv=none; b=m9SiOtv4pyDvtsBLeYcihlBqWtlrIEWLktKcWfauYFlzZkeqVJW1YIMmQelpAmgYZqou2UAgHQxVzxbKs2comx9PIzbuDVmdbEUf9I0pjYs+P4mbq35eoyrXmwkClkcFRN2AuIN4X3LfiVp6RXWqRuhGpozRr6oPds+o2h6ChFM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763122800; c=relaxed/simple; bh=bA9pviyqEfpoR7zDSBXL59yYay0fPez5bGZ5hXyERew=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NAmSOXO2Rdl0gPk0xU+mI1CNvfqxqy9Fw1MftafV4LQ56MRFZu0BPtQYHBiNI9BDegl5qK87LpGwkoJ3yZuB+RigvdHRiCwEp1Oj3APHQXtUGzwySQBBBZ5jdjqJZyJcgdvz9MA0oiuOiaPUrIqeupet8WAh1N0dalFRfJUL01E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iMBXvdPy; 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="iMBXvdPy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36F61C113D0; Fri, 14 Nov 2025 12:19:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1763122799; bh=bA9pviyqEfpoR7zDSBXL59yYay0fPez5bGZ5hXyERew=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iMBXvdPyR1dUogBoBnAK7MHQaEPlt8ptkR3Z/bdC3LxEdHwX1O8EtO7oW1v47Cbo3 Q2JJ+LrAe0Qo9qLXpbApzqmMBRjsJ7tzjSsbKBSy8woQb8dOmIsgDqRBIB8f8Z3c9k VOH4G7ap95PGO8tzyN3mf+FckVfH+m7hWwYQORoQ= Date: Fri, 14 Nov 2025 07:19:55 -0500 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-svc: fix for v6.18 Message-ID: <2025111432-willow-detergent-a886@gregkh> References: <20251103124105.34655-1-dinguyen@kernel.org> <2025111304-celery-plethora-e7c8@gregkh> 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: On Fri, Nov 14, 2025 at 06:11:17AM -0600, Dinh Nguyen wrote: > > > On 11/13/25 16:37, Greg KH wrote: > > On Mon, Nov 03, 2025 at 06:41:05AM -0600, Dinh Nguyen wrote: > > > The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0: > > > > > > Linux 6.18-rc4 (2025-11-02 11:28:02 -0800) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_svc_fix_v6.18 > > > > Ick, I didn't want to take all of -rc4 in here, but I guess I will... > > > > That means my automated emails will not be sent out, but I'll go merge > > this now, thanks. > > > > For future reference, even for fixes, I'll rebase to a -rc1? That's not normally needed, just look at what is in my branch and you can base off of that if you want. thanks, greg k-h