svn commit: r335916 - head/sys/conf

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Sun Jul 8 01:06:44 UTC 2018


> On Sat, Jul 7, 2018, 5:40 PM Eugene Grosbein <eugen at grosbein.net> wrote:
> 
> > 08.07.2018 4:38, Warner Losh wrote:
> >
> > > On Sat, Jul 7, 2018, 4:14 PM Eugene Grosbein <eugen at grosbein.net
> > <mailto:eugen at grosbein.net>> wrote:
> > >
> > >     07.07.2018 22:02, Andrew Gallatin wrote:
> > >
> > >     > One thing that was tangentially brought up is that the ability
> > >     > to compile out-of-tree modules requires keeping the kernel-headers
> > >     > around.  So we may need to identify all the headers that a module
> > might
> > >     > need, and install them in /boot/$KERNEL/sys or some-such.  This
> > would
> > >     > be needed if, for example, we wanted to install a new Nvidia or
> > Virtual
> > >     > Box module and have it work for older installed kernel versions too
> > >     > (eg, across ABI breaking changes in -current).
> > >
> > >     We already have all headers in /usr/include, don't we?
> > >
> > >
> > > Not really. We have a subset of the kernel headers that might not match
> > the running kernel, nor be enough to build modules.
> >
> > They should match running kernel definitely as we do not support not
> > syncronized kernel/world
> > and installworld populates /usr/include.
> >
> 
> Nice theory. Lots and lots of people run this way. And it has worked well,
> so long as the kernel is newer... so, no, they don't have to match.

At some point I had an evolution of "make includes" that would work
without the other parts of src being present (ie, only sys) so that
you could update /usr/include with the kernel headers if you reved
your kernel sources.

Not sure how hard this would be to reimplement, but basically skip over
missing parts of the src tree with a message (echo) that it could not
find that particular set of sources was how it worked.

> And why a subset? Don'we support old-style kernel re-build "config; make
> > depend; make"
> > that does not require full /usr/src tree but /usr/src/sys only?
> >

Your mail agent is still mangling quoting.  Mostly when it line wraps.

> 
> /usr/include is never, ever used to build the kernel (except for things
> like aicasm).

Is not /usr/include really the kernel/userland interface,
not the kernel/kernel interface?

> Warner

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the svn-src-all mailing list