]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit0a51b08fb3b4528e0915c4a4dd2ab0effa232359
treeff6adba8dff70351361e285286e09b0ea57e6642
parent846d2db3e00048da3f650e0cfb0b8d67669cec3e
parent5b3efa4f1479c91cb8361acef55f9c6662feba57
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