Re: Re: [RFC PATCH 0/5] livepatch: add support on arm64

2015-06-02 Thread Masami Hiramatsu
On 2015/06/02 20:00, Li Bin wrote: > On 2015/6/2 10:15, AKASHI Takahiro wrote: >> On 05/30/2015 09:01 AM, Masami Hiramatsu wrote: >>> On 2015/05/28 14:51, Li Bin wrote: This patchset propose a method for gcc -mfentry feature(profile before prologue) implementation for arm64, and propose t

Re: [RFC PATCH 0/5] livepatch: add support on arm64

2015-06-02 Thread Li Bin
On 2015/6/2 10:15, AKASHI Takahiro wrote: > On 05/30/2015 09:01 AM, Masami Hiramatsu wrote: >> On 2015/05/28 14:51, Li Bin wrote: >>> This patchset propose a method for gcc -mfentry feature(profile >>> before prologue) implementation for arm64, and propose the livepatch >>> implementation for arm64

Re: [RFC PATCH 0/5] livepatch: add support on arm64

2015-06-01 Thread AKASHI Takahiro
On 05/30/2015 09:01 AM, Masami Hiramatsu wrote: > On 2015/05/28 14:51, Li Bin wrote: >> This patchset propose a method for gcc -mfentry feature(profile >> before prologue) implementation for arm64, and propose the livepatch >> implementation for arm64 based on this feature. >> The gcc implementatio

Re: [RFC PATCH 0/5] livepatch: add support on arm64

2015-05-29 Thread Masami Hiramatsu
On 2015/05/28 14:51, Li Bin wrote: > This patchset propose a method for gcc -mfentry feature(profile > before prologue) implementation for arm64, and propose the livepatch > implementation for arm64 based on this feature. > The gcc implementation about this feature will be post to the gcc > commun

Re: [RFC PATCH 0/5] livepatch: add support on arm64

2015-05-29 Thread Jiri Kosina
On Thu, 28 May 2015, Li Bin wrote: > This patchset propose a method for gcc -mfentry feature(profile > before prologue) implementation for arm64, and propose the livepatch > implementation for arm64 based on this feature. > The gcc implementation about this feature will be post to the gcc > commu