Removing atomic.h from Fedora kernel headers

David Woodhouse dwmw2 at infradead.org
Mon Jun 25 14:19:10 UTC 2007


On Mon, 2007-06-25 at 10:17 -0400, Chuck Ebbert wrote:
> On 06/24/2007 03:25 PM, David Woodhouse wrote:
> > On Fri, 2007-06-22 at 16:36 -0400, Chuck Ebbert wrote:
> >> Why do we explicitly remove atomic.h from our kernel header package?
> > 
> > No reason any more. Once upon a time, before the cleanup of the upstream
> > kernel's exports was complete, we needed to remove this unwanted crap.
> > 
> > These days, the kernel's standard 'make headers_install' doesn't include
> > it anyway, so we no longer need to strip it out for ourselves.
> 
> I dug through the makefiles to try and figure out if that was true, but
> gave up. Where is the list of included and/or excluded files?

include/**/Kbuild (but note that include/asm-*/Kbuild all include
include/asm-generic/Kbuild.asm).

Or just run 'make headers_install' and then look in usr/include/ :)

-- 
dwmw2




More information about the Fedora-kernel-list mailing list