Re: [PATCH v1 01/14] scripts/kernel-doc: strip QEMU_ from function definitions

2021-03-20 Thread Richard Henderson
On 3/20/21 7:36 AM, Alex Bennée wrote: Some packaged versions of Sphinx (fedora33/alpine so far) have issues with the annotated C code that kernel-doc spits out. Without knowing about things like QEMU_PLUGIN_EXPORT it chokes trying to understand the code. Evidently this is a problem for the kerne

[PATCH v1 01/14] scripts/kernel-doc: strip QEMU_ from function definitions

2021-03-20 Thread Alex Bennée
Some packaged versions of Sphinx (fedora33/alpine so far) have issues with the annotated C code that kernel-doc spits out. Without knowing about things like QEMU_PLUGIN_EXPORT it chokes trying to understand the code. Evidently this is a problem for the kernel as well as the long stream of regex sub