Re: [PATCH] sky2: sky2 FE+ receive status workaround

2007-09-27 Thread Jochen Voß
Hi Stephen, On 27 Sep 2007, at 01:58, Stephen Hemminger wrote: + /* This chip has hardware problems that generates bogus status. +* So do only marginal checking and expect higher level protocols +* to handle crap frames. +*/ + if (sky2->hw->chip_id == CHIP_ID_

Re: [PATCH 1/2] avoid OPEN_MAX in SCM_MAX_FD

2007-03-14 Thread Jochen Voß
Hi, On 14 Mar 2007, at 01:15, Linus Torvalds wrote: On Tue, 13 Mar 2007, Roland McGrath wrote: Ok, fine. But PATH_MAX is a real constant that has some meaning in the kernel. It's perfectly correct to use PATH_MAX as a constant on a system like Linux that defines it and means what it says.