This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

misc/check-installed-headers-c failing due to upstream kernel change


Hi,

It seems a recent upstream kernel change (went in 5.0-rcX) 81c9d43f9487
("kernel/sysctl: add panic_print into sysctl") trips one of the glibc tests.

	FAIL: misc/check-installed-headers-c

| :: sys/sysctl.h
| ::::
| *** Obsolete types detected:
| ~/install/compilers/arc-linux-gnu/sysroot/usr/include/linux /sysctl.h:
| KERN_PANIC_PRINT=78, /* ulong: bitmask to print system info on panic */

It doesn't seem to like ulong (inside a comment). I don't have enough foo to fix
it, but wanted to bring it to notice anyways.

Thx,
-Vineet


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]