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 E4FF71898FB for ; Fri, 3 Jan 2025 06:25:51 +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=1735885552; cv=none; b=Tzhcr94iyelIst1qj2M4feI2Nlr2t6rt59kKa4DR8XSTFhc0Menot7IEAUSWQikegOIkGyzE5C+JPx67jR/GhytIZpF6iU4QfkgBDaGt9m4Dw9RxEP/wkFxeyWuOClg4UGdIHjMaUu8Ovw8CMP2NEEY6XnmaG21ubDJ6HNLBjrE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735885552; c=relaxed/simple; bh=yGIp5eunFbozXnaBRhwfzx2A5a2vcJADYyfmc+4GE5U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lYcmJQyxMgnIXBS7wRrlN/UCP/onJYs3nAK4Eq7Ms0NIOjojwBwiYkd5QVuE8VJhp2jG2iFv3Pkfk8x1mXJEVnoHvyL5OAq91osto8BXSGa2jBAJH63/6VpeAevdtw97XmSjCI/oT6n8libTL7fjTf3oLVwSjFh42evOjYE78BM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=gMi09c50; 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="gMi09c50" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CCF7C4CECE; Fri, 3 Jan 2025 06:25:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1735885551; bh=yGIp5eunFbozXnaBRhwfzx2A5a2vcJADYyfmc+4GE5U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gMi09c50qfY1+ubjjwuJ39MFXFD83d05s6U0wMx3N9/8fqk+GuoyXAVMxvxxcCQ8T UoKe/B35SutFWnWgMqSsVPXFK94LgBOHZS+JU+6G+G54G2PsOzWB5WvTu1JVMugah7 SWW68Wf8JqDGdu1sPQeePozSegN21M/PPXNkDU44= Date: Fri, 3 Jan 2025 07:25:48 +0100 From: Greg KH To: Dinh Nguyen Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] firmware: stratix10-svc: update for v6.14 Message-ID: <2025010332-hurry-regular-535a@gregkh> References: <20250103022003.1268055-1-dinguyen@kernel.org> <20250103022003.1268055-2-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: <20250103022003.1268055-2-dinguyen@kernel.org> On Thu, Jan 02, 2025 at 08:20:03PM -0600, Dinh Nguyen wrote: > The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: > > Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_firmware_update_for_v6.14 > > for you to fetch changes up to d31679f42e19780b4564cd1c5f90c1f3249f00c7: > > firmware: stratix10-svc: Use kthread_run_on_cpu() (2024-12-16 18:30:11 -0600) > > ---------------------------------------------------------------- > SoCFPGA Firmware update for v6.14 > - Use kthread_run_on_cpu() > > ---------------------------------------------------------------- > Frederic Weisbecker (1): > firmware: stratix10-svc: Use kthread_run_on_cpu() > > drivers/firmware/stratix10-svc.c | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) You sent this twice on purpose, did something change? confused, greg k-h