* mmc: core: add devm_mmc_alloc_host (5.10.y)
@ 2024-11-15 14:29 Dan Carpenter
2024-11-15 16:05 ` Harshit Mogalapalli
2024-11-17 21:13 ` Greg KH
0 siblings, 2 replies; 5+ messages in thread
From: Dan Carpenter @ 2024-11-15 14:29 UTC (permalink / raw)
To: Sasha Levin; +Cc: stable
Hi Sasha,
The 5.10.y kernel backported commit 80df83c2c57e ("mmc: core:
add devm_mmc_alloc_host") but not the fix for it.
71d04535e853 ("mmc: core: fix return value check in devm_mmc_alloc_host()")
The 6.6.y kernel was released with both commits so it's not affected and none
of the other stable trees include the buggy commit so they're not affected
either. Only 5.10.y needs to be fixed.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: mmc: core: add devm_mmc_alloc_host (5.10.y)
2024-11-15 14:29 mmc: core: add devm_mmc_alloc_host (5.10.y) Dan Carpenter
@ 2024-11-15 16:05 ` Harshit Mogalapalli
2024-11-15 16:27 ` Greg KH
2024-11-17 21:12 ` Greg KH
2024-11-17 21:13 ` Greg KH
1 sibling, 2 replies; 5+ messages in thread
From: Harshit Mogalapalli @ 2024-11-15 16:05 UTC (permalink / raw)
To: Dan Carpenter, Sasha Levin; +Cc: stable, Vegard Nossum
Hi Sasha,
On 15/11/24 19:59, Dan Carpenter wrote:
> Hi Sasha,
>
> The 5.10.y kernel backported commit 80df83c2c57e ("mmc: core:
> add devm_mmc_alloc_host") but not the fix for it.
>
> 71d04535e853 ("mmc: core: fix return value check in devm_mmc_alloc_host()")
>
> The 6.6.y kernel was released with both commits so it's not affected and none
> of the other stable trees include the buggy commit so they're not affected
> either. Only 5.10.y needs to be fixed.
>
How come we have a commit in 5.10.y and 6.6.y and not in 6.1.y and
5.15.y -- May be we should detect those.
Thanks,
Harshit
> regards,
> dan carpenter
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: mmc: core: add devm_mmc_alloc_host (5.10.y)
2024-11-15 16:05 ` Harshit Mogalapalli
@ 2024-11-15 16:27 ` Greg KH
2024-11-17 21:12 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2024-11-15 16:27 UTC (permalink / raw)
To: Harshit Mogalapalli; +Cc: Dan Carpenter, Sasha Levin, stable, Vegard Nossum
On Fri, Nov 15, 2024 at 09:35:28PM +0530, Harshit Mogalapalli wrote:
> Hi Sasha,
>
> On 15/11/24 19:59, Dan Carpenter wrote:
> > Hi Sasha,
> >
> > The 5.10.y kernel backported commit 80df83c2c57e ("mmc: core:
> > add devm_mmc_alloc_host") but not the fix for it.
> >
> > 71d04535e853 ("mmc: core: fix return value check in devm_mmc_alloc_host()")
> >
> > The 6.6.y kernel was released with both commits so it's not affected and none
> > of the other stable trees include the buggy commit so they're not affected
> > either. Only 5.10.y needs to be fixed.
> >
>
> How come we have a commit in 5.10.y and 6.6.y and not in 6.1.y and 5.15.y --
> May be we should detect those.
We used to detect them, something seems to have gone wrong...
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: mmc: core: add devm_mmc_alloc_host (5.10.y)
2024-11-15 16:05 ` Harshit Mogalapalli
2024-11-15 16:27 ` Greg KH
@ 2024-11-17 21:12 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2024-11-17 21:12 UTC (permalink / raw)
To: Harshit Mogalapalli; +Cc: Dan Carpenter, Sasha Levin, stable, Vegard Nossum
On Fri, Nov 15, 2024 at 09:35:28PM +0530, Harshit Mogalapalli wrote:
> Hi Sasha,
>
> On 15/11/24 19:59, Dan Carpenter wrote:
> > Hi Sasha,
> >
> > The 5.10.y kernel backported commit 80df83c2c57e ("mmc: core:
> > add devm_mmc_alloc_host") but not the fix for it.
> >
> > 71d04535e853 ("mmc: core: fix return value check in devm_mmc_alloc_host()")
> >
> > The 6.6.y kernel was released with both commits so it's not affected and none
> > of the other stable trees include the buggy commit so they're not affected
> > either. Only 5.10.y needs to be fixed.
> >
>
> How come we have a commit in 5.10.y and 6.6.y and not in 6.1.y and 5.15.y --
> May be we should detect those.
This was added because it was a dependancy, that's how things got out of
sync...
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mmc: core: add devm_mmc_alloc_host (5.10.y)
2024-11-15 14:29 mmc: core: add devm_mmc_alloc_host (5.10.y) Dan Carpenter
2024-11-15 16:05 ` Harshit Mogalapalli
@ 2024-11-17 21:13 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2024-11-17 21:13 UTC (permalink / raw)
To: Dan Carpenter; +Cc: Sasha Levin, stable
On Fri, Nov 15, 2024 at 05:29:38PM +0300, Dan Carpenter wrote:
> Hi Sasha,
>
> The 5.10.y kernel backported commit 80df83c2c57e ("mmc: core:
> add devm_mmc_alloc_host") but not the fix for it.
>
> 71d04535e853 ("mmc: core: fix return value check in devm_mmc_alloc_host()")
>
> The 6.6.y kernel was released with both commits so it's not affected and none
> of the other stable trees include the buggy commit so they're not affected
> either. Only 5.10.y needs to be fixed.
Now queued up, thanks.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-17 21:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-15 14:29 mmc: core: add devm_mmc_alloc_host (5.10.y) Dan Carpenter
2024-11-15 16:05 ` Harshit Mogalapalli
2024-11-15 16:27 ` Greg KH
2024-11-17 21:12 ` Greg KH
2024-11-17 21:13 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox