lkml.org 
[lkml]   [1997]   [Jun]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectmodprobe ppa;modprobe -r ppa |-> Oops :(
This script give me two Oops:

#!/bin/sh
while :; do
modprobe ppa
modprobe -r ppa
done

scsi_mod, parport and ppa are compiled as modules.

I think the bug isn' t in ppa code because if I run:

#!/bin/sh
insmod scsi_mod
insmod parport
while :; do
insmod ppa
rmmod ppa
done

all works fine.

Anybody has this problem too?

Andrea Arcangeli
arcangeli@mbox.queen.it


\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.078 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site