Re: [PATCH v3 7/8] uapi: export all headers under uapi directories

From: Michael Ellerman
Date: Mon Jan 23 2017 - 04:00:26 EST


Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx> writes:

> Regularly, when a new header is created in include/uapi/, the developer
> forgets to add it in the corresponding Kbuild file. This error is usually
> detected after the release is out.
>
> In fact, all headers under uapi directories should be exported, thus it's
> useless to have an exhaustive list.
>
> After this patch, the following files, which were not exported, are now
> exported (with make headers_install_all):
...
> asm-powerpc/perf_regs.h
...
> arch/powerpc/include/uapi/asm/Kbuild | 45 ---

Thanks for cleaning it up.

Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> (powerpc)


cheers