On Fri, Jul 20, 2012 at 1:21 AM, Pekka Enberg <penberg@xxxxxxxxxx> wrote: > > Linus, Jeff, how does the sparse frontend deal with externs? Why isn't > "foop" visible after linearize_symbol()? 'extern' symbols are just names with types. They don't have any value associated with them, they just have the type and the name. What else would you expect sparse to have? Linus -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html