* [GIT PULL] firmware: stratix10-svc: update for v6.14
@ 2025-01-03 2:20 Dinh Nguyen
2025-01-03 2:20 ` Dinh Nguyen
0 siblings, 1 reply; 5+ messages in thread
From: Dinh Nguyen @ 2025-01-03 2:20 UTC (permalink / raw)
To: gregkh; +Cc: dinguyen, linux-kernel
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(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* [GIT PULL] firmware: stratix10-svc: update for v6.14
2025-01-03 2:20 [GIT PULL] firmware: stratix10-svc: update for v6.14 Dinh Nguyen
@ 2025-01-03 2:20 ` Dinh Nguyen
2025-01-03 6:25 ` Greg KH
2025-01-09 9:56 ` Greg KH
0 siblings, 2 replies; 5+ messages in thread
From: Dinh Nguyen @ 2025-01-03 2:20 UTC (permalink / raw)
To: gregkh; +Cc: dinguyen, linux-kernel
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(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] firmware: stratix10-svc: update for v6.14
2025-01-03 2:20 ` Dinh Nguyen
@ 2025-01-03 6:25 ` Greg KH
2025-01-06 2:27 ` Dinh Nguyen
2025-01-09 9:56 ` Greg KH
1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2025-01-03 6:25 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] firmware: stratix10-svc: update for v6.14
2025-01-03 6:25 ` Greg KH
@ 2025-01-06 2:27 ` Dinh Nguyen
0 siblings, 0 replies; 5+ messages in thread
From: Dinh Nguyen @ 2025-01-06 2:27 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel
On 1/3/25 00:25, Greg KH wrote:
> 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?
>
Apologies, not sure what happened. Nothing changed, please just take the
first one.
Thanks,
Dinh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] firmware: stratix10-svc: update for v6.14
2025-01-03 2:20 ` Dinh Nguyen
2025-01-03 6:25 ` Greg KH
@ 2025-01-09 9:56 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2025-01-09 9:56 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: linux-kernel
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
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-09 9:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 2:20 [GIT PULL] firmware: stratix10-svc: update for v6.14 Dinh Nguyen
2025-01-03 2:20 ` Dinh Nguyen
2025-01-03 6:25 ` Greg KH
2025-01-06 2:27 ` Dinh Nguyen
2025-01-09 9:56 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox