]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
kbuild/genksyms: handle va_list type
authorNicholas Piggin <npiggin@gmail.com>
Wed, 23 Nov 2016 16:41:39 +0000 (03:41 +1100)
committerMichal Marek <mmarek@suse.com>
Tue, 29 Nov 2016 14:53:19 +0000 (15:53 +0100)
commit0efdb2282343578474d342816809710681995985
tree572aaad222989bf686dd42be087ff8eee87c8002
parentfe026a851b6bb9a11c27e93b9b15060cb310a3d6
kbuild/genksyms: handle va_list type

genksyms currently does not handle va_list. Add the __builtin_va_list
keyword as a type. This reduces the amount of syntax errors thrown,
but so far no export symbol has a type with a va_list argument, so
there is currently no bug in the end result.

Note: this patch does not regenerate shipped parser files.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/genksyms/keywords.gperf
scripts/genksyms/parse.y