Re: [RFC v2 2/7] tables.h: add linker table support
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2016-02-24 00:09:56
Also in:
lkml, xen-devel
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2016-02-24 00:09:56
Also in:
lkml, xen-devel
On 02/23/2016 03:36 PM, Luis R. Rodriguez wrote:
quoted
4. the only useful operator on a range is "is address X inside this range"; this operator is likely *not* useful for a table, since if you have to ever invoke it you are probably doing something very wrong.kprobe uses it :P
Could you explain how? -hpa