Re: [PATCH v4 17/31] kconfig: add 'filename' and 'lineno' built-in variables

2018-05-17 Thread Kees Cook
On Wed, May 16, 2018 at 11:16 PM, Masahiro Yamada wrote: > The special variables, $(filename) and $(lineno), are expanded to a > file name and its line number being parsed, respectively. > > Suggested-by: Randy Dunlap > Signed-off-by:

Re: [PATCH v4 17/31] kconfig: add 'filename' and 'lineno' built-in variables

2018-05-17 Thread Kees Cook
On Wed, May 16, 2018 at 11:16 PM, Masahiro Yamada wrote: > The special variables, $(filename) and $(lineno), are expanded to a > file name and its line number being parsed, respectively. > > Suggested-by: Randy Dunlap > Signed-off-by: Masahiro Yamada Reviewed-by: Kees Cook -Kees > --- > >

[PATCH v4 17/31] kconfig: add 'filename' and 'lineno' built-in variables

2018-05-17 Thread Masahiro Yamada
The special variables, $(filename) and $(lineno), are expanded to a file name and its line number being parsed, respectively. Suggested-by: Randy Dunlap Signed-off-by: Masahiro Yamada --- Changes in v4: - Newly added Changes in v3: None

[PATCH v4 17/31] kconfig: add 'filename' and 'lineno' built-in variables

2018-05-17 Thread Masahiro Yamada
The special variables, $(filename) and $(lineno), are expanded to a file name and its line number being parsed, respectively. Suggested-by: Randy Dunlap Signed-off-by: Masahiro Yamada --- Changes in v4: - Newly added Changes in v3: None Changes in v2: None scripts/kconfig/preprocess.c | 16