Re: sysfs: Kernel OOPS when install and remove modules

2013-03-10 Thread Hillf Danton
On Mon, Mar 11, 2013 at 10:55 AM, Greg KH wrote: > On Mon, Mar 11, 2013 at 10:17:13AM +0800, Gao feng wrote: >> I get the below stack when I execute the shell program >> >> #!/bin/bash >> >> while :; >> do >> modprobe 8139too& >> rmmod 8139too& >> done >> >> I trust it is not the problem of 8139to

Re: sysfs: Kernel OOPS when install and remove modules

2013-03-10 Thread Gao feng
On 2013/03/11 10:55, Greg KH wrote: > On Mon, Mar 11, 2013 at 10:17:13AM +0800, Gao feng wrote: >> I get the below stack when I execute the shell program >> >> #!/bin/bash >> >> while :; >> do >> modprobe 8139too& >> rmmod 8139too& >> done >> >> I trust it is not the problem of 8139too, the other m

Re: sysfs: Kernel OOPS when install and remove modules

2013-03-10 Thread Greg KH
On Mon, Mar 11, 2013 at 10:17:13AM +0800, Gao feng wrote: > I get the below stack when I execute the shell program > > #!/bin/bash > > while :; > do > modprobe 8139too& > rmmod 8139too& > done > > I trust it is not the problem of 8139too, the other modules have the same > problems too. > Is thi

sysfs: Kernel OOPS when install and remove modules

2013-03-10 Thread Gao feng
I get the below stack when I execute the shell program #!/bin/bash while :; do modprobe 8139too& rmmod 8139too& done I trust it is not the problem of 8139too, the other modules have the same problems too. Is this an already known problem? [ 53.328212] 8139too: 8139too Fast Ethernet driver 0.