]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Aug 2019 18:58:02 +0000 (11:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Aug 2019 18:58:02 +0000 (11:58 -0700)
commitcb72b94a74bbbf661f5e74fef811fe8da1a4e0d0
treeff6adba8dff70351361e285286e09b0ea57e6642
parent1aefd5566d168b3d3d6ac29fd7634b941483c967
parent5aaf4da33fd785326d9c1d9a6236f587efe9bbe7
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm

Pull ARM fixes from Russell King:
 "Three fixes for ARM this time around:

   - A fix for update_sections_early() to cope with NULL ->mm pointers.

   - A correction to the backtrace code to allow proper backtraces.

   - Reinforcement of pfn_valid() with PFNs >= 4GiB"

* tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm:
  ARM: 8901/1: add a criteria for pfn_valid of arm
  ARM: 8897/1: check stmfd instruction using right shift
  ARM: 8874/1: mm: only adjust sections of valid mm structures