Re: [Xen-devel] [RFC v2 7/7] kprobes: port to linker table

2016-07-21 Thread Luis R. Rodriguez
On Tue, Feb 23, 2016 at 01:52:44AM +0100, Luis R. Rodriguez wrote: > On Mon, Feb 22, 2016 at 01:34:05AM +, 平松雅巳 / HIRAMATU,MASAMI wrote: > > >From: Luis R. Rodriguez [mailto:mcg...@kernel.org] > > > > > >kprobe makes use of two custom sections: > > > > > >type name begin

Re: [Xen-devel] [RFC v2 7/7] kprobes: port to linker table

2016-02-22 Thread Luis R. Rodriguez
On Mon, Feb 22, 2016 at 01:34:05AM +, 平松雅巳 / HIRAMATU,MASAMI wrote: > >From: Luis R. Rodriguez [mailto:mcg...@kernel.org] > > > >kprobe makes use of two custom sections: > > > >type name beginend > >init.data _kprobe_blacklist __start_kprobe_blacklist

Re: [Xen-devel] [RFC v2 7/7] kprobes: port to linker table

2016-02-21 Thread 平松雅巳 / HIRAMATU,MASAMI
>From: Luis R. Rodriguez [mailto:mcg...@kernel.org] > >kprobe makes use of two custom sections: > >type name beginend >init.data _kprobe_blacklist __start_kprobe_blacklist __stop_kprobe_blacklist >text .kprobes.text __kprobes_text_start_

Re: [Xen-devel] [RFC v2 7/7] kprobes: port to linker table

2016-02-19 Thread Luis R. Rodriguez
On Fri, Feb 19, 2016 at 02:15:11PM +, Russell King - ARM Linux wrote: > On Fri, Feb 19, 2016 at 05:45:59AM -0800, Luis R. Rodriguez wrote: > > kprobe makes use of two custom sections: > > > > type name beginend > > init.data _kprobe_blacklist __start_

Re: [Xen-devel] [RFC v2 7/7] kprobes: port to linker table

2016-02-19 Thread Russell King - ARM Linux
On Fri, Feb 19, 2016 at 05:45:59AM -0800, Luis R. Rodriguez wrote: > kprobe makes use of two custom sections: > > type name beginend > init.data _kprobe_blacklist __start_kprobe_blacklist __stop_kprobe_blacklist > text .kprobes.text __kprobes_te

[Xen-devel] [RFC v2 7/7] kprobes: port to linker table

2016-02-19 Thread Luis R. Rodriguez
kprobe makes use of two custom sections: type name beginend init.data _kprobe_blacklist __start_kprobe_blacklist__stop_kprobe_blacklist text .kprobes.text __kprobes_text_start__kprobes_text_end Port these to the linker table generic