mbox series

[SRU,Jammy,0/1] Complete CVE-2023-6039 fixes

Message ID 20240503132312.438367-1-stefan.bader@canonical.com
Headers show
Series Complete CVE-2023-6039 fixes | expand

Message

Stefan Bader May 3, 2024, 1:23 p.m. UTC
The initial submission was done in March and the first patch was applied
for the 2024.04.01 cycle ("timers: Replace BUG_ON()s"). But things were
just falling into some crack. I am re-submitting the missed portion now
so we have a reminder at least.

Thomas Gleixner (1):
  timers: Silently ignore timers with a NULL function

 kernel/time/timer.c | 57 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 52 insertions(+), 5 deletions(-)

Comments

Roxana Nicolescu May 3, 2024, 1:43 p.m. UTC | #1
On 03-05-2024 15:23, Stefan Bader wrote:
> The initial submission was done in March and the first patch was applied
> for the 2024.04.01 cycle ("timers: Replace BUG_ON()s"). But things were
> just falling into some crack. I am re-submitting the missed portion now
> so we have a reminder at least.
>
> Thomas Gleixner (1):
>    timers: Silently ignore timers with a NULL function
>
>   kernel/time/timer.c | 57 +++++++++++++++++++++++++++++++++++++++++----
>   1 file changed, 52 insertions(+), 5 deletions(-)
>
Acked-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
Cengiz Can May 6, 2024, 2:23 p.m. UTC | #2
On 5/3/24 16:23, Stefan Bader wrote:
> The initial submission was done in March and the first patch was applied
> for the 2024.04.01 cycle ("timers: Replace BUG_ON()s"). But things were
> just falling into some crack. I am re-submitting the missed portion now
> so we have a reminder at least.
> 
> Thomas Gleixner (1):
>    timers: Silently ignore timers with a NULL function
> 
>   kernel/time/timer.c | 57 +++++++++++++++++++++++++++++++++++++++++----
>   1 file changed, 52 insertions(+), 5 deletions(-)
> 

Acked-by: Cengiz Can <cengiz.can@canonical.com>
Roxana Nicolescu May 24, 2024, 2:19 p.m. UTC | #3
On 03/05/2024 15:23, Stefan Bader wrote:
> The initial submission was done in March and the first patch was applied
> for the 2024.04.01 cycle ("timers: Replace BUG_ON()s"). But things were
> just falling into some crack. I am re-submitting the missed portion now
> so we have a reminder at least.
>
> Thomas Gleixner (1):
>    timers: Silently ignore timers with a NULL function
>
>   kernel/time/timer.c | 57 +++++++++++++++++++++++++++++++++++++++++----
>   1 file changed, 52 insertions(+), 5 deletions(-)
>
Applied to jammy:linux master-next branch. Thanks!