All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] disambiguate symbol names
@ 2015-10-20 10:31 Jan Beulich
  2015-10-20 10:38 ` [PATCH 01/10] symbols: prefix static symbols with their source file name Jan Beulich
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Jan Beulich @ 2015-10-20 10:31 UTC (permalink / raw)
  To: xen-devel

Triggered by Konrad's needs for xSplice, but having been on my todo
list for a very long time to help interpretation of stack traces, here's a
first set of changes allowing to tell apart identically named static
symbols. The main and general thing is to prefix them by file name.
Some remaining collisions need other treatment: In some cases the
duplicates simply can be folded. In other cases renaming is necessary.
And then there are - compiler dependent - a few collisions left in place
by the end of this series. See the TBD in patch 10 for how to possibly
address their majority.

01: symbols: prefix static symbols with their source file name
02: x86/mm: override stored file names for multiply built sources
03: x86: don't build platform hypercall helpers multiple times
04: x86/HVM: prefix both instances of enable_intr_window()
05: x86/mm: build map_domain_gfn() just once
06: x86/mm: only a single instance of gw_page_flags[] is needed
07: x86/shadow: only a single instance of fetch_type_names[] is needed
08: x86/shadow: adjust sh_{make,destroy}_monitor_table() name tags
09: x86/shadow: drop stray name tags from sh_{guest_get,map}_eff_l1e()
10: [RFC] memory/compat: rename get_reserved_device_memory()

Signed-off-by: Jan Beulich <jbeulich@suse.com>

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

end of thread, other threads:[~2015-10-21  9:14 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20 10:31 [PATCH 00/10] disambiguate symbol names Jan Beulich
2015-10-20 10:38 ` [PATCH 01/10] symbols: prefix static symbols with their source file name Jan Beulich
2015-10-21  8:43   ` Ian Campbell
2015-10-21  9:14     ` Jan Beulich
2015-10-20 10:39 ` [PATCH 02/10] x86/mm: override stored file names for multiply built sources Jan Beulich
2015-10-20 10:43   ` George Dunlap
2015-10-20 12:43   ` Tim Deegan
2015-10-20 12:44   ` Andrew Cooper
2015-10-20 13:12     ` Jan Beulich
2015-10-20 13:21       ` Andrew Cooper
2015-10-20 10:40 ` [PATCH 03/10] x86: don't build platform hypercall helpers multiple times Jan Beulich
2015-10-20 12:48   ` Andrew Cooper
2015-10-20 10:41 ` [PATCH 04/10] x86/HVM: prefix both instances of enable_intr_window() Jan Beulich
2015-10-20 12:49   ` Andrew Cooper
2015-10-20 14:45   ` Aravind Gopalakrishnan
2015-10-21  3:01   ` Tian, Kevin
2015-10-20 10:41 ` [PATCH 05/10] x86/mm: build map_domain_gfn() just once Jan Beulich
2015-10-20 12:54   ` Andrew Cooper
2015-10-20 13:15     ` Jan Beulich
2015-10-20 10:42 ` [PATCH 06/10] x86/mm: only a single instance of gw_page_flags[] is needed Jan Beulich
2015-10-20 13:00   ` Andrew Cooper
2015-10-20 10:43 ` [PATCH 07/10] x86/shadow: only a single instance of fetch_type_names[] " Jan Beulich
2015-10-20 12:44   ` Tim Deegan
2015-10-20 10:44 ` [PATCH 08/10] x86/shadow: adjust sh_{make, destroy}_monitor_table() name tags Jan Beulich
2015-10-20 12:45   ` Tim Deegan
2015-10-20 10:45 ` [PATCH 09/10] x86/shadow: drop stray name tags from sh_{guest_get, map}_eff_l1e() Jan Beulich
2015-10-20 12:49   ` Tim Deegan
2015-10-20 10:45 ` [PATCH RFC 10/10] memory/compat: rename get_reserved_device_memory() Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.