Re: [Fwd: [patch 11/15] ppp: handle misaligned accesses]

2005-08-01 Thread Paul Mackerras
Jeff Garzik writes: From: Philippe De Muyter [EMAIL PROTECTED] Avoid ppp-generated kernel crashes on machines where unaligned accesses are forbidden (ie: 68000-based CPUs) This patch seems a bit strange and/or incomplete. Are we trying to get 2-byte alignment or 4-byte alignment of the

[PATCH] net/sunrpc: fix time conversion error

2005-08-01 Thread Nishanth Aravamudan
On 01.08.2005 [15:11:48 -0600], Josip Loncaric wrote: Line 589 of linux-2.6.11.10/net/sunrpc/svcsock.c is obviously wrong: skb-stamp.tv_usec = xtime.tv_nsec * 1000; To convert nsec to usec, one should divide instead of multiplying: skb-stamp.tv_usec =

Re: [PATCH] net/sunrpc: fix time conversion error

2005-08-01 Thread Patrick McHardy
Nishanth Aravamudan wrote: On 01.08.2005 [15:11:48 -0600], Josip Loncaric wrote: Line 589 of linux-2.6.11.10/net/sunrpc/svcsock.c is obviously wrong: skb-stamp.tv_usec = xtime.tv_nsec * 1000; To convert nsec to usec, one should divide instead of multiplying:

Re: [PATCH] add new nfnetlink_log subsystem

2005-08-01 Thread Arnaldo Carvalho de Melo
CC net/netfilter/nfnetlink_queue.o net/netfilter/nfnetlink_queue.c: In function `init_or_cleanup': net/netfilter/nfnetlink_queue.c:1030: error: `proc_net_netfilter' undeclared (first use in this function) net/netfilter/nfnetlink_queue.c:1030: error: (Each undeclared identifier is reported

Re: [PATCH] add new nfnetlink_log subsystem

2005-08-01 Thread Arnaldo Carvalho de Melo
On 8/1/05, Arnaldo Carvalho de Melo [EMAIL PROTECTED] wrote: CC net/netfilter/nfnetlink_queue.o net/netfilter/nfnetlink_queue.c: In function `init_or_cleanup': net/netfilter/nfnetlink_queue.c:1030: error: `proc_net_netfilter' undeclared (first use in this function)