1. 05 9月, 2014 11 次提交
  2. 04 9月, 2014 5 次提交
  3. 03 9月, 2014 2 次提交
    • L
      powerpc/kvm/cma: Fix panic introduces by signed shift operation · 02a68d05
      Laurent Dufour 提交于
      fc95ca72 introduces a memset in
      kvmppc_alloc_hpt since the general CMA doesn't clear the memory it
      allocates.
      
      However, the size argument passed to memset is computed from a signed value
      and its signed bit is extended by the cast the compiler is doing. This lead
      to extremely large size value when dealing with order value >= 31, and
      almost all the memory following the allocated space is cleaned. As a
      consequence, the system is panicing and may even fail spawning the kdump
      kernel.
      
      This fix makes use of an unsigned value for the memset's size argument to
      avoid sign extension. Among this fix, another shift operation which may
      lead to signed extended value too is also fixed.
      
      Cc: Alexey Kardashevskiy <aik@ozlabs.ru>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Alexander Graf <agraf@suse.de>
      Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLaurent Dufour <ldufour@linux.vnet.ibm.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      02a68d05
    • L
      ARM: ux500: disable msp2 node on Snowball · dbd366fd
      Linus Walleij 提交于
      Analogous to commit 8858d88a
      that fixed commit 70b41abc
      "ARM: ux500: move MSP pin control to the device tree"
      accidentally activated MSP2, giving rise to a boot scroll
      scream as the kernel attempts to probe a driver for it and
      fails to obtain DMA channel 14.
      
      For some reason I forgot to fix this on the Snowball. Fix
      this up by marking the node disabled again.
      
      Cc: Lee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Tested-by: NKevin Hilman <khilman@linaro.org>
      Signed-off-by: NKevin Hilman <khilman@linaro.org>
      dbd366fd
  4. 02 9月, 2014 2 次提交
  5. 01 9月, 2014 6 次提交
  6. 30 8月, 2014 8 次提交
  7. 29 8月, 2014 6 次提交