Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 18:01:59 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        arch@FreeBSD.org
Subject:   Re: MFC of socket/protocol reference improvements
Message-ID:  <20060615175853.Y52950@carver.gumbysoft.com>
In-Reply-To: <20060611141632.Y26634@fledge.watson.org>
References:  <20060611141632.Y26634@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 11 Jun 2006, Robert Watson wrote:

> (1) Normally, RELENG_* has significant constraints on changes to the kernel
>    APIs used by loadable modules -- especially for device drivers.  In the
>    past, we've not made a lot of changes to the protocol switch interface,
>    and historically it hasn't been a run-time extensible interface.  Andre
>    has recent made changes to allow IP protocols to be loaded at runtime,
>    such as IP divert, and these will be affected, however.  Do we consider
>    modules programmed against these interfaces to be "breakable" -- i.e., 
> the
>    require a recompile and or changes in the RELENG_6 branch?

>From a policy standpoint, breaking modules in a -STABLE branch is 
forbidden since it causes pain for 3rd party developers. Exceptions can be 
made for changes that provide more benefit than damage caused by breaking 
the ABI.

Usually the question revolves around, "Does anyone actually distribute 
modules that use that interface?" :-)

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060615175853.Y52950>