22 Apr, 2009

4 commits

  • In non-SMP mode, the variable section attribute specified by DECLARE_PER_CPU()
    does not agree with that specified by DEFINE_PER_CPU(). This means that
    architectures that have a small data section references relative to a base
    register may throw up linkage errors due to too great a displacement between
    where the base register points and the per-CPU variable.

    On FRV, the .h declaration says that the variable is in the .sdata section, but
    the .c definition says it's actually in the .data section. The linker throws
    up the following errors:

    kernel/built-in.o: In function `release_task':
    kernel/exit.c:78: relocation truncated to fit: R_FRV_GPREL12 against symbol `per_cpu__process_counts' defined in .data section in kernel/built-in.o
    kernel/exit.c:78: relocation truncated to fit: R_FRV_GPREL12 against symbol `per_cpu__process_counts' defined in .data section in kernel/built-in.o

    To fix this, DECLARE_PER_CPU() should simply apply the same section attribute
    as does DEFINE_PER_CPU(). However, this is made slightly more complex by
    virtue of the fact that there are several variants on DEFINE, so these need to
    be matched by variants on DECLARE.

    Signed-off-by: David Howells
    Signed-off-by: Linus Torvalds

    David Howells
     
  • Got this warning from Kconfig:

    boolean symbol INPUT tested for 'm'? test forced to 'n'

    because INPUT is tristate, not bool.

    Signed-off-by: WANG Cong
    Cc: Sam Ravnborg
    Cc: Jeff Dike
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    WANG Cong
     
  • Insert PCI root bus resources for the FRV-based MB93090 development kit
    motherboard. This is required because the CPU's window onto the PCI bus
    address space is considerably smaller than the CPU's full address space
    and non-PCI devices lie outside of the PCI window that we might want to
    access.

    Without this patch, the PCI root bus uses the platform-level bus
    resources, and these are then confined to the PCI window, thus making
    platform_device_add() reject devices outside of this window.

    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Howells
     
  • Pass clocksource pointer to the read() callback for clocksources. This
    allows us to share the callback between multiple instances.

    [hugh@veritas.com: fix powerpc build of clocksource pass clocksource mods]
    [akpm@linux-foundation.org: cleanup]
    Signed-off-by: Magnus Damm
    Acked-by: John Stultz
    Cc: Thomas Gleixner
    Signed-off-by: Hugh Dickins
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Magnus Damm
     

21 Apr, 2009

7 commits


20 Apr, 2009

1 commit


19 Apr, 2009

1 commit

  • Fixes guest crash 'lguest: bad read address 0x4800000 len 256'

    The new per-cpu allocator ends up handing a non-linear address to
    write_gdt_entry. We do __pa() on it, and hand it to the host, which
    kills us.

    I've long wanted to make the hypercall "LOAD_GDT_ENTRY" to match the IDT
    code, but had no pressing reason until now.

    Signed-off-by: Rusty Russell
    Cc: lguest@ozlabs.org

    Rusty Russell
     

18 Apr, 2009

6 commits

  • * master.kernel.org:/home/rmk/linux-2.6-arm: (48 commits)
    [ARM] S3C24XX: ADC: Check pending queue before freeing adc client
    [ARM] S3C: Fix ADC driver sparse warning
    [ARM] Osiris: Fix double initialisation in machine block
    [ARM] Anubis: Fix sparse warnings for items that should be static
    [ARM] JIVE: Fix sparse warnings about items which should be static
    [ARM] S3C: Fix sparse warning from missing 's3c_device_hwmon'
    [ARM] S3C24XX: Fix sparse error in gpiolib.c
    [ARM] 5455/1: Fix IRQ noise from VIC code
    [ARM] 5454/1: ep93xx_eth: fix sparse warnings
    [ARM] remove .gitignore from include/asm-arm
    Update MAINTAINERS
    mxc defconfig updates
    mx31ads: Mark as having full regulatoion constraints with 1133-EV1 board
    mx31ads: Depend on all the WM8350 core dependencies for WM1133-EV1 board
    Fix ifdef in plat-mxc/irc.c
    MX1ADS: remove I2C ifdefs
    qong: remove AIPS[12] mappings from machine-specific iotable
    mx31ads: imoux pins should be passed in as unsigned int
    MXC: remove orphan imx_init_uart() definition
    mx31: pin definition for csi
    ...

    Linus Torvalds
     
  • Russell King
     
  • Russell King
     
  • This renames include/asm-h8300/timer.h into arch/h8300/include/asm: it
    was left over just because that file had been created in the -mm tree
    before the whole h8300 header subdirectory had been moved, and then got
    merged in the old location afterwards.

    (See commits e0b0f9e4ead2468f84c26332ec42b118e76af572: "h8300: update
    timer handler - new files" and 758db3f2118703a1e36374dae5d58bed963e7e0d:
    "[h8300] move include/asm-h8300 to arch/h8300/include/asm" for details).

    This also removes a left-over .gitignore file in include/asm-arm that
    became stale when the ARM header files were moved (which happened in
    multiple commits, just see "git log -- include/asm-arm" for details).

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     
  • * 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev:
    m32r: move include/asm-m32r/* to arch/m32r/include/asm/
    m32r: move include/asm-m32r headers to arch/m32r/include/asm

    Linus Torvalds
     
  • …git/tip/linux-2.6-tip

    * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    x86: fix microcode driver newly spewing warnings
    x86, PAT: Remove page granularity tracking for vm_insert_pfn maps
    x86: disable X86_PTRACE_BTS for now
    x86, documentation: kernel-parameters replace X86-32,X86-64 with X86
    x86: pci-swiotlb.c swiotlb_dma_ops should be static
    x86, PAT: Remove duplicate memtype reserve in devmem mmap
    x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype()
    x86, PAT: Changing memtype to WC ensuring no WB alias
    x86, PAT: Handle faults cleanly in set_memory_ APIs
    x86, PAT: Change order of cpa and free in set_memory_wb
    x86, CPA: Change idmap attribute before ioremap attribute setup

    Linus Torvalds
     

17 Apr, 2009

16 commits

  • Check pending queue and remove the adc client being released.

    Signed-off-by: Ramax Lo
    Signed-off-by: Ben Dooks

    Ramax Lo
     
  • The symbol 's3c_adc_try' in arch/arm/plat-s3c24xx/adc.c
    does not need to be exported and thus should be static.

    This fixes the following sparse warning:

    adc.c:103:6: warning: symbol 's3c_adc_try' was not declared. Should it be static?

    Signed-off-by: Ben Dooks
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • The .init_machine entry in mach-osiris.c had the same entry
    twice, so remove one definition to fix the following warning
    from sparse:

    mach-osiris.c:416:3: warning: Initializer entry defined twice
    mach-osiris.c:418:3: also defined here

    Signed-off-by: Ben Dooks
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • Make 'anubis_ide_platdata' statis as it is not used outside
    the file it is in, fixing the following sparse warning:

    mach-anubis.c:246:27: warning: symbol 'anubis_ide_platdata' was not declared. Should it be static?

    Signed-off-by: Ben Dooks
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • Make 'jive_vgg2432a4_display' and 'jive_lcd_config' static as
    they are not exported, and are generating the following sparse
    warnings:

    mach-jive.c:280:26: warning: symbol 'jive_vgg2432a4_display' was not declared. Should it be static?
    mach-jive.c:313:28: warning: symbol 'jive_lcd_config' was not declared. Should it be static?

    Signed-off-by: Ben Dooks
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • Fix the following sparse warning due to s3c_device_hwmon being
    missing from

    devs.c:380:24: warning: symbol 's3c_device_hwmon' was not declared. Should it be static?

    Signed-off-by: Ben Dooks
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • Fix the following sparse error generated by including
    instead of

    gpiolib.c:78:22: warning: symbol 's3c24xx_gpios' was not declared. Should it be static?

    Signed-off-by: Ben Dooks
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • Move remained files, ftrace.h and swab.h, to arch/m32r/include/asm/.

    Signed-off-by: Hirokazu Takata

    Hirokazu Takata
     
  • Signed-off-by: Hirokazu Takata

    Hirokazu Takata
     
  • * 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    x86: UV BAU distribution and payload MMRs
    x86: UV: BAU partition-relative distribution map
    x86, uv: add Kconfig dependency on NUMA for UV systems
    x86: prevent /sys/firmware/sgi_uv from being created on non-uv systems
    x86, UV: Fix for nodes with memory and no cpus
    x86, UV: system table in bios accessed after unmap
    x86: UV BAU messaging timeouts
    x86: UV BAU and nodes with no memory

    Linus Torvalds
     
  • Jeff Garzik reported this WARN_ON() noise:

    > Kernel: 2.6.30-rc1-00306-g8371f87
    > Hardware: ICH10 x86-64
    >
    > This is a regression from 2.6.29. Microcode spews the following WARNING
    > multiple times during boot:
    >
    > ------------[ cut here ]------------
    > WARNING: at fs/sysfs/group.c:138 sysfs_remove_group+0xeb/0xf0()
    > Hardware name: sysfs group ffffffffa0209700 not found for
    > kobject 'cpu0'

    Keep sysfs files around for cpus even when we failed to locate
    microcode for them at the moment of module loading. The appropriate
    microcode firmware can become available later on.

    Signed-off-by: Ingo Molnar

    Dmitry Adamushko
     
  • This change resolves the problem of too many single page entries
    in pat_memtype_list and "freeing invalid memtype" errors with i915,
    reported here:

    http://marc.info/?l=linux-kernel&m=123845244713183&w=2

    Remove page level granularity track and untrack of vm_insert_pfn.
    memtype tracking at page granularity does not scale and cleaner
    approach would be for the driver to request a type for a bigger
    IO address range or PCI io memory range for that device, either at
    mmap time or driver init time and just use that type during
    vm_insert_pfn.

    This patch just removes the track/untrack of vm_insert_pfn. That
    means we will be in same state as 2.6.28, with respect to these APIs.

    Newer APIs for the drivers to request a memtype for a bigger region
    is coming soon.

    [ Impact: fix Xorg startup warnings and hangs ]

    Reported-by: Arkadiusz Miskiewicz
    Tested-by: Arkadiusz Miskiewicz
    Signed-off-by: Venkatesh Pallipadi
    Signed-off-by: Suresh Siddha
    Cc: Jesse Barnes
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Pallipadi, Venkatesh
     
  • The VIC code will attempt to perform som
    default set_irq_chip() and set_irq_chip_data()
    on all IRQs supported by the VIC, while the new
    IRQ handling code strictly checks for the global
    NR_IRQS to be respected also for these IRQs.

    This patch will respect the interrupt mask passed
    to the VIC driver and will prevent it from
    attempting to call these functions on any unused
    interrupts.

    Signed-off-by: Linus Walleij
    Signed-off-by: Russell King

    Linus Walleij
     
  • Having flush_tlb_mm->smp_flush_tlb_mm() send an IPI to every cpu
    on the system is occasionally triggering spin_lock contention in
    generic_smp_call_function_interrupt().

    Follow x86 arch's lead and only sends IPIs to the cpus in mm->cpu_vm_mask.

    Experiments with this change have shown significant improvement in this
    contention issue.

    Signed-off-by: Dimitri Sivanich
    Signed-off-by: Tony Luck

    Dimitri Sivanich
     
  • KVM will use smp_send_reschedule to force a cpu out of guest mode.

    Signed-off-by: Marcelo Tosatti
    Signed-off-by: Tony Luck

    Marcelo Tosatti
     
  • This patch correctly sets BAU memory mapped registers to point
    to the sending activation descriptor table and target payload table.

    The "Broadcast Assist Unit" is used for TLB shootdown in UV.

    The memory mapped registers that point to sending and receiving
    memory structures contain node numbers.

    In one case the __pa() function did not provide the node id of
    memory on blade zero in configurations where that id is nonzero.
    In another case, it was assumed that memory was allocated on
    the local node. That assumption is not true in a configuration
    in which the node has no memory.

    Tested on the UV hardware simulator.

    [ Impact: fix possible runtime crash due to incorrect TLB logic ]

    Signed-off-by: Cliff Wickman
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Cliff Wickman
     

16 Apr, 2009

5 commits