From: David Miller <davem@davemloft.net>
To: xiaosuo@gmail.com
Cc: xeb@mail.ru, eric.dumazet@gmail.com, netdev@vger.kernel.org
Subject: Re: [PATCH v8] PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)
Date: Sat, 21 Aug 2010 23:03:09 -0700 (PDT) [thread overview]
Message-ID: <20100821.230309.104050634.davem@davemloft.net> (raw)
In-Reply-To: <20100821.230129.71103230.davem@davemloft.net>
From: David Miller <davem@davemloft.net>
Date: Sat, 21 Aug 2010 23:01:29 -0700 (PDT)
> From: Changli Gao <xiaosuo@gmail.com>
> Date: Sat, 21 Aug 2010 20:42:09 +0800
>
>> I think the following lines from your patch are also useful, and you'd
>> better move them above the "---" marker.
>
> I'll take care of this when applying his patch.
>
> Also this patch was against net-2.6 or even something
> earlier, so there were many patch rejects I had to fix
> up against include/linux/if_pppox.h when applying this
> to net-next-2.6
It also doesn't even build against anything even remotely
recent:
drivers/net/pptp.c: In function ‘pptp_xmit’:
drivers/net/pptp.c:204: error: ‘struct rtable’ has no member named ‘u’
drivers/net/pptp.c:271: error: ‘struct rtable’ has no member named ‘u’
drivers/net/pptp.c:279: error: ‘struct rtable’ has no member named ‘u’
drivers/net/pptp.c:283: error: ‘struct rtable’ has no member named ‘u’
drivers/net/pptp.c:288: error: ‘struct rtable’ has no member named ‘u’
drivers/net/pptp.c: In function ‘pptp_connect’:
drivers/net/pptp.c:483: error: ‘struct rtable’ has no member named ‘u’
drivers/net/pptp.c:485: error: ‘struct rtable’ has no member named ‘u’
drivers/net/pptp.c: In function ‘pptp_init_module’:
drivers/net/pptp.c:675: error: implicit declaration of function ‘__vmalloc’
drivers/net/pptp.c:676: warning: assignment makes pointer from integer without a cast
drivers/net/pptp.c:707: error: implicit declaration of function ‘vfree’
That means this patch is against a tree which is at least two
releases old. We got rid of the 'u' member of struct rtable
quite some time ago.
Ugh, I'll fix this up, but after _8_, yes _EIGHT_, iterations of this
patch set the amount of problems that remain is completely
unbelievable.
next prev parent reply other threads:[~2010-08-22 6:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-21 6:40 [PATCH v8] PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol) Dmitry Kozlov
2010-08-21 7:49 ` Eric Dumazet
2010-08-21 9:17 ` Dmitry Kozlov
2010-08-21 9:31 ` Eric Dumazet
2010-08-21 11:24 ` Dmitry Kozlov
2010-08-21 12:42 ` Changli Gao
2010-08-22 6:01 ` David Miller
2010-08-22 6:03 ` David Miller [this message]
2010-08-22 7:17 ` Re[2]: " Dmitry Kozlov
2010-08-22 7:39 ` David Miller
2010-08-22 2:56 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2010-08-21 10:09 xeb
2010-08-21 6:36 Dmitry Kozlov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100821.230309.104050634.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=xeb@mail.ru \
--cc=xiaosuo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).