Re: [ANNOUNCE] kvm-kmod-2.6.36

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hmm,
seems to be regression between kvm-kmod-2.6.35-rc3 and kvm-kmod-2.6.35,
namely this snippet:
--- kvm-kmod-2.6.35-rc3/configure       2010-06-24 19:49:35.000000000 +0200
+++ kvm-kmod-2.6.35.6/configure 2010-10-01 11:30:03.000000000 +0200
@@ -89,7 +89,7 @@
 kerneldir=$(cd $kerneldir; pwd)
                                                                                                                                                                                                               
 # see if we have split build and source directories
-if [ -d "$kerneldir/include2" -o -L "$kerneldir/source" ]; then
+if [ ! -d "$kerneldir/Kbuild" ]; then
     kernelsourcedir=$kerneldir/source
     if [ ! -L "$kernelsourcedir" ]; then
         kernelsourcedir=${kerneldir%/build*}/source

n.

On Mon, Oct 25, 2010 at 08:47:17AM +0200, Nikola Ciprich wrote:
> Hello Jan,
> trying to compile on 2.6.32.25-rc1 I get:
> make -C /usr/src/redhat/BUILD/linux-2.6.32 M=`pwd` \
>                 LINUXINCLUDE="-I`pwd`/include -Iinclude \
>                          -Iinclude2 -I/usr/src/redhat/BUILD/linux-2.6.32/source/include -I/usr/src/redhat/BUILD/linux-2.6.32/source/arch/x86/include \
>                         -I`pwd`/include-compat -I`pwd`/x86 \
>                         -include  include/linux/autoconf.h \
>                         -include `pwd`/x86/external-module-compat.h" \
>                 "$@"
> make[1]: Entering directory `/home/src/redhat/BUILD/linux-2.6.32'
>   CC [M]  /usr/src/redhat/BUILD/linux-2.6.32/kvm-kmod-2.6.36/x86/svm.o
> In file included from /usr/src/redhat/BUILD/linux-2.6.32/kvm-kmod-2.6.36/x86/external-module-compat.h:9,
>                  from <command line>:1:
> include/linux/types.h:4:23: error: asm/types.h: No such file or directory
> In file included from include/linux/types.h:14,
>                  from /usr/src/redhat/BUILD/linux-2.6.32/kvm-kmod-2.6.36/x86/external-module-compat.h:9,
>                  from <command line>:1:
> include/linux/posix_types.h:47:29: error: asm/posix_types.h: No such file or directory
> In file included from /usr/src/redhat/BUILD/linux-2.6.32/kvm-kmod-2.6.36/x86/external-module-compat.h:9,
>                  from <command line>:1:
> include/linux/types.h:18: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â__kernel_dev_tâ
> include/linux/types.h:21: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âdev_tâ
> include/linux/types.h:22: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âino_tâ
> include/linux/types.h:23: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âmode_tâ
> include/linux/types.h:24: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before ânlink_tâ
> include/linux/types.h:25: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âoff_tâ
> include/linux/types.h:26: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âpid_tâ
> include/linux/types.h:27: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âdaddr_tâ
> include/linux/types.h:29: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âsuseconds_tâ
> include/linux/types.h:30: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âtimer_tâ
> include/linux/types.h:31: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âclockid_tâ
> include/linux/types.h:36: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuid_tâ
> include/linux/types.h:37: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âgid_tâ
> include/linux/types.h:38: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuid16_tâ
> .
> .
> .
> 
> 
> not sure whether I'm not doing something wrong, can You help me with that?
> thanks a lot in advance!
> with best regards
> nikola ciprich
> 
> 
> 
> On Thu, Oct 21, 2010 at 01:48:20PM +0200, Jan Kiszka wrote:
> > Kernel 2.6.36 is baked, and so is the corresponding kvm-kmod now. A few
> > fixes went in since -rc6, see below.
> > 
> > This release also marks the end of life for the kvm-kmod-2.6.35 series -
> > although there are a few unreleased kvm-kmod fixes in git. But the very
> > same patches can be obtained via .36 now, and there is currently no
> > 2.6.35.8 with KVM updates in sight.
> > 
> > KVM changes since kvm-kmod-2.6.36-rc6:
> >  - x86: Fix fs/gs reload oops with invalid ldt
> >  - x86: Move TSC reset out of vmcb_init
> >  - x86: Fix SVM VMCB reset
> > 
> > kvm-kmod changes:
> >  - x86: make sure kvm_get_desc_base() doesn't sign extend
> >  - Improve accuracy of tboot_enabled wrapping
> > --
> > To unsubscribe from this list: send the line "unsubscribe kvm" in
> > the body of a message to majordomo@xxxxxxxxxxxxxxx
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> 
> -- 
> -------------------------------------
> Ing. Nikola CIPRICH
> LinuxBox.cz, s.r.o.
> 28. rijna 168, 709 01 Ostrava
> 
> tel.:   +420 596 603 142
> fax:    +420 596 621 273
> mobil:  +420 777 093 799
> www.linuxbox.cz
> 
> mobil servis: +420 737 238 656
> email servis: servis@xxxxxxxxxxx
> -------------------------------------
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
-------------------------------------
Ing. Nikola CIPRICH
LinuxBox.cz, s.r.o.
28. rijna 168, 709 01 Ostrava

tel.:   +420 596 603 142
fax:    +420 596 621 273
mobil:  +420 777 093 799
www.linuxbox.cz

mobil servis: +420 737 238 656
email servis: servis@xxxxxxxxxxx
-------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux