* 2.5.43: "fix old protocol handler pppoe_rcv+0x0/0x124 [pppoe]"
@ 2002-10-17 20:10 Adam J. Richter
2002-10-17 20:33 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adam J. Richter @ 2002-10-17 20:10 UTC (permalink / raw)
To: linux-kernel
In linux-2.5.42 and .43, I get this recurring error message:
fix old protocol handler pppoe_rcv+0x0/0x124 [pppoe]
which is apparently from deliver_to_old_ones() in net/core/dev.c:
#if CONFIG_SMP
/* Old protocols did not depened on BHs different of NET_BH and
TIMER_BH - they need to be fixed for the new assumptions.
*/
print_symbol("fix old protocol handler %s!\n", (unsigned long)pt->func)\
;
#endif
I'm puzzling out exactly change this message is requesting,
and I thought it might be a better use of everyone's time if I first
ask if there is a porting guide or other document about converting an
"old" style protocol handler to a "new" one.
Adam J. Richter __ ______________ 575 Oroville Road
adam@yggdrasil.com \ / Milpitas, California 95035
+1 408 309-6081 | g g d r a s i l United States of America
"Free Software For The Rest Of Us."
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.5.43: "fix old protocol handler pppoe_rcv+0x0/0x124 [pppoe]"
2002-10-17 20:10 2.5.43: "fix old protocol handler pppoe_rcv+0x0/0x124 [pppoe]" Adam J. Richter
@ 2002-10-17 20:33 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2002-10-17 20:33 UTC (permalink / raw)
To: adam; +Cc: linux-kernel
From: "Adam J. Richter" <adam@yggdrasil.com>
Date: Thu, 17 Oct 2002 13:10:56 -0700
I'm puzzling out exactly change this message is requesting,
Packet receive must be aware of shared skb's (it must make
a copy if it wants to modify packet contents) and it must
be fully SMP threaded.
Then ptype->data is changed to some non-NULL value to indicate that it
is a "new" protocol.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-17 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-17 20:10 2.5.43: "fix old protocol handler pppoe_rcv+0x0/0x124 [pppoe]" Adam J. Richter
2002-10-17 20:33 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®