Re: [PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO

2023-09-08 Thread Song Liu
On Fri, Sep 8, 2023 at 2:52 PM Ricardo Ribalda wrote: > > Hi Song > > On Fri, 8 Sept 2023 at 23:48, Song Liu wrote: > > > > Hi Ricardo, > > > > Thanks for your kind reply. > > > > On Fri, Sep 8, 2023 at 2:18 PM Ricardo Ribalda wrote: > > > > > > Hi Song > > > > > > On Fri, 8 Sept 2023 at 01:08,

Re: [PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO

2023-09-08 Thread Ricardo Ribalda
Hi Song On Fri, 8 Sept 2023 at 23:48, Song Liu wrote: > > Hi Ricardo, > > Thanks for your kind reply. > > On Fri, Sep 8, 2023 at 2:18 PM Ricardo Ribalda wrote: > > > > Hi Song > > > > On Fri, 8 Sept 2023 at 01:08, Song Liu wrote: > > > > > > Hi Ricardo and folks, > > > > > > On Fri, May 19,

Re: [PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO

2023-09-08 Thread Song Liu
Hi Ricardo, Thanks for your kind reply. On Fri, Sep 8, 2023 at 2:18 PM Ricardo Ribalda wrote: > > Hi Song > > On Fri, 8 Sept 2023 at 01:08, Song Liu wrote: > > > > Hi Ricardo and folks, > > > > On Fri, May 19, 2023 at 7:48 AM Ricardo Ribalda > > wrote: > > > > > > When upreving llvm I

Re: [PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO

2023-09-08 Thread Ricardo Ribalda
Hi Song On Fri, 8 Sept 2023 at 01:08, Song Liu wrote: > > Hi Ricardo and folks, > > On Fri, May 19, 2023 at 7:48 AM Ricardo Ribalda wrote: > > > > When upreving llvm I realised that kexec stopped working on my test > > platform. > > > > The reason seems to be that due to PGO there are multiple

Re: [PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO

2023-09-07 Thread Song Liu
Hi Ricardo and folks, On Fri, May 19, 2023 at 7:48 AM Ricardo Ribalda wrote: > > When upreving llvm I realised that kexec stopped working on my test > platform. > > The reason seems to be that due to PGO there are multiple .text sections > on the purgatory, and kexec does not supports that. > >

[PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO

2023-05-19 Thread Ricardo Ribalda
When upreving llvm I realised that kexec stopped working on my test platform. The reason seems to be that due to PGO there are multiple .text sections on the purgatory, and kexec does not supports that. Signed-off-by: Ricardo Ribalda --- Changes in v7: - Fix $SUBJECT of riscv patch - Rename PGO