On Thu, 17 Jan 2019 17:15:27 -0800
Nadav Amit wrote:
> > On Jan 17, 2019, at 3:58 PM, H. Peter Anvin wrote:
> >
> > On 1/16/19 11:54 PM, Masami Hiramatsu wrote:
> >> On Wed, 16 Jan 2019 16:32:59 -0800
> >> Rick Edgecombe wrote:
> >>
> >>> From: Nadav Amit
> >>>
> >>> It seems dangerous to a
On Thu, 17 Jan 2019 18:07:03 +
Nadav Amit wrote:
> > On Jan 16, 2019, at 11:54 PM, Masami Hiramatsu wrote:
> >
> > On Wed, 16 Jan 2019 16:32:59 -0800
> > Rick Edgecombe wrote:
> >
> >> From: Nadav Amit
> >>
> >> It seems dangerous to allow code modifications to take place
> >> concurren
> On Jan 17, 2019, at 3:58 PM, H. Peter Anvin wrote:
>
> On 1/16/19 11:54 PM, Masami Hiramatsu wrote:
>> On Wed, 16 Jan 2019 16:32:59 -0800
>> Rick Edgecombe wrote:
>>
>>> From: Nadav Amit
>>>
>>> It seems dangerous to allow code modifications to take place
>>> concurrently with module unload
On 1/16/19 11:54 PM, Masami Hiramatsu wrote:
> On Wed, 16 Jan 2019 16:32:59 -0800
> Rick Edgecombe wrote:
>
>> From: Nadav Amit
>>
>> It seems dangerous to allow code modifications to take place
>> concurrently with module unloading. So take the text_mutex while the
>> memory of the module is fr
On 1/17/19 10:07 AM, Nadav Amit wrote:
>> On Jan 16, 2019, at 11:54 PM, Masami Hiramatsu wrote:
>>
>> On Wed, 16 Jan 2019 16:32:59 -0800
>> Rick Edgecombe wrote:
>>
>>> From: Nadav Amit
>>>
>>> It seems dangerous to allow code modifications to take place
>>> concurrently with module unloading. S
> On Jan 16, 2019, at 11:54 PM, Masami Hiramatsu wrote:
>
> On Wed, 16 Jan 2019 16:32:59 -0800
> Rick Edgecombe wrote:
>
>> From: Nadav Amit
>>
>> It seems dangerous to allow code modifications to take place
>> concurrently with module unloading. So take the text_mutex while the
>> memory of
On Wed, 16 Jan 2019 16:32:59 -0800
Rick Edgecombe wrote:
> From: Nadav Amit
>
> It seems dangerous to allow code modifications to take place
> concurrently with module unloading. So take the text_mutex while the
> memory of the module is freed.
At that point, since the module itself is removed
From: Nadav Amit
It seems dangerous to allow code modifications to take place
concurrently with module unloading. So take the text_mutex while the
memory of the module is freed.
Signed-off-by: Nadav Amit
Signed-off-by: Rick Edgecombe
---
kernel/module.c | 5 +
1 file changed, 5 insertions
8 matches
Mail list logo