* [GIT PULL] firmware: stratix10-svc: fix for v6.18
@ 2025-11-03 12:41 Dinh Nguyen
2025-11-11 11:48 ` Dinh Nguyen
2025-11-13 22:37 ` Greg KH
0 siblings, 2 replies; 6+ messages in thread
From: Dinh Nguyen @ 2025-11-03 12:41 UTC (permalink / raw)
To: gregkh; +Cc: dinguyen, linux-kernel
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
for you to fetch changes up to d0fcf70c680e4d1669fcb3a8632f41400b9a73c2:
firmware: stratix10-svc: fix bug in saving controller data (2025-11-03 06:24:19 -0600)
----------------------------------------------------------------
firmware: stratix10-svc: fix saving contoller data for v6.18
- Fix the incorrect use of platform_set_drvdata and dev_set_drvdata
----------------------------------------------------------------
Khairul Anuar Romli (1):
firmware: stratix10-svc: fix bug in saving controller data
drivers/firmware/stratix10-svc.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] firmware: stratix10-svc: fix for v6.18
2025-11-03 12:41 [GIT PULL] firmware: stratix10-svc: fix for v6.18 Dinh Nguyen
@ 2025-11-11 11:48 ` Dinh Nguyen
2025-11-13 22:35 ` Greg KH
2025-11-13 22:37 ` Greg KH
1 sibling, 1 reply; 6+ messages in thread
From: Dinh Nguyen @ 2025-11-11 11:48 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel
Ping?
On 11/3/25 06:41, 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
>
> for you to fetch changes up to d0fcf70c680e4d1669fcb3a8632f41400b9a73c2:
>
> firmware: stratix10-svc: fix bug in saving controller data (2025-11-03 06:24:19 -0600)
>
> ----------------------------------------------------------------
> firmware: stratix10-svc: fix saving contoller data for v6.18
> - Fix the incorrect use of platform_set_drvdata and dev_set_drvdata
>
> ----------------------------------------------------------------
> Khairul Anuar Romli (1):
> firmware: stratix10-svc: fix bug in saving controller data
>
> drivers/firmware/stratix10-svc.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] firmware: stratix10-svc: fix for v6.18
2025-11-11 11:48 ` Dinh Nguyen
@ 2025-11-13 22:35 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2025-11-13 22:35 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: linux-kernel
On Tue, Nov 11, 2025 at 05:48:09AM -0600, Dinh Nguyen wrote:
> Ping?
Been traveling, let me get this now...
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] firmware: stratix10-svc: fix for v6.18
2025-11-03 12:41 [GIT PULL] firmware: stratix10-svc: fix for v6.18 Dinh Nguyen
2025-11-11 11:48 ` Dinh Nguyen
@ 2025-11-13 22:37 ` Greg KH
2025-11-14 12:11 ` Dinh Nguyen
1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2025-11-13 22:37 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] firmware: stratix10-svc: fix for v6.18
2025-11-13 22:37 ` Greg KH
@ 2025-11-14 12:11 ` Dinh Nguyen
2025-11-14 12:19 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Dinh Nguyen @ 2025-11-14 12:11 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel
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?
Thanks,
Dinh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] firmware: stratix10-svc: fix for v6.18
2025-11-14 12:11 ` Dinh Nguyen
@ 2025-11-14 12:19 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2025-11-14 12:19 UTC (permalink / raw)
To: Dinh Nguyen; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-11-14 12:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 12:41 [GIT PULL] firmware: stratix10-svc: fix for v6.18 Dinh Nguyen
2025-11-11 11:48 ` Dinh Nguyen
2025-11-13 22:35 ` Greg KH
2025-11-13 22:37 ` Greg KH
2025-11-14 12:11 ` Dinh Nguyen
2025-11-14 12:19 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox