Subject: Re: LKM diff for review
To: None <tech-kern@NetBSD.org>
From: None <cube@cubidou.net>
List: tech-kern
Date: 10/26/2004 06:49:17
On Tue, Oct 26, 2004 at 02:52:40AM +0200, Peter Postma wrote:
> On Tue, Oct 26, 2004 at 10:48:54AM +1000, Daniel Carosone wrote:
> > [Generic question without having looked at the code, sorry..]
> > 
> > Do these changes require a kernel bump, or is the array->list change
> > entirely hidden from the LKM's interface?
> > 
> 
> The changes are just internal, so I think there's no need for
> a version bump.

Well, LKM_DISPATCH does manipulate the lkmtp pointer.  You added at the
end of the structure, but can we be assured that GCC will always keep
that order?

Quentin Garnier.