just a few observations about the generated headers and whether there's some cleanup to be done there. 1) the generated header linux/tty.h consists solely of: ===== #ifndef _LINUX_TTY_H #define _LINUX_TTY_H /* * 'tty.h' defines some structures used by tty_io.c and some defines. */ #endif ===== i once submitted a patch that, if this header were included from userspace, would print, "Don't include me from user space, I'm empty." or something to that effect. is that worth doing? or should user space code be including that header at all? (should an empty header even be *exported* to user space?) 2) include/linux/soundcard.h still contains some weird, non-standard checks: ... #if (!defined(__KERNEL__) && !defined(KERNEL) && !defined(INKERNEL) && !defined(_KERNEL)) || defined(USE_SEQ_MACROS) ... so what's with KERNEL or INKERNEL or _KERNEL? do those tests still have any value? or can they be tossed? 3) related to 2), what's up with __KERNEL as well? it still shows up in a number of places in the kernel source. for example, see include/linux/hdsmart.h: ... #ifndef __KERNEL ... #endif /* __KERNEL__ * (and that missing trailing slash creeps me out, too.) 4) any chance of replacing the current unifdef with sunifdef (son of unifdef), which is smarter and can simplify some of the compound logical preprocessor checks to get rid of more junk in those generated headers? http://www.sunifdef.strudl.org/ that should do for now. rday -- ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA Home page: http://crashcourse.ca Fedora Cookbook: http://crashcourse.ca/wiki/index.php/Fedora_Cookbook ======================================================================== --
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 006/196] Chinese: add translation of oops-tracing.txt |
| Eric Sandeen | Re: [RFC] Heads up on sys_fallocate() |
| YOSHIFUJI Hideaki / | request_module: runaway loop modprobe net-pf-1 (is Re: Linux 2.6.21-rc1) |
git: | |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Ben Greear | Re: MACVLANs really best solution? How about a bridge with multiple bridge virtual... |
| Rafael J. Wysocki | 2.6.29-rc8: Reported regressions from 2.6.28 |
