Re: [PATCH] slab : allow SLAB_RED_ZONE and SLAB_STORE_USER to work on arm

2013-03-14 Thread Castet Matthieu
On Mon, Jan 21, 2013 at 10:56 AM, Matthieu CASTET wrote: > The current slab code only allow to put redzone( and user store) info if > "buffer > alignment(ralign) <= __alignof__(unsigned long long)". This was done because > we > want to keep the buffer aligned for user even after adding redzone a

Re: bttv : overlay mode and big disk io hang and could corrupt the fs

2005-02-14 Thread castet . matthieu
Hi, Selon Nomad Arton <[EMAIL PROTECTED]>: > matthieu castet schrieb: > > > > I have done other tests. > > > > If I use grabdisplay mode the problem doesn't occur. > > If using overlay mode with port 54 the problem is present. > > > > I have also try the cvs bttv driver and the problem isn't fixe

Re: [OOPS] 2.6.10, ReiserFS errors, preempt

2005-02-17 Thread castet . matthieu
Hi, > I believe there's unresolved memory corruption bug in bttv... yes I think so, other have also similar problem : http://marc.theaimsgroup.com/?l=linux-kernel&m=110820804010204&w=2 http://marc.theaimsgroup.com/?t=11053154392&r=1&w=2 http://www.ussg.iu.edu/hypermail/linux/kernel/0412.3/0881

Re:parport disabled?

2005-01-27 Thread castet . matthieu
Hi, > Whenever I "modprobe parport_pc", I get this message: > > Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b activated. > Jan 27 10:55:47 hummus kernel: parport: PnPBIOS parport detected. > Jan 27 10:55:47 hummus kernel: pnp: Device 00:0b disabled. > > and the parallel port is unusable ever

e1000 : link down issues

2007-01-11 Thread castet . matthieu
Hi, I got a 82566DM e1000 network controller [1] on my motherboard, and most of the time the link go down when doing dhcp. [2] ifconfig eth0 up -> link become up dhclient eth0 -> some packet are transmited and received and the link become down. I sometimes got e1000_reset: Hardware Error. Thi

FW : airo suspend problem

2007-06-16 Thread castet . matthieu
Sujet : airo suspend problem À : [EMAIL PROTECTED] Hi, the airo driver (drivers/net/wireless/airo.c) does in its suspend routine [1]. But not all the pci cards support power management and cause pci_enable_wake/pci_set_power_state to return errors. On pci card that don't support PM, wha