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 B27492E0915 for ; Thu, 13 Nov 2025 22:37: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=1763073463; cv=none; b=LEcMctKkxCtxwdpcE9QdquAgSY7OjUhZVWOkFwWvSTGTm1U6HxzOP7LpdmaXCZQm5dzdmqaxnGs3VlztoiV7sHygu5EAiO+Yl1w6LcPZ6wymkzAxwvoHo7KHngsSckQnSdOZf00BDVfzhPGxgrZQ1ilKjrN8acxqIFZVIAqEFDg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763073463; c=relaxed/simple; bh=QtDJLfZtfb11L0JZi0Yc9Uq5TRUsV7XaaTilh7cbNTA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rDD0xytz7c5KRKmC/YlzptnMiT4oMzVps+qoPJ3+DaHTv1lwv2FpnYCK9Pf9JR10tPBWYjD4CZ5qP8+mFccuDMQPOY8vbhN+LN0ij2spqy47OwQaeIDJX4HRmz6e6h8t7tjBLJlScVbYJeISIVt3RN7836EAlstDJDz1S1HOfcI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1EmfuNlG; 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="1EmfuNlG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AFB3C4CEFB; Thu, 13 Nov 2025 22:37:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1763073463; bh=QtDJLfZtfb11L0JZi0Yc9Uq5TRUsV7XaaTilh7cbNTA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1EmfuNlGs5HIPAQv9Gz1DQ/mXbXu6rN1asi+brn9Iesu5hcQne1Qemt1Q0BK4211L CFjZjcqgkCG5YuZD2j5GurqKPh66jDZ+lYLgcZZ7KQqzS3XcUJxW0Q2j8IIaMN4yry yz5hnQ3mg/DE1v2+VcWTfMBQFO7JQ5+jYO5KhhNo= Date: Thu, 13 Nov 2025 17:37:42 -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: <2025111304-celery-plethora-e7c8@gregkh> References: <20251103124105.34655-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: <20251103124105.34655-1-dinguyen@kernel.org> 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. greg k-h