Hi Linux,

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git 
tags/metag-fixes-v4.0-1

for you to fetch changes up to c2996cb29bfb73927a79dc96e598a718e843f01a:

  metag: Fix KSTK_EIP() and KSTK_ESP() macros (2015-02-24 12:54:21 +0000)

Please pull.

Thanks
James

----------------------------------------------------------------
arch/metag fixes for v4.0

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.

----------------------------------------------------------------
James Hogan (1):
      metag: Fix KSTK_EIP() and KSTK_ESP() macros

 arch/metag/include/asm/processor.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to