1. 02 11月, 2013 1 次提交
    • M
      scripts/kallsyms: filter symbols not in kernel address space · f6537f2f
      Ming Lei 提交于
      This patch uses CONFIG_PAGE_OFFSET to filter symbols which
      are not in kernel address space because these symbols are
      generally for generating code purpose and can't be run at
      kernel mode, so we needn't keep them in /proc/kallsyms.
      
      For example, on ARM there are some symbols which may be
      linked in relocatable code section, then perf can't parse
      symbols any more from /proc/kallsyms, this patch fixes the
      problem (introduced b9b32bf7)
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: Michal Marek <mmarek@suse.cz>
      Signed-off-by: NMing Lei <tom.leiming@gmail.com>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Cc: stable@vger.kernel.org
      f6537f2f
  2. 25 9月, 2013 1 次提交
  3. 13 9月, 2013 1 次提交
  4. 12 9月, 2013 12 次提交
  5. 05 9月, 2013 3 次提交
    • Y
      kconfig: do not allow more than one symbol to have 'option modules' · e0627813
      Yann E. MORIN 提交于
      Previously, it was possible to have more than one symbol with the
      'option modules' attached to them, although only the last one would
      in fact control tristates.
      
      Since this does not make much sense, only allow at most one symbol to
      control tristates.
      
      Note: it is still possible to have more than one symbol that control
      tristates, but indirectly:
      
          config MOD1
              bool "mod1"
              select MODULES
          config MOD2
              bool "mod2"
              select MODULES
          config MODULES
              bool
              option modules
      Signed-off-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      e0627813
    • Y
      kconfig: regenerate bison parser · c80de52d
      Yann E. MORIN 提交于
      Regenerate bison parser after changes made in:
          6902dccf: kconfig: do not special-case 'MODULES' symbol
      Signed-off-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      c80de52d
    • Y
      kconfig: do not special-case 'MODULES' symbol · 6902dccf
      Yann E. MORIN 提交于
      Currently, the 'MODULES' symbol is hard-coded to be the default symbol
      that enables/disables tristates, if no other symbol was declared with
      'option modules'.
      
      While this used to be needed for the Linux kernel, we now have an
      explicit 'option modules' attached to the 'MODULES' symbol (since
      cset 11097a03), so we no longer need to special-case it in the
      kconfig code.
      
      Furthermore, kconfig is extensively used out of the Linux kernel, and
      other projects may have another meaning for a symbol named 'MODULES'.
      
      This patch changes the way we enable/disable tristates: if a symbol was
      found with 'option modules' attached to it, then that symbol controls
      enabling tristates. Otherwise, tristates are disabled, even if a symbol
      named 'MODULES' exists.
      Signed-off-by: N"Yann E. MORIN" <yann.morin.1998@free.fr>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      6902dccf
  6. 02 9月, 2013 1 次提交
  7. 30 8月, 2013 1 次提交
  8. 28 8月, 2013 1 次提交
  9. 26 8月, 2013 1 次提交
    • S
      kbuild: Add MIPS specific files to generated package. · 7848ea79
      Stuart Longland 提交于
      A lot of 64-bit systems supported by Linux/MIPS have boot firmware or
      bootloaders that only understand 32-bit ELF files, and as such, the vmlinux.32
      target exists to support these systems.  Therefore, it'd be nice if the tar-pkg
      target recognised this, and included the right version when packaging up a
      binary of the kernel.
      
      This updates buildtar to support MIPS targets.  MIPS may use 'vmlinux'
      or 'vmlinux.32' depending on the target system.  This uses 'vmlinux.32'
      in preference to 'vmlinux' where present (although I should check which
      is newer), including either file as /boot/vmlinux-${version}.
      
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/1673/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      7848ea79
  10. 20 8月, 2013 2 次提交
  11. 16 8月, 2013 4 次提交
  12. 14 8月, 2013 1 次提交
  13. 25 7月, 2013 1 次提交
  14. 24 7月, 2013 4 次提交
  15. 23 7月, 2013 3 次提交
  16. 17 7月, 2013 3 次提交