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-next>] [day] [month] [year] [list]
Date:	Mon, 23 Feb 2009 01:07:48 +0300
From:	Cyrill Gorcunov <gorcunov@...il.com>
To:	Ingo Molnar <mingo@...e.hu>, Sam Ravnborg <sam@...nborg.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: kernel building procedure changed?

Hi all,

I found a bit strange thing happens now --
plain

	make arch/x86/kernel/head64.o

doesn't work anymore. Instead of compiling
_just_ this file I've got the following:

---
cyrill@...ovo linux-2.6.git $ make arch/x86/kernel/head64.o
  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
  AS      arch/x86/kernel/head_64.o
  VDSOSYM arch/x86/vdso/vdso-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-syscall-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
  VDSOSYM arch/x86/vdso/vdso32-syms.lds
  LD      arch/x86/vdso/built-in.o
  CC      fs/hpfs/dnode.o
make[2]: *** [fs/hpfs/dnode.o] Interrupt
make[1]: *** [fs/hpfs] Interrupt
make: *** [fs] Interrupt
---

I've done make allyesconfig previously.
I don't understand what I'm doing wrong... :(
Really need help. The commit is:

---
commit c8f0da62a813f3ea8ceab574438afb90d428de36
Merge: b95dcd2... 8f5bd50...
Author: Ingo Molnar <mingo@...e.hu>
Date:   Sun Feb 22 20:08:44 2009 +0100

    manual merge of kmemcheck
    
    Signed-off-by: Ingo Molnar <mingo@...e.hu>
---

As I understand hpfs completely unrelated to
head64.o, right?

Sam, Ingo, what I'm doing wrong? Please help :)

	- Cyrill -
--
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