lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 06 Jan 2008 11:09:48 +0200
From:	Avi Kivity <avi@...ranet.com>
To:	Adrian Bunk <bunk@...nel.org>
CC:	kvm-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: Re: [kvm-devel] [PATCH 20/52] KVM: Add missing #include	<asm/pgtable.h>

Adrian Bunk wrote:
> On Sun, Dec 30, 2007 at 09:10:06AM +0200, Avi Kivity wrote:
>   
>> Needed for empty_zero_page.
>>
>> Signed-off-by: Avi Kivity <avi@...ranet.com>
>> ---
>>  drivers/kvm/kvm_main.c |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/kvm/kvm_main.c b/drivers/kvm/kvm_main.c
>> index 469e6b4..d6c5191 100644
>> --- a/drivers/kvm/kvm_main.c
>> +++ b/drivers/kvm/kvm_main.c
>> @@ -46,6 +46,7 @@
>>  #include <asm/io.h>
>>  #include <asm/uaccess.h>
>>  #include <asm/desc.h>
>> +#include <asm/pgtable.h>
>>  
>>  MODULE_AUTHOR("Qumranet");
>>  MODULE_LICENSE("GPL");
>>     
>
> Can you merge this patch into the previous one for the final submission?
>
> For being able to bisect (which has proven to be a very valuable help) 
> we aim at having the tree between any two commits both compiling and 
> working.
>   

Certainly, I'll do that.


-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ