On Thu, Sep 04, 2014 at 03:00:31PM +0100, Kees Cook wrote:
> On Thu, Sep 4, 2014 at 2:27 AM, Will Deacon wrote:
> > On Wed, Sep 03, 2014 at 10:43:58PM +0100, Kees Cook wrote:
> >> On Wed, Aug 20, 2014 at 5:28 AM, Kees Cook wrote:
> >> > On Tue, Aug 19, 2014 at 7:29 AM, Will Deacon wrote:
> >> >>
On Thu, Sep 4, 2014 at 2:27 AM, Will Deacon wrote:
> On Wed, Sep 03, 2014 at 10:43:58PM +0100, Kees Cook wrote:
>> On Wed, Aug 20, 2014 at 5:28 AM, Kees Cook wrote:
>> > On Tue, Aug 19, 2014 at 7:29 AM, Will Deacon wrote:
>> >> On Wed, Aug 13, 2014 at 06:06:29PM +0100, Kees Cook wrote:
>> >>> +s
On Wed, Sep 03, 2014 at 10:43:58PM +0100, Kees Cook wrote:
> On Wed, Aug 20, 2014 at 5:28 AM, Kees Cook wrote:
> > On Tue, Aug 19, 2014 at 7:29 AM, Will Deacon wrote:
> >> On Wed, Aug 13, 2014 at 06:06:29PM +0100, Kees Cook wrote:
> >>> +static void __kprobes *patch_map(void *addr, int fixmap, un
On Wed, Aug 20, 2014 at 5:28 AM, Kees Cook wrote:
> On Tue, Aug 19, 2014 at 7:29 AM, Will Deacon wrote:
>> Hello,
>>
>> On Wed, Aug 13, 2014 at 06:06:29PM +0100, Kees Cook wrote:
>>> From: Rabin Vincent
>>>
>>> Use fixmaps for text patching when the kernel text is read-only,
>>> inspired by x86.
On Tue, Aug 19, 2014 at 7:29 AM, Will Deacon wrote:
> Hello,
>
> On Wed, Aug 13, 2014 at 06:06:29PM +0100, Kees Cook wrote:
>> From: Rabin Vincent
>>
>> Use fixmaps for text patching when the kernel text is read-only,
>> inspired by x86. This makes jump labels and kprobes work with the
>> curren
Hello,
On Wed, Aug 13, 2014 at 06:06:29PM +0100, Kees Cook wrote:
> From: Rabin Vincent
>
> Use fixmaps for text patching when the kernel text is read-only,
> inspired by x86. This makes jump labels and kprobes work with the
> currently available CONFIG_DEBUG_SET_MODULE_RONX and the upcoming
>
From: Rabin Vincent
Use fixmaps for text patching when the kernel text is read-only,
inspired by x86. This makes jump labels and kprobes work with the
currently available CONFIG_DEBUG_SET_MODULE_RONX and the upcoming
CONFIG_DEBUG_RODATA options.
Signed-off-by: Rabin Vincent
[kees: fixed up for
7 matches
Mail list logo