Re: [PATCH v2] scripts: headers_install: Exit with error on config leak

2020-05-05 Thread Siddharth Gupta
On 5/4/2020 12:18 AM, Masahiro Yamada wrote: On Sun, May 3, 2020 at 12:29 PM Siddharth Gupta wrote: Misuse of CONFIG_* in UAPI headers should result in an error as it exposes configuration of different targets to userspace. Sorry, I missed to point out this. This statement is not precious;

Re: [PATCH v2] scripts: headers_install: Exit with error on config leak

2020-05-04 Thread Masahiro Yamada
On Sun, May 3, 2020 at 12:29 PM Siddharth Gupta wrote: > > Misuse of CONFIG_* in UAPI headers should result in an error as it exposes > configuration of different targets to userspace. Sorry, I missed to point out this. This statement is not precious; it does not expose the kernel configuration

[PATCH v2] scripts: headers_install: Exit with error on config leak

2020-05-02 Thread Siddharth Gupta
Misuse of CONFIG_* in UAPI headers should result in an error as it exposes configuration of different targets to userspace. Signed-off-by: Siddharth Gupta --- scripts/headers_install.sh | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/headers_install.sh b/s