Bug 31389 - missing linux/numa.h
Summary: missing linux/numa.h
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: glibc-kernheaders (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P3 major
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords: relnote
Depends on:
Blocks:
 
Reported: 2015-10-21 18:32 MSK by Konstantin A Lepikhov (L.A. Kostis)
Modified: 2015-10-30 18:16 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin A Lepikhov (L.A. Kostis) 2015-10-21 18:32:22 MSK
numa.h is missing in current glibc-kernheaders (4.2-alt1) but it required by some recent software (mesa swr renderer for example) and they fail to build. Consider to add it just for consistency with other headers.
Comment 1 Konstantin A Lepikhov (L.A. Kostis) 2015-10-27 01:45:27 MSK
ping
Comment 2 Dmitry V. Levin 2015-10-30 17:31:24 MSK
linux$ find include arch/*/include -name numa.h
include/linux/numa.h
arch/ia64/include/asm/numa.h
arch/s390/include/asm/numa.h
arch/x86/include/asm/numa.h

So numa.h is not included because it's not a uapi header.
What do kernel folks think about moving it to uapi?
Comment 3 Konstantin A Lepikhov (L.A. Kostis) 2015-10-30 18:16:06 MSK
(In reply to comment #2)
> linux$ find include arch/*/include -name numa.h
> include/linux/numa.h
> arch/ia64/include/asm/numa.h
> arch/s390/include/asm/numa.h
> arch/x86/include/asm/numa.h
> 
> So numa.h is not included because it's not a uapi header.
> What do kernel folks think about moving it to uapi?

NVM, I've found solution, just use libnuma-devel, which also provides numa.h