Re: [patch 1/4] Linux Kernel Markers - Architecture Independent Code

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Roland McGrath
Date: Monday, October 15, 2007 - 4:50 pm

> I think the main issue with the solution you propose is that it doesn't

My suggestion applies as well to modules as anything else.  
What "like Module.symvers" means is something like:

name1	vmlinux		%s
name2	fs/nfs/nfs	%d

All the modules built by the same kernel build go into this one file.

Modules packaged separately for the same kernel could provide additional
files of the same kind.


That's clearly straightforward to do given the basic markers data structures.

It does not address the need for an offline list of markers available in a
particular kernel build or set of modules that you are not running right now.
The approach now available for that is grovelling through the markers data
structures extracted from vmlinux and .ko ELF files offline.  That is more
work than one should have to do, and has lots of problems with coping with
different packaging details, etc.


Thanks,
Roland
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 1/4] Linux Kernel Markers - Architecture Independen ..., Mathieu Desnoyers, (Tue Sep 18, 2:13 pm)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Wed Sep 19, 4:37 am)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Wed Sep 19, 11:46 am)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Wed Sep 19, 11:50 am)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Fri Sep 21, 5:58 am)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Christoph Hellwig, (Fri Sep 21, 6:07 am)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Fri Sep 21, 6:38 am)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Fri Sep 21, 6:45 am)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Frank Ch. Eigler, (Mon Oct 15, 12:41 pm)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Mon Oct 15, 4:12 pm)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Roland McGrath, (Mon Oct 15, 4:50 pm)
Re: [patch 1/4] Linux Kernel Markers - Architecture Indepe ..., Mathieu Desnoyers, (Thu Oct 25, 12:17 pm)
[PATCH] markers: modpost, Roland McGrath, (Wed Oct 31, 6:06 pm)
Re: [PATCH] markers: modpost, Mathieu Desnoyers, (Wed Oct 31, 7:46 pm)
Re: [PATCH] markers: modpost, Roland McGrath, (Thu Nov 1, 2:37 am)
Re: [PATCH] markers: modpost, Mathieu Desnoyers, (Thu Nov 1, 4:24 am)
Re: [PATCH] markers: modpost, David Smith, (Thu Nov 8, 12:31 pm)
Re: [PATCH] markers: modpost, Mathieu Desnoyers, (Thu Nov 8, 12:36 pm)
Re: [PATCH] markers: modpost, David Smith, (Thu Nov 8, 12:45 pm)
Re: [PATCH] markers: modpost, David Smith, (Fri Nov 9, 9:36 am)
Re: [PATCH] markers: modpost, Mathieu Desnoyers, (Sun Nov 11, 4:24 pm)