Hi Linus,
here is the C++ guards warning fix from Arnd.
I've tried using a tag for this.
Dave.
The following changes since commit 84787c572d402644dca4874aba73324d9f8e3948:
Merge branch 'akpm' (patches from Andrew) (2016-05-23 19:42:28 -0700)
are available in the git repository at:
git://people.freedesktop.org/~airlied/linux tags/drm-4.7-rc1-headers-fix
for you to fetch changes up to 92181d47ee74749bdf902f080dab9fa9ef44b37f:
headers_check: don't warn about c++ guards (2016-05-24 14:12:48 +1000)
---------------------------------------------------------------- Arnd Bergmann (1): headers_check: don't warn about c++ guards
scripts/headers_check.pl | 4 ++++ 1 file changed, 4 insertions(+)
On Tue, 24 May 2016, Christoph Hellwig hch@infradead.org wrote:
On Tue, May 24, 2016 at 07:29:25AM +0100, Dave Airlie wrote:
Hi Linus,
here is the C++ guards warning fix from Arnd.
So why the hell do we have C++ guards in kernel headers?
uapi headers. See [1] for the cover letter to the patches with rationale.
BR, Jani.
[1] http://mid.gmane.org/1461269857-12813-1-git-send-email-emil.l.velikov@gmail....
On Tue, May 24, 2016 at 11:52 AM, Jani Nikula jani.nikula@linux.intel.com wrote:
On Tue, 24 May 2016, Christoph Hellwig hch@infradead.org wrote:
On Tue, May 24, 2016 at 07:29:25AM +0100, Dave Airlie wrote:
Hi Linus,
here is the C++ guards warning fix from Arnd.
So why the hell do we have C++ guards in kernel headers?
uapi headers. See [1] for the cover letter to the patches with rationale.
Short summary: We want to directly reuse the headers generated by make headers_install for the userspace side of gpu drivers, and at least some driver teams use C++ for the compilers in there. -Daniel
dri-devel@lists.freedesktop.org