[PATCH] PPP update against 2.4.4-pre5

2001-04-20 Thread Paul Mackerras
Linus, Alan, The patch below does two things: - It takes out the rest of the compatibility stuff that is no longer used, and which has the possibility of accessing memory that has been kfree'd (this could happen if you did a blocking read on a tty in PPP line discipline, and the tty hangs

Re: [PATCH] PPP update against 2.4.4-pre5

2001-04-20 Thread Paul Mackerras
Brown-paper bag time... The patch I sent earlier didn't include the accompanying changes to if_ppp.h and ppp_channel.h. Here they are. Paul. diff -urN linux/include/linux/if_ppp.h pmac/include/linux/if_ppp.h --- linux/include/linux/if_ppp.hTue Mar 28 04:28:55 2000 +++ pmac/include/linu

Re: [PATCH] PPP update against 2.4.4-pre5

2001-04-20 Thread Byeong-ryeol Kim
On Fri, 20 Apr 2001, Paul Mackerras wrote: > Brown-paper bag time... > > The patch I sent earlier didn't include the accompanying changes to > if_ppp.h and ppp_channel.h. Here they are. > > Paul. > > diff -urN linux/include/linux/if_ppp.h pmac/include/linux/if_ppp.h > --- linux/include/linux/if_

Re: [PATCH] PPP update against 2.4.4-pre5

2001-04-22 Thread Paul Mackerras
Byeong-ryeol Kim writes: > I met 'unresolved symbol sk_chk_filter ...' after applying this patch > and rebooting.( with CONFIG_PPP_FILTER=y ) > There shoud be folling lines in linux/net/netsyms.c or so: > > #ifdef CONFIG_PPP_FILTER > EXPORT_SYMBOL(sk_chk_filter); > #endif Good idea, actually le