search for: utsrelease

Displaying 20 results from an estimated 42 matches for "utsrelease".

Did you mean: uts_release
2009 Mar 19
0
Compiling linux-2.6.18-xen-3.3.0
Hi, This is my first attempt at building a domU kernel. CHK include/linux/version.h CHK include/linux/utsrelease.h CHK include/linux/compile.h LD arch/x86_64/boot/compressed/vmlinux ld: i386:x86-64 architecture of input file `arch/x86_64/boot/compressed/head.o'' is incompatible with i386 output make[2]: *** [arch/x86_64/boot/compressed/vmlinux] Error 1 make[1]: *** [arch/x86_64/boot/compressed/vmlinux...
2007 Aug 22
0
compilation error on x86_64
...-hg/xen-unstable.hg/build-linux-2.6.18-xen_x86_64 vmlinuz Using /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/linux-2.6.18-xen.hg as source for kernel GEN /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/build-linux-2.6.18-xen_x86_64/Makefile CHK include/linux/version.h CHK include/linux/utsrelease.h CHK include/linux/compile.h CC lib/swiotlb.o /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/linux-2.6.18-xen.hg/lib/swiotlb.c:270: error: redefinition of ''address_needs_mapping'' /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/linux-2.6.18-xen.hg/include/asm-i386/mach-xen...
2008 Jun 12
1
rebuilding kernel modules issues
..._drivers] Error 2 I then proceed to the next step of "make menuconfig". I select the driver "i2c-piix4" and then save, exit, and attempt to compile the modules. [root at fwtest 2.6.18-53.1.21.el5-i686]# make modules CHK include/linux/version.h CHK include/linux/utsrelease.h make[1]: *** No rule to make target `arch/i386/kernel/msr.c', needed by `arch/i386/kernel/msr.o'. Stop. make: *** [arch/i386/kernel] Error 2 I tried deselecting the "i2c-piix4" driver, and tried again with the same results. I also tried grabbing the .config file from /boot/...
2011 Jul 27
0
ubuntu 11.04 compile xen domain0 arch/x86/kernel/cpu/amd.c: In function ‘init_amd’ error
...driver <*> Keyboard-device frontend driver [*] Disable serial port drivers <*> Export Xen attributes in sysfs Xen version compatibility (3.3.0 and later) ---> 3.3.0 and later $ sudo make CHK include/linux/version.h CHK include/generated/utsrelease.h CALL scripts/checksyscalls.sh CHK include/generated/compile.h CC arch/x86/kernel/cpu/amd.o arch/x86/kernel/cpu/amd.c: In function ‘init_amd’: arch/x86/kernel/cpu/amd.c:643:18: error: ‘amd_size_cache’ undeclared (first use in this function) arch/x86/kernel/cpu/amd.c:643:18: note:...
2010 Jul 29
1
[Bug] check return of kmalloc()
Hi, I''ve discovered that some btrfs code doesn''t check whether kmalloc() call succeeded. I poorly understand what this code does and how it can be changed, maybe it would be happy with __GFP_NOFAIL. Also there are BUG_ON() after kmalloc()''s, if they could be changed not to panic it would be great. --- ./fs/btrfs/compression.c 2010-07-06 16:45:48.000000000 +0400 +++
2007 May 31
1
[patch rfc wip] first cut of ELF bzImage
...- a/arch/i386/boot/header.S Wed May 30 18:41:32 2007 -0700 +++ b/arch/i386/boot/header.S Thu May 31 00:08:52 2007 -0700 @@ -15,6 +15,9 @@ * */ +#include <linux/elf.h> +#include <linux/elf_boot.h> +#include <linux/elfnote.h> #include <asm/segment.h> #include <linux/utsrelease.h> #include <asm/boot.h> @@ -48,9 +51,72 @@ SWAP_DEV = 0 /* SWAP_DEV is now writte .global bootsect_start bootsect_start: - +ehdr: + # e_ident is carefully crafted so if this is treated + # as an x86 bootsector you will execute through + # e_ident and then print the bugger off mess...
2007 May 31
1
[patch rfc wip] first cut of ELF bzImage
...- a/arch/i386/boot/header.S Wed May 30 18:41:32 2007 -0700 +++ b/arch/i386/boot/header.S Thu May 31 00:08:52 2007 -0700 @@ -15,6 +15,9 @@ * */ +#include <linux/elf.h> +#include <linux/elf_boot.h> +#include <linux/elfnote.h> #include <asm/segment.h> #include <linux/utsrelease.h> #include <asm/boot.h> @@ -48,9 +51,72 @@ SWAP_DEV = 0 /* SWAP_DEV is now writte .global bootsect_start bootsect_start: - +ehdr: + # e_ident is carefully crafted so if this is treated + # as an x86 bootsector you will execute through + # e_ident and then print the bugger off mess...
2010 Jun 01
1
strange pvops problem
...[root@localhost build-linux-2.6-pvops_x86_32]# make -j2 bzImage modules make -C /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git O=/home/onkar/xen/xen-4.0.0/build-linux-2.6-pvops_x86_32/. bzImage modules scripts/kconfig/conf -s arch/x86/Kconfig CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 Using /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git as source for kernel MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost CALL /home...
2010 Jun 01
1
strange pvops problem
...[root@localhost build-linux-2.6-pvops_x86_32]# make -j2 bzImage modules make -C /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git O=/home/onkar/xen/xen-4.0.0/build-linux-2.6-pvops_x86_32/. bzImage modules scripts/kconfig/conf -s arch/x86/Kconfig CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 Using /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git as source for kernel MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost CALL /home...
2016 Jul 13
0
[PATCH v3 1/7] lib: string: add functions to case-convert strings
.... But kernel.h, by way of several other headers, includes > string.h. > > Attempting to include kernel.h in string.h then leads to something like this: > > CHK include/config/kernel.release > CHK include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > CC scripts/mod/devicetable-offsets.s > CHK include/generated/timeconst.h > In file included from include/linux/printk.h:289:0, > from include/linux/kernel.h:13, > from include/linux/string.h:11, > from include/uap...
2016 Jul 11
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...ng.h would need to include kernel.h. But kernel.h, by way of several other headers, includes string.h. Attempting to include kernel.h in string.h then leads to something like this: CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CC scripts/mod/devicetable-offsets.s CHK include/generated/timeconst.h In file included from include/linux/printk.h:289:0, from include/linux/kernel.h:13, from include/linux/string.h:11, from include/uapi/linux/uuid.h:21,...
2007 Jan 20
5
[PATCH] Fix linux compilation on x86-64
This patch fixes Linux 2.6.18 compilation on x86-64 and also works on i386. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Jul 09
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
On 08/07/16 23:43, Markus Mayer wrote: > Add a collection of generic functions to convert strings to lowercase > or uppercase. > > Changing the case of a string (with or without copying it first) seems > to be a recurring requirement in the kernel that is currently being > solved by several duplicated implementations doing the same thing. This > change aims at reducing this
2009 Sep 10
1
[Bug 23830] New: nouvea modules on 2.6.31-rc6 failed
...QAContact: xorg-team at lists.x.org Compile Error when nouveau linked to current kernel version 2.6.31-rc6 Otherwise kernel version 2.6.31-rc6 does boot and give me a command prompt. The only version that gets this far on my machine. CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC drivers/gpu/drm/ttm/ttm_agp_backend.o In file included from /usr/src/linux-2.6.31_pvops-xen-rebase.master.tree-2009-08-31/arch/x86/include/asm/agp.h:4, from...
2007 Jun 01
2
another RFC patch: bzImage with ELF payload
...y.o: EXTRA_AFLAGS := -Wa,-I$(obj) +$(obj)/piggy.o: $(obj)/vmlinux.bin.gz =================================================================== --- /dev/null +++ b/arch/i386/boot/compressed/notes.S @@ -0,0 +1,7 @@ +#include <linux/elfnote.h> +#include <linux/elf_boot.h> +#include <linux/utsrelease.h> + +ELFNOTE(ELF_NOTE_BOOT, EIN_PROGRAM_NAME, .asciz "Linux") +ELFNOTE(ELF_NOTE_BOOT, EIN_PROGRAM_VERSION, .asciz UTS_RELEASE) +ELFNOTE(ELF_NOTE_BOOT, EIN_ARGUMENT_STYLE, .asciz "Linux") =================================================================== --- /dev/null +++ b/...
2007 Jun 01
2
another RFC patch: bzImage with ELF payload
...y.o: EXTRA_AFLAGS := -Wa,-I$(obj) +$(obj)/piggy.o: $(obj)/vmlinux.bin.gz =================================================================== --- /dev/null +++ b/arch/i386/boot/compressed/notes.S @@ -0,0 +1,7 @@ +#include <linux/elfnote.h> +#include <linux/elf_boot.h> +#include <linux/utsrelease.h> + +ELFNOTE(ELF_NOTE_BOOT, EIN_PROGRAM_NAME, .asciz "Linux") +ELFNOTE(ELF_NOTE_BOOT, EIN_PROGRAM_VERSION, .asciz UTS_RELEASE) +ELFNOTE(ELF_NOTE_BOOT, EIN_ARGUMENT_STYLE, .asciz "Linux") =================================================================== --- /dev/null +++ b/...
2018 Dec 16
1
[PATCH v2] x86, kbuild: revert macrofying inline assembly code
...+PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3 # prepare3 is used to check if we are building in a separate output directory, # and if so do: @@ -1104,9 +1104,7 @@ prepare2: prepare3 outputmakefile asm-generic prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h $(cmd_crmodverdir) -macroprepare: prepare1 archmacros - -archprepare: archheaders archscripts macroprepare scripts_basic +archprepare: archheaders archscripts prepare1 scripts_basic prepare0: archprepare gcc-plugins $(Q)$(MAKE) $(build)=. @@ -1174,9 +1172,6 @@ archheaders: PHONY += arch...
2009 Feb 27
8
Kernel build failure
Did a ''git pull'' a few minutes ago and tried to rebuild my kernel and was given this error: make CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC drivers/acpi/acpica/hwsleep.o drivers/acpi/acpica/hwsleep.c: In function ''acpi_enter_sleep_state'': drivers/acpi/acpica/hwsleep.c:349: error: ''A...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...+PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3 # prepare3 is used to check if we are building in a separate output directory, # and if so do: @@ -1104,9 +1104,7 @@ prepare2: prepare3 outputmakefile asm-generic prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h $(cmd_crmodverdir) -macroprepare: prepare1 archmacros - -archprepare: archheaders archscripts macroprepare scripts_basic +archprepare: archheaders archscripts prepare1 scripts_basic prepare0: archprepare gcc-plugins $(Q)$(MAKE) $(build)=. @@ -1174,9 +1172,6 @@ archheaders: PHONY += arch...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...+PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3 # prepare3 is used to check if we are building in a separate output directory, # and if so do: @@ -1104,9 +1104,7 @@ prepare2: prepare3 outputmakefile asm-generic prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h $(cmd_crmodverdir) -macroprepare: prepare1 archmacros - -archprepare: archheaders archscripts macroprepare scripts_basic +archprepare: archheaders archscripts prepare1 scripts_basic prepare0: archprepare gcc-plugins $(Q)$(MAKE) $(build)=. @@ -1174,9 +1172,6 @@ archheaders: PHONY += arch...