Re: [PATCH 3/3] fixdep: do not ignore kconfig.h

2018-03-05 Thread Masahiro Yamada
2018-03-01 4:17 GMT+09:00 Rasmus Villemoes : > kconfig.h was excluded from consideration by fixdep by > 6a5be57f0f00 (fixdep: fix extraneous dependencies) to avoid some false > positive hits > > (1) include/config/.h > (2) include/config/h.h > (3) include/config/foo.h > > (1) occurred because kconf

Re: [PATCH 3/3] fixdep: do not ignore kconfig.h

2018-03-05 Thread Masahiro Yamada
2018-03-05 17:15 GMT+09:00 Rasmus Villemoes : > On 5 March 2018 at 05:52, Masahiro Yamada > wrote: >> 2018-03-01 4:17 GMT+09:00 Rasmus Villemoes : >>> kconfig.h was excluded from consideration by fixdep by >>> 6a5be57f0f00 (fixdep: fix extraneous dependencies) to avoid some false >>> positive hit

Re: [PATCH 3/3] fixdep: do not ignore kconfig.h

2018-03-05 Thread Rasmus Villemoes
On 5 March 2018 at 05:52, Masahiro Yamada wrote: > 2018-03-01 4:17 GMT+09:00 Rasmus Villemoes : >> kconfig.h was excluded from consideration by fixdep by >> 6a5be57f0f00 (fixdep: fix extraneous dependencies) to avoid some false >> positive hits [...] >> We've already had one case [2] where the lac

Re: [PATCH 3/3] fixdep: do not ignore kconfig.h

2018-03-04 Thread Masahiro Yamada
2018-03-01 4:17 GMT+09:00 Rasmus Villemoes : > kconfig.h was excluded from consideration by fixdep by > 6a5be57f0f00 (fixdep: fix extraneous dependencies) to avoid some false > positive hits > > (1) include/config/.h > (2) include/config/h.h > (3) include/config/foo.h > > (1) occurred because kconf

[PATCH 3/3] fixdep: do not ignore kconfig.h

2018-02-28 Thread Rasmus Villemoes
kconfig.h was excluded from consideration by fixdep by 6a5be57f0f00 (fixdep: fix extraneous dependencies) to avoid some false positive hits (1) include/config/.h (2) include/config/h.h (3) include/config/foo.h (1) occurred because kconfig.h contains the string CONFIG_ in a comment. However, since