ext2 corruption in 2.4.0 (again)

2001-01-24 Thread Charles-Edouard Ruault
out it I hope this helps ! keep on the great work ! regards Charles-Edouard Ruault - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

IO port conflict between timer & watchdog on PCISA-C800EV board ?

2005-02-07 Thread Charles-Edouard Ruault
t with the timer ? Thanks for your answers. Regards. PS: Please CC me to your replies, i'm not on the list. -- Charles-Edouard Ruault Idtect SA 115 rue Reaumur - 75002, Paris, France Tel: +33-1-55-34-76-65 Fax: +33-1-55-34-76-75 Web: http://www.idtect.com - To unsubscribe from this list: send

Re: IO port conflict between timer & watchdog on PCISA-C800EV board ?

2005-02-07 Thread Charles-Edouard Ruault
Randy.Dunlap wrote: Charles-Edouard Ruault wrote: Hi All, i wrote a driver for the watchdog timer provided by a small form factor board from IEI ( the PCISA-C800EV : http://www.iei.com.tw/en/product_IPC.asp?model=PCISA-C800 ). This board has a Via Apollo PLE133 ( VT8601A and VT82C686B ) chipset

Re: IO port conflict between timer & watchdog on PCISA-C800EV board ?

2005-02-07 Thread Charles-Edouard Ruault
linux-os wrote: On Mon, 7 Feb 2005, Randy.Dunlap wrote: Charles-Edouard Ruault wrote: Hi All, i wrote a driver for the watchdog timer provided by a small form factor board from IEI ( the PCISA-C800EV : http://www.iei.com.tw/en/product_IPC.asp?model=PCISA-C800 ). This board has a Via Apollo

[PATCH] Reserve only needed regions for PC timers on i386 and x86_64

2005-02-21 Thread Charles-Edouard Ruault
Alan Cox wrote: On Llu, 2005-02-07 at 09:29, Charles-Edouard Ruault wrote: - Why is the generic timer using this address ? isn't it reserving a too wide portion of IO ports ? Should it be modified for this board ? It just reserved the entire chip space since way back when.

Re: [BUG] 2.6.20 Oopses in xfrm_audit_log

2007-02-26 Thread Charles-Edouard Ruault
00 00 85 d2 0f 85 64 fc ff ff EIP: [] xfrm_audit_log+0x4cc/0x580 SS:ESP 0068:deb71a18 -- Charles-Edouard Ruault GPG key Id E4D2B80C - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vg

[BUG] 2.6.20 Oopses in xfrm_audit_log

2007-02-12 Thread Charles-Edouard Ruault
xsr sse syscall mmxext 3dnowext 3dnow ts bogomips: 4003.78 clflush size: 32 uname -a Linux machine 2.6.20 #1 PREEMPT Sat Feb 10 13:48:56 CET 2007 i686 athlon i386 GNU/Linux Please CC me in follow ups since i do not subscribe to the list. Thanks -- Charles-Edouard Ruault GPG key Id

Re: [BUG] 2.6.20 Oopses in xfrm_audit_log

2007-02-12 Thread Charles-Edouard Ruault
xfrm_audit_log(NETLINK_CB(skb).loginuid, NETLINK_CB(skb).sid, > -AUDIT_MAC_IPSEC_DELSPD, (xp) ? 1 : 0, xp, NULL); > - > if (xp == NULL) > return -ENOENT; > > @@ -1289,6 +1285,10 @@ static int xfrm_get_policy(struct sk_buf >

Re: [BUG] 2.6.20 Oopses in xfrm_audit_log

2007-02-15 Thread Charles-Edouard Ruault
_MAC_IPSEC_DELSPD, (xp) ? 1 : 0, xp, NULL); + c.data.byid = p->index; c.event = nlh->nlmsg_type; c.seq = nlh->nlmsg_seq; Hi Joy, just to let you know that since i've applied you patch, everything is running smoothly for me. Thank