1. 08 8月, 2016 1 次提交
  2. 11 1月, 2016 1 次提交
    • M
      um: Fix build error and kconfig for i386 · 42d91f61
      Mickaël Salaün 提交于
      Fix build error by generating elfcore.o only when ELF_CORE (depending on
      COREDUMP) is selected:
      
      arch/x86/um/built-in.o: In function `elf_core_write_extra_phdrs':
      (.text+0x3e62): undefined reference to `dump_emit'
      arch/x86/um/built-in.o: In function `elf_core_write_extra_data':
      (.text+0x3eef): undefined reference to `dump_emit'
      
      Fixes: 5d2acfc7 ("kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT")
      Signed-off-by: NMickaël Salaün <mic@digikod.net>
      Cc: Jeff Dike <jdike@addtoit.com>
      Cc: Richard Weinberger <richard@nod.at>
      Cc: Josh Triplett <josh@joshtriplett.org>
      Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Michal Marek <mmarek@suse.cz>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: NRichard Weinberger <richard@nod.at>
      Reviewed-by: NJosh Triplett <josh@joshtriplett.org>
      42d91f61
  3. 04 6月, 2015 1 次提交
    • I
      x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ · e6b93f4e
      Ingo Molnar 提交于
      These are all calling x86 entry code functions, so move them close
      to other entry code.
      
      Change lib-y to obj-y: there's no real difference between the two
      as we don't really drop any of them during the linking stage, and
      obj-y is the more common approach for core kernel object code.
      
      Cc: Borislav Petkov <bp@alien8.de>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Andy Lutomirski <luto@amacapital.net>
      Cc: Denys Vlasenko <dvlasenk@redhat.com>
      Cc: Brian Gerst <brgerst@gmail.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      e6b93f4e
  4. 14 4月, 2015 1 次提交
  5. 04 2月, 2013 1 次提交
  6. 06 12月, 2011 1 次提交
    • H
      x86, um: Use the same style generated syscall tables as native · 45db1c61
      H. Peter Anvin 提交于
      Now when the native kernel uses a single style of generated system
      call table, follow suite for UML and implement the same style, all in
      C.  This requires __NR_syscall_max and NR_syscalls to be generated; on
      native this is done in asm-headers.h but that file is common to all
      UML architectures; therefore put it in user-headers.h instead which
      already have accommodations for architecture-specific values.
      Signed-off-by: NH. Peter Anvin <hpa@linux.intel.com>
      45db1c61
  7. 02 11月, 2011 5 次提交