* Need advice on updating the Linux kernel map
@ 2010-04-24 23:02 Constantine Shulyupin
2010-04-27 13:41 ` Valdis.Kletnieks
0 siblings, 1 reply; 4+ messages in thread
From: Constantine Shulyupin @ 2010-04-24 23:02 UTC (permalink / raw)
To: linux-kernel
I was wondering if you could help me. I've recently resumed work on
the map of the Linux kernel - http://www.makelinux.net/kernel_map in
order to make it more up-to-date and to improve it. Please let me know
how I can update the map, as it would help me a lot.
Thank you in advance.
Constantine
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Need advice on updating the Linux kernel map
2010-04-24 23:02 Need advice on updating the Linux kernel map Constantine Shulyupin
@ 2010-04-27 13:41 ` Valdis.Kletnieks
2010-04-29 20:19 ` Constantine Shulyupin
2010-12-14 15:38 ` Constantine Shulyupin
0 siblings, 2 replies; 4+ messages in thread
From: Valdis.Kletnieks @ 2010-04-27 13:41 UTC (permalink / raw)
To: Constantine Shulyupin; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]
On Sun, 25 Apr 2010 02:02:29 +0300, Constantine Shulyupin said:
> I was wondering if you could help me. I've recently resumed work on
> the map of the Linux kernel - http://www.makelinux.net/kernel_map in
> order to make it more up-to-date and to improve it. Please let me know
> how I can update the map, as it would help me a lot.
A few quick comments:
1) Can we do better than an OSI 7-layer burrito? ;) As it stands, doing it
that way creates a lot of things that look like layering violations. For
instance, "Device Model" is up on "virtual", when it actually gets *used*
several levels further down. And you have a *lot* of vertical lines that
cross a whole bunch of levels. You would probably be served much better
by letting each column be a lot wider, and maybe only 4 levels high (you
can probably squish virtual/bridges/logical into one wider level).
1b) Much of the I/O column should be one wide section across the bottom of
disk/network/user peripherals, and the 'system run' box should be in some
other column(s).
2) Security and debugging seem to be forced in the "user peripherals" column
for no real rational reason.
3) I see no mention of tracing/oprofile/perf.
Hope that helps...
[-- Attachment #2: Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Need advice on updating the Linux kernel map
2010-04-27 13:41 ` Valdis.Kletnieks
@ 2010-04-29 20:19 ` Constantine Shulyupin
2010-12-14 15:38 ` Constantine Shulyupin
1 sibling, 0 replies; 4+ messages in thread
From: Constantine Shulyupin @ 2010-04-29 20:19 UTC (permalink / raw)
To: Valdis.Kletnieks; +Cc: linux-kernel
Hi Valdis,
Thank you for your comments! Is very helpful!
On Tue, Apr 27, 2010 at 4:41 PM, <Valdis.Kletnieks@vt.edu> wrote:
> On Sun, 25 Apr 2010 02:02:29 +0300, Constantine Shulyupin said:
>> I was wondering if you could help me. I've recently resumed work on
>> the map of the Linux kernel - http://www.makelinux.net/kernel_map in
>> order to make it more up-to-date and to improve it. Please let me know
>> how I can update the map, as it would help me a lot.
>
> A few quick comments:
>
> 1) Can we do better than an OSI 7-layer burrito? ;) As it stands, doing it
> that way creates a lot of things that look like layering violations. For
> instance, "Device Model" is up on "virtual", when it actually gets *used*
> several levels further down. And you have a *lot* of vertical lines that
> cross a whole bunch of levels. You would probably be served much better
> by letting each column be a lot wider, and maybe only 4 levels high (you
> can probably squish virtual/bridges/logical into one wider level).
>
> 1b) Much of the I/O column should be one wide section across the bottom of
> disk/network/user peripherals, and the 'system run' box should be in some
> other column(s).
>
> 2) Security and debugging seem to be forced in the "user peripherals" column
> for no real rational reason.
>
> 3) I see no mention of tracing/oprofile/perf.
>
> Hope that helps...
>
--
Constantine Shulyupin
Embedded Linux Expert
TI DaVinci Expert
Tel-Aviv Israel
http://www.LinuxDriver.co.il/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Need advice on updating the Linux kernel map
2010-04-27 13:41 ` Valdis.Kletnieks
2010-04-29 20:19 ` Constantine Shulyupin
@ 2010-12-14 15:38 ` Constantine Shulyupin
1 sibling, 0 replies; 4+ messages in thread
From: Constantine Shulyupin @ 2010-12-14 15:38 UTC (permalink / raw)
To: Valdis.Kletnieks; +Cc: linux-kernel
Hi Valdis,
Thank you for your feedback.
I updated and continue to update the map of the Linux kernel -
http://www.makelinux.net/kernel_map
With your feedback I reworked connections and added
tracing/oprofile/perf to debug segment.
Indeeds, security and debugging is forced to be in user interface and
have no direct relations to peripherals. But other places are less
suable. I decided to put security and debugging in UI, because
security limits UI (as user) and debugging expands UI (as developer).
Thanks.
On Tue, Apr 27, 2010 at 4:41 PM, <Valdis.Kletnieks@vt.edu> wrote:
> On Sun, 25 Apr 2010 02:02:29 +0300, Constantine Shulyupin said:
>> I was wondering if you could help me. I've recently resumed work on
>> the map of the Linux kernel - http://www.makelinux.net/kernel_map in
>> order to make it more up-to-date and to improve it. Please let me know
>> how I can update the map, as it would help me a lot.
>
> A few quick comments:
>
> 1) Can we do better than an OSI 7-layer burrito? ;) As it stands, doing it
> that way creates a lot of things that look like layering violations. For
> instance, "Device Model" is up on "virtual", when it actually gets *used*
> several levels further down. And you have a *lot* of vertical lines that
> cross a whole bunch of levels. You would probably be served much better
> by letting each column be a lot wider, and maybe only 4 levels high (you
> can probably squish virtual/bridges/logical into one wider level).
>
> 1b) Much of the I/O column should be one wide section across the bottom of
> disk/network/user peripherals, and the 'system run' box should be in some
> other column(s).
>
> 2) Security and debugging seem to be forced in the "user peripherals" column
> for no real rational reason.
>
> 3) I see no mention of tracing/oprofile/perf.
>
> Hope that helps...
>
--
Constantine Shulyupin
Embedded Linux Expert
TI DaVinci Expert
Tel-Aviv Israel
http://www.LinuxDriver.co.il/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-14 15:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 23:02 Need advice on updating the Linux kernel map Constantine Shulyupin
2010-04-27 13:41 ` Valdis.Kletnieks
2010-04-29 20:19 ` Constantine Shulyupin
2010-12-14 15:38 ` Constantine Shulyupin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox