Re: AVM A1 pcmcia, kernel 2.4.5-ac11 problem

2001-06-13 Thread Andreas Klein
't do it myself, because I don't have the card. > > --Kai I am using the attached patch without problems with the 2.4.X series of the linux-kernel (at the moment I am runnign 2.4.5-ac13). The patch is the same, as the one Jochen Friedrich has sent a few day ago (including a small

reiserfs-oops; kernel 2.4.3-pre4

2001-03-15 Thread Andreas Klein
76 0c jbe20 <_EIP+0x20> c016f0b0 1 warning issued. Results may not be reliable. The machine is running linux-2.4.3-pre4 including the reiserfs-patches from Alexander Zarochentcev. The filesystem was created with mkreiserfs 3.x.0h Bye, -- Andreas Klein [EMAIL

Re: bug in scsi.c

2000-12-11 Thread Andreas Klein
y running at that time, it has to segvault. If I am not wrong at this point CLONE_VM simply has to be removed from kernel_thread. The kernel-thread will free his mem in daemonize (calling exit_mm) and the user-space-application will free the mem when exiting. Bye, -- Andreas Klein [EMAIL

Re: bug in scsi.c

2000-12-07 Thread Andreas Klein
On Thu, 7 Dec 2000, Tigran Aivazian wrote: > On Thu, 7 Dec 2000, Andreas Klein wrote: > > > hello, > > > > I have found a problem in scsi.c which in present in the 2.2 and 2.4 > > series. the scsi error handler thread is created with: > > > > kernel_t

bug in scsi.c

2000-12-07 Thread Andreas Klein
filesystem on which the scsi-hostapter module is located. To solve to problem I would propose to change this to: kernel_thread((int (*)(void *)) scsi_error_handler, (void *) shpnt, CLONE_FILES); Bye, -- Andreas Klein [EMAIL PROTECTED] root / webmaster @cip.physik.uni