On 09-Jan-01 Julian Elischer wrote:
>
>
> On Mon, 8 Jan 2001, John Baldwin wrote:
>>
>> Unloading modules adds all sorts of new problems. Right now the WITNESS
>> code
>> will do bad bad things if you kldunload a module that contains a mutex.
>> Even
>> if the mutex is mtx_destroy'd because
On Mon, 8 Jan 2001, John Baldwin wrote:
>
> Unloading modules adds all sorts of new problems. Right now the WITNESS code
> will do bad bad things if you kldunload a module that contains a mutex. Even
> if the mutex is mtx_destroy'd because it still has a reference to its name in
> the interna
John Baldwin wrote:
> Unloading modules adds all sorts of new problems. Right now the WITNESS code
> will do bad bad things if you kldunload a module that contains a mutex. Even
> if the mutex is mtx_destroy'd because it still has a reference to its name in
> the internal lists it keeps.
Funny
On 09-Jan-01 Robert Lipe wrote:
> John Baldwin wrote:
>>
>> On 08-Jan-01 Robert Lipe wrote:
>
>> > I'm having problems with kthread_exit(). The problem is that the thread
>> > goes zombie after I kthread_exit in it, but it never gets reaped. Since
>> > I'm doing this during a MOD_UNLOAD phase
John Baldwin wrote:
>
> On 08-Jan-01 Robert Lipe wrote:
> > I'm having problems with kthread_exit(). The problem is that the thread
> > goes zombie after I kthread_exit in it, but it never gets reaped. Since
> > I'm doing this during a MOD_UNLOAD phase, if I happen to do a `ps -ax'
> > after t
On 08-Jan-01 Robert Lipe wrote:
> Hi, Gang.
>
> In 4.1.1, I have a pretty simple need for a kernel thread or two, but
> I'm having problems with kthread_exit(). The problem is that the thread
> goes zombie after I kthread_exit in it, but it never gets reaped. Since
> I'm doing this during a MO
Hi, Gang.
In 4.1.1, I have a pretty simple need for a kernel thread or two, but
I'm having problems with kthread_exit(). The problem is that the thread
goes zombie after I kthread_exit in it, but it never gets reaped. Since
I'm doing this during a MOD_UNLOAD phase, if I happen to do a `ps -ax'
7 matches
Mail list logo