xfs
[Top] [All Lists]

CVS Kernel is borken (not yer fault)

To: SGI XFS Dev List <linux-xfs@xxxxxxxxxxx>
Subject: CVS Kernel is borken (not yer fault)
From: Alan Eldridge <alane@xxxxxxxxxxxx>
Date: Fri, 20 Jul 2001 16:30:28 -0400
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
The current (well, 2 hours ago) kernel has a bug in the isdn driver for
hisax (wtf is that?).  Configure HISAX out for now.

[alane@wwweasel hisax]$ cd /usr/src/linux-2.4.7/drivers/isdn/hisax/
[alane@wwweasel hisax]$ grep jiftime *.c
config.c:jiftime(char *s, long mark)
config.c:               p += jiftime(p, jiffies);
q931.c: dp += jiftime(dp, jiffies);

see, jiftime is global. that's cool.

[alane@wwweasel alane]$ cd rpm/BUILD/kernel-2.4.7/linux/drivers/isdn/hisax/
[alane@wwweasel hisax]$ grep jiftime *c
config.c:static inline int jiftime(char *s, long mark)
config.c:               p += jiftime(p, jiffies);
q931.c: dp += jiftime(dp, jiffies);

oops, jiftime is now static and what? q931.c wants to call it? houston, we
have problem...


-- 
Alan Eldridge
from std_disclaimer import *


<Prev in Thread] Current Thread [Next in Thread>
  • CVS Kernel is borken (not yer fault), Alan Eldridge <=