All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Class crash (linux)
@ 2003-03-21  7:57 Lars Landmark
  0 siblings, 0 replies; only message in thread
From: Lars Landmark @ 2003-03-21  7:57 UTC (permalink / raw)
  To: lartc

Hi;

I am working width a project intended for developing an adaptive class 
based QoS system for Linux.
I have been struggling width a bug for a long time now. The bug has been
tracked to procedure tc_ctl_class() in file linux/net/sched/sch_api.c.
In this function there are a switch test, in order to test whether
NEWCLASS or other flags are set.

If RTM_NEWCLASS flag is set, a if test is performed:
if (n->nlmsg_flags&NLM_F_EXCL)

What does this if test perform, especially what does NLM_F_EXCL flag 
represent.


When I attach a new class, this test result true. The next step after a
goto call, is to test if there are a class pointer. If there are a
class pointer, an oops call "oops->put(q, cl)" is done.. In this call my  
system crash.

Is there any approach in order to solve the oops. ??

Lars Landmark
Student

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-21  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-21  7:57 [LARTC] Class crash (linux) Lars Landmark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.