public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Graphic: userspace headers interdependencies
@ 2006-07-23 10:15 Adrian Bunk
  2006-07-23 15:25 ` Alexey Dobriyan
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-07-23 10:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Woodhouse

I've written a quick'n'dirty script for visualizing the 
interdependencies of the i386 userspace headers in 2.6.18-rc2.

In case anyone is interested, it's at [1] (warning: it's big).

The graphic also shows some problems like headers including not exported 
headers. I'm currently working on fixing such issues in my hdrcleanup 
tree.

cu
Adrian

[1] http://ftp.kernel.org/pub/linux/kernel/people/bunk/hdrcleanup/graphics/userspace-headers-i386-2.6.18-rc2.png

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Graphic: userspace headers interdependencies
  2006-07-23 10:15 Graphic: userspace headers interdependencies Adrian Bunk
@ 2006-07-23 15:25 ` Alexey Dobriyan
  2006-07-23 15:59   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Dobriyan @ 2006-07-23 15:25 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel, David Woodhouse

On Sun, Jul 23, 2006 at 12:15:23PM +0200, Adrian Bunk wrote:
> I've written a quick'n'dirty script for visualizing the
> interdependencies of the i386 userspace headers in 2.6.18-rc2.
>
> In case anyone is interested, it's at [1] (warning: it's big).
>
> The graphic also shows some problems like headers including not exported
> headers. I'm currently working on fixing such issues in my hdrcleanup
> tree.

[PATCH] mqueue.h: don't include linux/types.h

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

--- a/include/linux/mqueue.h
+++ b/include/linux/mqueue.h
@@ -18,8 +18,6 @@
 #ifndef _LINUX_MQUEUE_H
 #define _LINUX_MQUEUE_H
 
-#include <linux/types.h>
-
 #define MQ_PRIO_MAX 	32768
 /* per-uid limit of kernel memory used by mqueue, in bytes */
 #define MQ_BYTES_MAX	819200


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Graphic: userspace headers interdependencies
  2006-07-23 15:25 ` Alexey Dobriyan
@ 2006-07-23 15:59   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-07-23 15:59 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: linux-kernel, David Woodhouse

On Sun, Jul 23, 2006 at 07:25:51PM +0400, Alexey Dobriyan wrote:
> On Sun, Jul 23, 2006 at 12:15:23PM +0200, Adrian Bunk wrote:
> > I've written a quick'n'dirty script for visualizing the
> > interdependencies of the i386 userspace headers in 2.6.18-rc2.
> >
> > In case anyone is interested, it's at [1] (warning: it's big).
> >
> > The graphic also shows some problems like headers including not exported
> > headers. I'm currently working on fixing such issues in my hdrcleanup
> > tree.
> 
> [PATCH] mqueue.h: don't include linux/types.h
>...

Thanks, applied to the hdrcleanup tree.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-23 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-23 10:15 Graphic: userspace headers interdependencies Adrian Bunk
2006-07-23 15:25 ` Alexey Dobriyan
2006-07-23 15:59   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox