mbox series

[0/2,v5.10] Fix CVE-2024-38588

Message ID 20240925065324.121176-1-shivani.agarwal@broadcom.com (mailing list archive)
Headers show
Series Fix CVE-2024-38588 | expand

Message

Shivani Agarwal Sept. 25, 2024, 6:53 a.m. UTC
From: Shivani Agarwal <shivania2@vmware.com>

Hi,

 To Fix CVE-2024-38588 e60b613df8b6 is required, but it has a dependency
 on aebfd12521d9. Therefore backported both patches for v5.10.

Thanks,
Shivani

Shivani Agarwal (2):
  x86/ibt,ftrace: Search for __fentry__ location
  ftrace: Fix possible use-after-free issue in  ftrace_location()

 arch/x86/kernel/kprobes/core.c | 11 +-----
 kernel/bpf/trampoline.c        | 20 ++--------
 kernel/kprobes.c               |  8 +---
 kernel/trace/ftrace.c          | 71 ++++++++++++++++++++++++++--------
 4 files changed, 63 insertions(+), 47 deletions(-)

Comments

Greg Kroah-Hartman Sept. 27, 2024, 11:46 a.m. UTC | #1
On Tue, Sep 24, 2024 at 11:53:22PM -0700, Shivani Agarwal wrote:
> From: Shivani Agarwal <shivania2@vmware.com>
> 
> Hi,
> 
>  To Fix CVE-2024-38588 e60b613df8b6 is required, but it has a dependency
>  on aebfd12521d9. Therefore backported both patches for v5.10.

All queued up, thanks.

greg k-h