From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: linux/kvm.h, struct kvm_irqchip leaks to userland Date: Mon, 21 Jul 2008 15:46:30 +0200 Message-ID: <20080721134630.GA28743@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 To: kvm@vger.kernel.org Return-path: Received: from mail-out.m-online.net ([212.18.0.9]:42297 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751916AbYGUNqb (ORCPT ); Mon, 21 Jul 2008 09:46:31 -0400 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 7177043B5CD for ; Mon, 21 Jul 2008 15:46:30 +0200 (CEST) Received: from ibook.aepfle.de (DSL01.83.171.152.220.ip-pool.NEFkom.net [83.171.152.220]) by mail.mnet-online.de (Postfix) with ESMTP id 6327E909A2 for ; Mon, 21 Jul 2008 15:46:30 +0200 (CEST) Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: The result of make headers_export should not contain CONFIG_* conditions. linux/kvm.h lacks __KERNEL__ around struct kvm_irqchip, I think. Olaf