All of lore.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2
@ 2024-02-07  8:45 Leon Weiß
  2024-02-19  7:24 ` Lin, Wayne
  0 siblings, 1 reply; 4+ messages in thread
From: Leon Weiß @ 2024-02-07  8:45 UTC (permalink / raw)
  To: stable; +Cc: regressions, Wayne.Lin, lyude

Hello,

54d217406afe250d7a768783baaa79a035f21d38 fixed an issue in
drm_dp_add_payload_part2 that lead to a NULL pointer dereference in
case state is NULL.

The change was (accidentally?) reverted in
5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49 and the problem reappeared.

The issue is rather spurious, but I've had it appear when unplugging a
thunderbolt dock.

#regzbot introduced 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2
  2024-02-07  8:45 [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2 Leon Weiß
@ 2024-02-19  7:24 ` Lin, Wayne
  2024-02-28  7:53   ` Linux regression tracking (Thorsten Leemhuis)
  0 siblings, 1 reply; 4+ messages in thread
From: Lin, Wayne @ 2024-02-19  7:24 UTC (permalink / raw)
  To: Leon Weiß, stable; +Cc: regressions, lyude

[Public]

Hi,

Thanks for the catch! Will prepare a patch to fix it.

Thanks,
Wayne Lin

________________________________________
From: Leon Weiß <leon.weiss@ruhr-uni-bochum.de>
Sent: Wednesday, February 7, 2024 16:45
To: stable@vger.kernel.org
Cc: regressions@lists.linux.dev; Lin, Wayne; lyude@redhat.com
Subject: [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2

Hello,

54d217406afe250d7a768783baaa79a035f21d38 fixed an issue in
drm_dp_add_payload_part2 that lead to a NULL pointer dereference in
case state is NULL.

The change was (accidentally?) reverted in
5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49 and the problem reappeared.

The issue is rather spurious, but I've had it appear when unplugging a
thunderbolt dock.

#regzbot introduced 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2
  2024-02-19  7:24 ` Lin, Wayne
@ 2024-02-28  7:53   ` Linux regression tracking (Thorsten Leemhuis)
  2024-03-07  7:11     ` Lin, Wayne
  0 siblings, 1 reply; 4+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-02-28  7:53 UTC (permalink / raw)
  To: Lin, Wayne, Leon Weiß, stable; +Cc: regressions, lyude

On 19.02.24 08:24, Lin, Wayne wrote:
> 
> Thanks for the catch! Will prepare a patch to fix it.

Did you do that? I could not find one on lore, but maybe I'm missing
something.

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
--
Everything you wanna know about Linux kernel regression tracking:
https://linux-regtracking.leemhuis.info/about/#tldr
If I did something stupid, please tell me, as explained on that page.

#regzbot poke

> ________________________________________
> From: Leon Weiß <leon.weiss@ruhr-uni-bochum.de>
> Sent: Wednesday, February 7, 2024 16:45
> To: stable@vger.kernel.org
> Cc: regressions@lists.linux.dev; Lin, Wayne; lyude@redhat.com
> Subject: [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2
> 
> Hello,
> 
> 54d217406afe250d7a768783baaa79a035f21d38 fixed an issue in
> drm_dp_add_payload_part2 that lead to a NULL pointer dereference in
> case state is NULL.
> 
> The change was (accidentally?) reverted in
> 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49 and the problem reappeared.
> 
> The issue is rather spurious, but I've had it appear when unplugging a
> thunderbolt dock.
> 
> #regzbot introduced 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2
  2024-02-28  7:53   ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-03-07  7:11     ` Lin, Wayne
  0 siblings, 0 replies; 4+ messages in thread
From: Lin, Wayne @ 2024-03-07  7:11 UTC (permalink / raw)
  To: Linux regressions mailing list, Leon Weiß, stable; +Cc: lyude

[Public]

> -----Original Message-----
> From: Linux regression tracking (Thorsten Leemhuis)
> <regressions@leemhuis.info>
> Sent: Wednesday, February 28, 2024 3:53 PM
> To: Lin, Wayne <Wayne.Lin@amd.com>; Leon Weiß <leon.weiss@ruhr-uni-
> bochum.de>; stable@vger.kernel.org
> Cc: regressions@lists.linux.dev; lyude@redhat.com
> Subject: Re: [REGRESSION] NULL pointer dereference
> drm_dp_add_payload_part2
>
> On 19.02.24 08:24, Lin, Wayne wrote:
> >
> > Thanks for the catch! Will prepare a patch to fix it.
>
> Did you do that? I could not find one on lore, but maybe I'm missing
> something.
Hi,
Sorry for the delay. Was dragged and distracted by other works.
Just pushed the patch today for code review. Thanks!

>
> Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)
> --
> Everything you wanna know about Linux kernel regression tracking:
> https://linux-regtracking.leemhuis.info/about/#tldr
> If I did something stupid, please tell me, as explained on that page.
>
> #regzbot poke
>
> > ________________________________________
> > From: Leon Weiß <leon.weiss@ruhr-uni-bochum.de>
> > Sent: Wednesday, February 7, 2024 16:45
> > To: stable@vger.kernel.org
> > Cc: regressions@lists.linux.dev; Lin, Wayne; lyude@redhat.com
> > Subject: [REGRESSION] NULL pointer dereference
> > drm_dp_add_payload_part2
> >
> > Hello,
> >
> > 54d217406afe250d7a768783baaa79a035f21d38 fixed an issue in
> > drm_dp_add_payload_part2 that lead to a NULL pointer dereference in
> > case state is NULL.
> >
> > The change was (accidentally?) reverted in
> > 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49 and the problem
> reappeared.
> >
> > The issue is rather spurious, but I've had it appear when unplugging a
> > thunderbolt dock.
> >
> > #regzbot introduced 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49
> >
> >

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-07  7:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07  8:45 [REGRESSION] NULL pointer dereference drm_dp_add_payload_part2 Leon Weiß
2024-02-19  7:24 ` Lin, Wayne
2024-02-28  7:53   ` Linux regression tracking (Thorsten Leemhuis)
2024-03-07  7:11     ` Lin, Wayne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.