1. 18 1月, 2013 1 次提交
    • C
      misc: st_core: Error triggered by convert "char" to "int" · 25c22d5b
      channing 提交于
      When st driver decodes protocol index received from raw data,
      it does a value convert from "char" to "int". Because it's sign
      extension from bit8 to bit32, the "int" value maybe minus, in
      another word, the protocol index might be minus, but driver doesn't
      filter such case and may continue access memory pointed by this
      minus index.
      
      This patch is to change the variable type of index from "int"
      to "unsigned char", so that it avoids do such kind of type
      conversion.
      
      cc: liu chuansheng <chuansheng.liu@intel.com>
      Signed-off-by: Nchanning <chao.bi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      25c22d5b
  2. 16 1月, 2013 16 次提交
  3. 15 1月, 2013 21 次提交
  4. 10 1月, 2013 2 次提交
    • L
      Linux 3.8-rc3 · 9931faca
      Linus Torvalds 提交于
      9931faca
    • L
      Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm · 5c49985c
      Linus Torvalds 提交于
      Pull ARM fixes from Russell King.
      
      * 'fixes' of git://git.linaro.org/people/rmk/linux-arm:
        ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writel
        ARM: 7615/1: cache-l2x0: aurora: Invalidate during clean operation with WT enable
        ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b
        ARM: 7612/1: imx: Do not select some errata that depends on !ARCH_MULTIPLATFORM
        ARM: 7611/1: VIC: fix bug in VIC irqdomain code
        ARM: 7610/1: versatile: bump IRQ numbers
        ARM: 7609/1: disable errata work-arounds which access secure registers
        ARM: 7608/1: l2x0: Only set .set_debug on PL310 r3p0 and earlier
      5c49985c