1. 22 10月, 2017 3 次提交
  2. 21 10月, 2017 4 次提交
    • L
      Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm · 9c323bff
      Linus Torvalds 提交于
      Pull ARM fixes from Russell King:
       "Three fixes this time around:
      
         - ensure sparse realises that we're building for a 32-bit arch on
           64-bit hosts.
      
         - use the correct instruction for semihosting on v7m (nommu) CPUs.
      
         - reserve address 0 to prevent the first page of memory being used on
           nommu systems"
      
      * 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm:
        ARM: 8704/1: semihosting: use proper instruction on v7m processors
        ARM: 8701/1: fix sparse flags for build on 64bit machines
        ARM: 8700/1: nommu: always reserve address 0 away
      9c323bff
    • L
      Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc · 545ea16f
      Linus Torvalds 提交于
      Pull ARM SoC fixes from Arnd Bergmann:
       "Here is another set of bugfixes for ARM SoCs, mostly harmless:
      
         - a boot regression fix on ux500
      
         - PCIe interrupts on NXP i.MX7 and on Marvell Armada 7K/8K were wired
           up wrong, in different ways
      
         - Armada XP support for large memory never worked
      
         - the socfpga reset controller now builds on 64-bit
      
         - minor device tree corrections on gemini, mvebu, r-pi 3, rockchip
           and at91"
      
      * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
        ARM: ux500: Fix regression while init PM domains
        ARM: dts: fix PCLK name on Gemini and MOXA ART
        arm64: dts: rockchip: fix typo in iommu nodes
        arm64: dts: rockchip: correct vqmmc voltage for rk3399 platforms
        ARM: dts: imx7d: Invert legacy PCI irq mapping
        bus: mbus: fix window size calculation for 4GB windows
        ARM: dts: at91: sama5d2: add ADC hw trigger edge type
        ARM: dts: at91: sama5d2_xplained: enable ADTRG pin
        ARM: dts: at91: at91-sama5d27_som1: fix PHY ID
        ARM: dts: bcm283x: Fix console path on RPi3
        reset: socfpga: fix for 64-bit compilation
        ARM: dts: Fix I2C repeated start issue on Armada-38x
        arm64: dts: marvell: fix interrupt-map property for Armada CP110 PCIe controller
        arm64: dts: salvator-common: add 12V regulator to backlight
        ARM: dts: sun6i: Fix endpoint IDs in second display pipeline
        arm64: allwinner: a64: pine64: Use dcdc1 regulator for mmc0
      545ea16f
    • A
      Merge tag 'sunxi-fixes-for-4.14' of... · 6bf99a6c
      Arnd Bergmann 提交于
      Merge tag 'sunxi-fixes-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
      
      Pull "Allwinner fixes for 4.14" from Maxime Ripard:
      
      Two fixes, one for the A31 DRM binding, and one for a missing regulator on
      the pine MMC controller.
      
      * tag 'sunxi-fixes-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
        ARM: dts: sun6i: Fix endpoint IDs in second display pipeline
        arm64: allwinner: a64: pine64: Use dcdc1 regulator for mmc0
      6bf99a6c
    • K
      waitid(): Avoid unbalanced user_access_end() on access_ok() error · 1c9fec47
      Kees Cook 提交于
      As pointed out by Linus and David, the earlier waitid() fix resulted in
      a (currently harmless) unbalanced user_access_end() call.  This fixes it
      to just directly return EFAULT on access_ok() failure.
      
      Fixes: 96ca579a ("waitid(): Add missing access_ok() checks")
      Acked-by: NDavid Daney <david.daney@cavium.com>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1c9fec47
  3. 20 10月, 2017 19 次提交
  4. 19 10月, 2017 14 次提交