]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhoga...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Mar 2015 22:02:17 +0000 (14:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Mar 2015 22:02:17 +0000 (14:02 -0800)
commit4a75035506f30160d431d499422718a8cda8f88c
treed8341ff48bee8ec65fc7e84ef7bce0c22ede566f
parentd46ef44d4058d8f37542007dce1c62f74eab9a68
parent4bbfdcc35c9503d93c437cf2a907340aba555a22
Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag

Pull arch/metag fix from James Hogan:
 "This is just a single patch to fix the KSTK_EIP() and KSTK_ESP()
  macros for metag which have always been erronously returning the PC
  and stack pointer of the task's kernel context rather than from its
  user context saved at entry from userland into the kernel, which
  affects the contents of /proc/<pid>/maps and /proc/<pid>/stat"

* tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag:
  metag: Fix KSTK_EIP() and KSTK_ESP() macros