Centos-kernel-stream-9/scripts/genksyms
Nicholas Piggin 4fab91605a kbuild: genksyms fix for typeof handling
The tokenizer misses counting an open-parenthesis when parsing a
non-trivial typeof beginning with an open-parenthesis. This function
in include/linux/ceph/libceph.h

static type *lookup_##name(struct rb_root *root,
                           typeof(((type *)0)->keyfld) key)

When instantiated in net/ceph/mon_client.c, causes subsequent symbols
including an EXPORT_SYMBOL in that file to be lost.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
2016-08-25 18:55:37 +02:00
..
.gitignore
Makefile
genksyms.c scripts: genksyms: fix resource leak 2016-04-20 09:24:49 +02:00
genksyms.h
keywords.gperf
keywords.hash.c_shipped
lex.l kbuild: genksyms fix for typeof handling 2016-08-25 18:55:37 +02:00
lex.lex.c_shipped
parse.tab.c_shipped genksyms: Regenerate parser 2015-08-20 14:57:47 +02:00
parse.tab.h_shipped genksyms: Regenerate parser 2015-08-20 14:57:47 +02:00
parse.y