Re: [PATCH] kbuild: limit dtc+cpp include path

2013-02-12 Thread Grant Likely
On Tue, 12 Feb 2013 15:03:37 -0700, Stephen Warren wrote: > From: Stephen Warren > > Device tree source files may now include header files. The intent is > that those header files define/name constants used as part of the DT > bindings. Currently this feature is open to abuse, since any kernel

[PATCH] kbuild: limit dtc+cpp include path

2013-02-12 Thread Stephen Warren
From: Stephen Warren Device tree source files may now include header files. The intent is that those header files define/name constants used as part of the DT bindings. Currently this feature is open to abuse, since any kernel header file at all can be included, This could allow device tree

[PATCH] kbuild: limit dtc+cpp include path

2013-02-12 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Device tree source files may now include header files. The intent is that those header files define/name constants used as part of the DT bindings. Currently this feature is open to abuse, since any kernel header file at all can be included, This could

Re: [PATCH] kbuild: limit dtc+cpp include path

2013-02-12 Thread Grant Likely
On Tue, 12 Feb 2013 15:03:37 -0700, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com Device tree source files may now include header files. The intent is that those header files define/name constants used as part of the DT bindings. Currently this feature